mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-15 05:59:30 +02:00
Docs: LCL/dialogs. Adds content about the font dialog Apply button in affected topics.
* Applies to: TFontDialog and TFontDialog.Options.
This commit is contained in:
parent
2f8deeefee
commit
1682adb8de
@ -2253,7 +2253,8 @@ platform.
|
|||||||
When the dialog is executed, the selected font and its attributes is made
|
When the dialog is executed, the selected font and its attributes is made
|
||||||
available in the Font property. The OnApplyClicked event handler can be used
|
available in the Font property. The OnApplyClicked event handler can be used
|
||||||
to perform actions needed when the optional Apply button is clicked in the
|
to perform actions needed when the optional Apply button is clicked in the
|
||||||
dialog.
|
dialog. Please note that the Apply button is available on the GTK2, GTK2, and
|
||||||
|
Windows platforms. It is not currently implemented for QT platforms.
|
||||||
</p>
|
</p>
|
||||||
</descr>
|
</descr>
|
||||||
<seealso>
|
<seealso>
|
||||||
@ -2419,7 +2420,9 @@ Include or Exclude values for the property prior to calling the
|
|||||||
<remark>
|
<remark>
|
||||||
Enabling a value in Options does not mean that the feature or behavior is
|
Enabling a value in Options does not mean that the feature or behavior is
|
||||||
supported in the native font selection dialog for the platform. Some options
|
supported in the native font selection dialog for the platform. Some options
|
||||||
may not be available on a given platform.
|
may not be available on a given platform. For example, the Apply button
|
||||||
|
enabled using fdApplyButton is not implemented for all of the LCL platforms.
|
||||||
|
It is not currently implemented in the QT widgetsets.
|
||||||
</remark>
|
</remark>
|
||||||
</descr>
|
</descr>
|
||||||
<seealso>
|
<seealso>
|
||||||
|
Loading…
Reference in New Issue
Block a user