mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 14:49:48 +02:00
LCL: TPageControl properties were implemented for Windows. Add restriction notes for other widgetsets. Issue #34867.
git-svn-id: trunk@62773 -
This commit is contained in:
parent
b198ba1129
commit
a3b373f868
@ -127,7 +127,19 @@ After obtaining a CGImageRef, the next step to implement the RawImage_fromDevice
|
||||
<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="TPageControl.MultiLine">
|
||||
<short>MultiLine property is not supported</short>
|
||||
<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>
|
||||
@ -136,7 +148,7 @@ After obtaining a CGImageRef, the next step to implement the RawImage_fromDevice
|
||||
<short>Changing of default tab width is not supported</short>
|
||||
</issue>
|
||||
<issue name="TTabControl.MultiLine">
|
||||
<short>MultiLine property is not supported</short>
|
||||
<short>not supported</short>
|
||||
</issue>
|
||||
<issue name="TTabControl.TabHeight">
|
||||
<short>Changing of default tab height is not supported</short>
|
||||
|
@ -4,5 +4,26 @@
|
||||
<issue name="TListView.StateImages">
|
||||
<short>StateImages 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>
|
||||
</widgetset>
|
||||
</package>
|
||||
|
@ -26,7 +26,19 @@
|
||||
<short>HideSelection property is not supported</short>
|
||||
</issue>
|
||||
<issue name="TPageControl.MultiLine">
|
||||
<short>MultiLine property is not supported</short>
|
||||
<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>
|
||||
|
@ -7,5 +7,26 @@
|
||||
<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>
|
||||
</widgetset>
|
||||
</package>
|
||||
|
@ -31,7 +31,19 @@
|
||||
<short>Default property is not supported</short>
|
||||
</issue>
|
||||
<issue name="TPageControl.MultiLine">
|
||||
<short>MultiLine property is not supported</short>
|
||||
<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="TTabControl.MultiLine">
|
||||
<short>MultiLine property is not supported</short>
|
||||
|
@ -28,7 +28,19 @@
|
||||
<short>Default property is not supported</short>
|
||||
</issue>
|
||||
<issue name="TPageControl.MultiLine">
|
||||
<short>MultiLine property is not supported</short>
|
||||
<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="TTabControl.MultiLine">
|
||||
<short>MultiLine property is not supported</short>
|
||||
|
Loading…
Reference in New Issue
Block a user