mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-27 05:29:15 +02:00
LCL: Publish TRadioButton.Alignment (Issue #0028853).
git-svn-id: trunk@50061 -
This commit is contained in:
parent
721f0ceb21
commit
bfa315459c
@ -3,17 +3,22 @@
|
||||
<widgetset name="gtk2">
|
||||
<issue name="TCheckBox.Alignment">
|
||||
<short>CheckBox Alignment property is not supported</short>
|
||||
<descr>Use BiDiMode = bdRightToLeft as a workaround</descr>
|
||||
</issue>
|
||||
<issue name="TComboBox.DropDownCount">
|
||||
<issue name="TRadioButton.Alignment">
|
||||
<short>RadioButton Alignment property is not supported</short>
|
||||
<descr>Use BiDiMode = bdRightToLeft as a workaround</descr>
|
||||
</issue>
|
||||
<issue name="TComboBox.DropDownCount">
|
||||
<short>Combo box DropDownCount property is not supported</short>
|
||||
</issue>
|
||||
<issue name="TEdit.HideSelection">
|
||||
<short>HideSelection 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>
|
||||
</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>
|
||||
</issue>
|
||||
<issue name="TMemo.HideSelection">
|
||||
<short>HideSelection property is not supported</short>
|
||||
</issue>
|
||||
|
@ -3,6 +3,11 @@
|
||||
<widgetset name="qt">
|
||||
<issue name="TCheckBox.Alignment">
|
||||
<short>CheckBox Alignment property is not supported</short>
|
||||
<descr>Use BiDiMode = bdRightToLeft as a workaround</descr>
|
||||
</issue>
|
||||
<issue name="TRadioButton.Alignment">
|
||||
<short>RadioButton Alignment property is not supported</short>
|
||||
<descr>Use BiDiMode = bdRightToLeft as a workaround</descr>
|
||||
</issue>
|
||||
<issue name="TEdit.HideSelection">
|
||||
<short>HideSelection property is not supported</short>
|
||||
|
@ -1399,6 +1399,7 @@ type
|
||||
constructor Create(TheOwner: TComponent); override;
|
||||
published
|
||||
property Align;
|
||||
property Alignment;
|
||||
property Anchors;
|
||||
property AutoSize default True;
|
||||
property BidiMode;
|
||||
|
Loading…
Reference in New Issue
Block a user