mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-01 16:33:09 +02:00
42 lines
1.8 KiB
XML
42 lines
1.8 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<package name="lcl">
|
|
<widgetset name="gtk2">
|
|
<issue name="TComboBox.DropDownCount">
|
|
<short>Combo box DropDownCount property is not supported</short>
|
|
</issue>
|
|
<issue name="TEdit.HideSelection">
|
|
<short>HideSelection property is not supported</short>
|
|
</issue>
|
|
<issue name="TForm.BorderStyle">
|
|
<short>Not supported for nested Forms</short>
|
|
<descr>If you put a form onto another it will have no window borders or title</descr>
|
|
</issue>
|
|
<issue name="TMemo.HideSelection">
|
|
<short>HideSelection property is not supported</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>
|
|
<issue name="TDateEdit.CalendarDisplaySettings.dsStartMon">
|
|
<short>TDateEdit.CalendarDisplaySettings.dsStartMon is ignored in GTK+ since 2.4</short>
|
|
<descr>Since GTK+ 2.4, this option is deprecated and ignored by GTK+. The information on which day the calendar week starts is derived from the locale.</descr>
|
|
</issue>.
|
|
<issue name="TListBox.Columns">
|
|
<short>Multiple columns is not supported</short>
|
|
</issue>
|
|
<issue name="TCheckListBox.Columns">
|
|
<short>Multiple columns is not supported</short>
|
|
</issue>
|
|
<issue name="TListView.Columns">
|
|
<short>Multiple columns then ViewStyle=vsList is not supported</short>
|
|
</issue>
|
|
</widgetset>
|
|
</package>
|