mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-09 15:28:14 +02:00
Docs: LCL/stdctrls. Removes QT support admonitions for changes in ab9b9835
.
* TCheckBox.Alignment * TRadioButton.Alignment * TComboBox.AdjustDropDown * TComboBox.ItemWidth
This commit is contained in:
parent
0dd2975a23
commit
3b39a80d16
@ -2459,11 +2459,6 @@ width for the list is calculated using the <var>ItemWidth</var> and
|
||||
<var>ItemHeight</var> properties. The dimensions are passed to the widgetset
|
||||
class using the SetComboMinDropDownSize routine in the LCL interface.
|
||||
</p>
|
||||
<remark>
|
||||
In the current LCL version, AdjustDropDown is not implemented for the QT
|
||||
platforms. They do not implement SetComboMinDropDownSize called to update the
|
||||
widgetset class when one of the values is changed.
|
||||
</remark>
|
||||
</descr>
|
||||
<seealso>
|
||||
<link id="TCustomComboBox.ItemWidth"/>
|
||||
@ -3024,11 +3019,6 @@ Setting a new value for the property causes the <var>AdjustDropDown</var>
|
||||
method to be called to adjust the dimensions for the list to the values in
|
||||
<var>ItemHeight</var>, <var>ItemWidth</var>, and <var>DropDownCount</var>.
|
||||
</p>
|
||||
<remark>
|
||||
In the current LCL version, ItemWidth is not implemented for the QT platforms.
|
||||
They do not implement SetComboMinDropDownSize called to update the widgetset
|
||||
class when the value is changed.
|
||||
</remark>
|
||||
<p>
|
||||
Use <var>ItemHeight</var> to specify the number of pixels required for items
|
||||
displayed in the drop-down list for the control.
|
||||
@ -11660,7 +11650,7 @@ when its <var>Handle</var> has been allocated.
|
||||
The value in Alignment is used to set the creation parameters for the control.
|
||||
</p>
|
||||
<remark>
|
||||
The Alignment property is not supported for macOS Carbon, Cocoa, GTK2 and QT4
|
||||
The Alignment property is not supported for macOS Carbon, Cocoa, and GTK2
|
||||
widgetsets. Set BiDiMode to bdRightToLeft as an alternative.
|
||||
</remark>
|
||||
</descr>
|
||||
|
Loading…
Reference in New Issue
Block a user