aboutsummaryrefslogtreecommitdiff
path: root/doc/classes/AcceptDialog.xml
diff options
context:
space:
mode:
authorRémi Verschelde2017-11-24 18:10:32 +0100
committerRémi Verschelde2017-11-24 18:10:32 +0100
commit92f07fefcd334686e81f56555d83530ae6741c2b (patch)
tree8fa1e89cfc407ed7ad9913e27845a72a7eb46598 /doc/classes/AcceptDialog.xml
parent31f62f53c516360dcf8688141a5f8a0aebada431 (diff)
downloadgodot-92f07fefcd334686e81f56555d83530ae6741c2b.tar.gz
godot-92f07fefcd334686e81f56555d83530ae6741c2b.tar.zst
godot-92f07fefcd334686e81f56555d83530ae6741c2b.zip
doc: Remove setters and getters now exposed via properties/members
Diffstat (limited to 'doc/classes/AcceptDialog.xml')
-rw-r--r--doc/classes/AcceptDialog.xml32
1 files changed, 0 insertions, 32 deletions
diff --git a/doc/classes/AcceptDialog.xml b/doc/classes/AcceptDialog.xml
index 5dc41d9a9..219995023 100644
--- a/doc/classes/AcceptDialog.xml
+++ b/doc/classes/AcceptDialog.xml
@@ -34,13 +34,6 @@
Adds a button with label [i]name[/i] and a cancel action to the dialog and returns the created button.
</description>
</method>
- <method name="get_hide_on_ok" qualifiers="const">
- <return type="bool">
- </return>
- <description>
- Return true if the dialog will be hidden when accepted (default true).
- </description>
- </method>
<method name="get_label">
<return type="Label">
</return>
@@ -55,13 +48,6 @@
Return the OK Button.
</description>
</method>
- <method name="get_text" qualifiers="const">
- <return type="String">
- </return>
- <description>
- Return the built-in label text.
- </description>
- </method>
<method name="register_text_enter">
<return type="void">
</return>
@@ -71,24 +57,6 @@
Registers a [LineEdit] in the dialog. When the enter key is pressed, the dialog will be accepted.
</description>
</method>
- <method name="set_hide_on_ok">
- <return type="void">
- </return>
- <argument index="0" name="enabled" type="bool">
- </argument>
- <description>
- Set whether the dialog is hidden when accepted (default true).
- </description>
- </method>
- <method name="set_text">
- <return type="void">
- </return>
- <argument index="0" name="text" type="String">
- </argument>
- <description>
- Set the built-in label text.
- </description>
- </method>
</methods>
<members>
<member name="dialog_hide_on_ok" type="bool" setter="set_hide_on_ok" getter="get_hide_on_ok">