summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMichael Alexsander Silva Dias <michaelalexsander@protonmail.com>2017-12-25 13:24:10 -0200
committerMichael Alexsander Silva Dias <michaelalexsander@protonmail.com>2017-12-25 13:49:27 -0200
commit096b5a65c60b64ac5e1a13e9f0573686217f9cdf (patch)
tree77d8584a4f2b44ebebb3a14804fdac0a8f739a59 /doc
parent256a60bc6e05468ba64729f3d972086ab8ae95b5 (diff)
Added "get_popup" method for OptionButton and minor changes.
Diffstat (limited to 'doc')
-rw-r--r--doc/classes/OptionButton.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/classes/OptionButton.xml b/doc/classes/OptionButton.xml
index 76265e700a..ff3e513c79 100644
--- a/doc/classes/OptionButton.xml
+++ b/doc/classes/OptionButton.xml
@@ -91,6 +91,13 @@
Return the text of the item at index "idx".
</description>
</method>
+ <method name="get_popup" qualifiers="const">
+ <return type="PopupMenu">
+ </return>
+ <description>
+ Return the [PopupMenu] contained in this button.
+ </description>
+ </method>
<method name="get_selected_id" qualifiers="const">
<return type="int">
</return>