lazarus/lcl/interfaces/gtk/issues.xml

24 lines
1015 B
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="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>
</widgetset>
</package>