mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-14 05:41:16 +02:00
45 lines
1.7 KiB
XML
45 lines
1.7 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<package name="lcl">
|
|
<widgetset name="gtk">
|
|
<issue name="TComboBox.DropDownCount">
|
|
<short>Combo box DropDownCount property is not supported</short>
|
|
</issue>
|
|
<issue name="TForm.AlphaBlend">
|
|
<short>Alpha blending is not possible with gtk1</short>
|
|
</issue>
|
|
<issue name="TForm.AlphaBlendValue">
|
|
<short>Alpha blending is not possible with gtk1</short>
|
|
</issue>
|
|
<issue name="TPageControl.MultiLine">
|
|
<short>MultiLine property is not supported</short>
|
|
</issue>
|
|
<issue name="TPageControl.TabHeight">
|
|
<short>Changing of default tab height is not supported</short>
|
|
</issue>
|
|
<issue name="TPageControl.TabWidth">
|
|
<short>Changing of default tab width is not supported</short>
|
|
</issue>
|
|
<issue name="TPrinter.FileName">
|
|
<short>The format of generated file is system dependant</short>
|
|
<descr>The content of file created by using this property depends of the printer backend used, for example when using CUPS (mainly under Unix type systems) it will be postscript while under Windows it will be in a printer unspecified format</descr>
|
|
</issue>
|
|
<issue name="TTabControl.MultiLine">
|
|
<short>MultiLine property is not supported</short>
|
|
</issue>
|
|
<issue name="TTabControl.TabHeight">
|
|
<short>Changing of default tab height is not supported</short>
|
|
</issue>
|
|
<issue name="TTabControl.TabWidth">
|
|
<short>Changing of default tab width is not supported</short>
|
|
</issue>
|
|
<issue name="TMenu.OwnerDraw">
|
|
<short>not supported</short>
|
|
</issue>
|
|
<issue name="TMenu.OnDrawItem">
|
|
<short>not supported</short>
|
|
</issue>
|
|
<issue name="TMenu.OnMeasureItem">
|
|
<short>not supported</short>
|
|
</issue>
|
|
</widgetset>
|
|
</package> |