GTK2/GTK3: Add widgetset limitations for TEdit.NumbersOnly not implemented.

git-svn-id: trunk@59981 -
This commit is contained in:
bart 2019-01-03 17:12:23 +00:00
parent 7778c69e15
commit c42877a3cc
2 changed files with 6 additions and 0 deletions

View File

@ -15,6 +15,9 @@
<issue name="TEdit.HideSelection">
<short>HideSelection property is not supported</short>
</issue>
<issue name="TEdit.NumbersOnly">
<short>NumbersOnly 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>

View File

@ -4,5 +4,8 @@
<issue name="TMenuItem.Default">
<short>Default property is not supported</short>
</issue>
<issue name="TEdit.NumbersOnly">
<short>NumbersOnly property is not supported</short>
</issue>
</widgetset>
</package>