diff options
author | Jylhis <markus@jylhis.com> | 2017-04-14 14:49:00 +0300 |
---|---|---|
committer | Jylhis <markus@jylhis.com> | 2017-04-14 15:00:38 +0300 |
commit | 8ccb9d13c31e3dc2a7bad00edb3676e45f16b05e (patch) | |
tree | 966b1daa128522c34edf29a59403df1b1b72526c /doc | |
parent | a96e795241aaa512e11b1c2085db2c955200ad40 (diff) |
Update PopupMenu hiding
Make PopupMenu hiding distinguish between checkable item and non checkable
item.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/base/classes.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/base/classes.xml b/doc/base/classes.xml index 7f9bb4a972..67930af368 100644 --- a/doc/base/classes.xml +++ b/doc/base/classes.xml @@ -34517,6 +34517,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> @@ -34567,6 +34574,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> |