Issues.xml: TListView.OnChanging not supported (cocoa,gtk2,gtk3,qt,qt4,qt5,qt6. the other WS don't have an issue.xml, or are deprecated).

(cherry picked from commit 55a3ce52e0)
This commit is contained in:
Bart 2024-01-08 19:28:21 +01:00 committed by Maxim Ganetsky
parent 0d09d073c9
commit 4e7fdfe3a3
6 changed files with 18 additions and 0 deletions

View File

@ -4,6 +4,9 @@
<issue name="TListView.StateImages">
<short>StateImages property is not supported</short>
</issue>
<issue name="TListView.OnChanging">
<short>The OnChanging event is not supported</short>
</issue>
<issue name="TPageControl.MultiLine">
<short>not supported</short>
</issue>

View File

@ -81,6 +81,9 @@
<issue name="TListView.StateImages">
<short>StateImages property is not supported</short>
</issue>
<issue name="TListView.OnChanging">
<short>The OnChanging event is not supported</short>
</issue>
<issue name="TStatusPanel.Alignment">
<short>not supported</short>
</issue>

View File

@ -42,5 +42,8 @@
<issue name="TDateEdit.MaxDate">
<short>TDateEdit.MaxDate is not supported by the native Calendar.</short>
</issue>
<issue name="TListView.OnChanging">
<short>The OnChanging event is not supported</short>
</issue>
</widgetset>
</package>

View File

@ -10,6 +10,9 @@
<issue name="TListView.StateImages">
<short>StateImages property is not supported</short>
</issue>
<issue name="TListView.OnChanging">
<short>The OnChanging event is not supported</short>
</issue>
<issue name="TMemo.HideSelection">
<short>HideSelection property is not supported</short>
</issue>

View File

@ -10,6 +10,9 @@
<issue name="TListView.StateImages">
<short>StateImages property is not supported</short>
</issue>
<issue name="TListView.OnChanging">
<short>The OnChanging event is not supported</short>
</issue>
<issue name="TMemo.HideSelection">
<short>HideSelection property is not supported</short>
</issue>

View File

@ -10,6 +10,9 @@
<issue name="TListView.StateImages">
<short>StateImages property is not supported</short>
</issue>
<issue name="TListView.OnChanging">
<short>The OnChanging event is not supported</short>
</issue>
<issue name="TMemo.HideSelection">
<short>HideSelection property is not supported</short>
</issue>