lazarus/lcl/interfaces/gtk3/issues.xml

41 lines
1.5 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<package name="lcl">
<widgetset name="gtk3">
<issue name="TMenuItem.Default">
<short>Default property is not supported</short>
</issue>
<issue name="TEdit.NumbersOnly">
<short>NumbersOnly property is not supported</short>
</issue>
<issue name="TPageControl.MultiLine">
<short>not supported</short>
</issue>
<issue name="TPageControl.MultiSelect">
<short>not supported</short>
</issue>
<issue name="TPageControl.RaggedRight">
<short>not supported</short>
</issue>
<issue name="TPageControl.ScrollOpposite">
<short>not supported</short>
</issue>
<issue name="TPageControl.Style">
<short>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="TCalendar.MinDate">
<short>MinDate property is not (fully) supported</short>
<descr>While programmatically setting a date is limited by MinDate/MaxDate, the calendar still allow to select dates that are out of that range</descr>
</issue>
<issue name="TCalendar.MinDate">
<short>MaxDate property is not (fully) supported</short>
<descr>While programmatically setting a date is limited by MinDate/MaxDate, the calendar still allow to select dates that are out of that range</descr>
</issue>
</widgetset>
</package>