LCL: Publish TRadioButton.Alignment (Issue #0028853).

git-svn-id: trunk@50061 -
This commit is contained in:
bart 2015-10-14 21:49:11 +00:00
parent 721f0ceb21
commit bfa315459c
3 changed files with 16 additions and 5 deletions

View File

@ -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>

View File

@ -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>

View File

@ -1399,6 +1399,7 @@ type
constructor Create(TheOwner: TComponent); override;
published
property Align;
property Alignment;
property Anchors;
property AutoSize default True;
property BidiMode;