diff options
author | VolTer <mew.pur.pur@abv.bg> | 2023-04-30 16:26:09 +0200 |
---|---|---|
committer | VolTer <mew.pur.pur@abv.bg> | 2023-05-28 14:24:54 +0200 |
commit | 151a4ba6a59f6e965bb56ce8fbc75b14d056fa79 (patch) | |
tree | e5d78c825e09d7718156870377155dbc2331518a /doc/classes/ConfirmationDialog.xml | |
parent | a67d37f7cffe7f31c68e971280950d487ea99e2c (diff) | |
download | redot-engine-151a4ba6a59f6e965bb56ce8fbc75b14d056fa79.tar.gz |
Overhaul the top sections of the class reference (GUI classes)
Diffstat (limited to 'doc/classes/ConfirmationDialog.xml')
-rw-r--r-- | doc/classes/ConfirmationDialog.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/ConfirmationDialog.xml b/doc/classes/ConfirmationDialog.xml index 5f1d731891..631e107448 100644 --- a/doc/classes/ConfirmationDialog.xml +++ b/doc/classes/ConfirmationDialog.xml @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="UTF-8" ?> <class name="ConfirmationDialog" inherits="AcceptDialog" version="4.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd"> <brief_description> - Dialog for confirmation of actions. + A dialog used for confirmation of actions. </brief_description> <description> - Dialog for confirmation of actions. This dialog inherits from [AcceptDialog], but has by default an OK and Cancel button (in host OS order). + A dialog used for confirmation of actions. This window is similar to [AcceptDialog], but pressing its Cancel button can have a different outcome from pressing the OK button. The order of the two buttons varies depending on the host OS. To get cancel action, you can use: [codeblocks] [gdscript] |