1<?xml version="1.0" encoding="UTF-8"?>
2<package name="lcl">
3	<widgetset name="gtk2">
4		<issue name="TCheckBox.Alignment">
5			<short>CheckBox Alignment property is not supported</short>
6			<descr>Use BiDiMode = bdRightToLeft as a workaround</descr>
7		</issue>
8		<issue name="TRadioButton.Alignment">
9			<short>RadioButton Alignment property is not supported</short>
10			<descr>Use BiDiMode = bdRightToLeft as a workaround</descr>
11		</issue>
12        <issue name="TComboBox.DropDownCount">
13			<short>Combo box DropDownCount property is not supported</short>
14		</issue>
15		<issue name="TEdit.HideSelection">
16			<short>HideSelection property is not supported</short>
17		</issue>
18		<issue name="TEdit.NumbersOnly">
19			<short>NumbersOnly property is not supported</short>
20		</issue>
21		<issue name="TForm.BorderStyle">
22			<short>Not supported for nested Forms</short>
23			<descr>If you put a form onto another it will have no window borders or title</descr>
24		</issue>
25		<issue name="TMemo.HideSelection">
26			<short>HideSelection property is not supported</short>
27		</issue>
28		<issue name="TPageControl.MultiLine">
29			<short>not supported</short>
30		</issue>
31		<issue name="TPageControl.MultiSelect">
32			<short>not supported</short>
33		</issue>
34		<issue name="TPageControl.RaggedRight">
35			<short>not supported</short>
36		</issue>
37		<issue name="TPageControl.ScrollOpposite">
38			<short>not supported</short>
39		</issue>
40		<issue name="TPageControl.Style">
41			<short>not supported</short>
42		</issue>
43		<issue name="TPageControl.TabHeight">
44			<short>Changing of default tab height is not supported</short>
45		</issue>
46		<issue name="TPageControl.TabWidth">
47			<short>Changing of default tab width is not supported</short>
48		</issue>
49		<issue name="TPrinter.FileName">
50			<short>The format of generated file is system dependant</short>
51			<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>
52		</issue>
53		<issue name="TTabControl.MultiLine">
54			<short>MultiLine property is not supported</short>
55		</issue>
56		<issue name="TTabControl.TabHeight">
57			<short>Changing of default tab height is not supported</short>
58		</issue>
59		<issue name="TTabControl.TabWidth">
60			<short>Changing of default tab width is not supported</short>
61		</issue>
62		<issue name="TDateEdit.CalendarDisplaySettings.dsStartMon">
63			<short>TDateEdit.CalendarDisplaySettings.dsStartMon is ignored in GTK+ since 2.4</short>
64			<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>
65		</issue>.
66		<issue name="TListBox.Columns">
67			<short>Multiple columns is not supported</short>
68		</issue>
69		<issue name="TCheckListBox.Columns">
70			<short>Multiple columns is not supported</short>
71		</issue>
72		<issue name="TListView.Columns">
73			<short>Multiple columns then ViewStyle=vsList is not supported</short>
74		</issue>
75		<issue name="TListView.StateImages">
76			<short>StateImages property is not supported</short>
77		</issue>
78		<issue name="TStatusPanel.Alignment">
79			<short>not supported</short>
80		</issue>
81		<issue name="TStatusPanel.Bevel">
82			<short>not supported</short>
83		</issue>
84		<issue name="TMenu.OwnerDraw">
85			<short>not supported</short>
86		</issue>
87		<issue name="TMenu.OnDrawItem">
88			<short>not supported</short>
89		</issue>
90		<issue name="TMenu.OnMeasureItem">
91			<short>not supported</short>
92		</issue>
93		<issue name="TMenuItem.Default">
94			<short>Default property is not supported</short>
95		</issue>
96	</widgetset>
97</package>
98