summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorThomas Herzog <karroffel@users.noreply.github.com>2017-06-20 00:20:21 +0200
committerGitHub <noreply@github.com>2017-06-20 00:20:21 +0200
commit86407aebc5d13afb4686f254d3bc10f036611d1b (patch)
tree6b8f420b4ac9189a1869b070a31aa81b4b36aa22 /doc
parentbfac7c476d674573bcc94f422d8fd74c4aee2a6b (diff)
parentaa63fd1551fd99d5936999ad0607f48755dc2963 (diff)
Merge pull request #8407 from Jylhis/popup_item_select_hide
Update PopupMenu hiding
Diffstat (limited to 'doc')
-rw-r--r--doc/base/classes.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/base/classes.xml b/doc/base/classes.xml
index 2139d1a467..c2c8d3e8dd 100644
--- a/doc/base/classes.xml
+++ b/doc/base/classes.xml
@@ -34724,6 +34724,13 @@
Returns a boolean that indicates whether or not the PopupMenu will hide on item selection.
</description>
</method>
+ <method name="is_hide_on_checkable_item_selection">
+ <return type="bool">
+ </return>
+ <description>
+ Returns a boolean that indicates whether or not the PopupMenu will hide on checkable item selection.
+ </description>
+ </method>
<method name="is_item_checkable" qualifiers="const">
<return type="bool">
</return>
@@ -34774,6 +34781,13 @@
Sets whether or not the PopupMenu will hide on item selection.
</description>
</method>
+ <method name="set_hide_on_checkable_item_selection">
+ <argument index="0" name="enable" type="bool">
+ </argument>
+ <description>
+ Sets whether or not the PopupMenu will hide on checkable item selection.
+ </description>
+ </method>
<method name="set_item_ID">
<argument index="0" name="idx" type="int">
</argument>