summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMax Hilbrunner <mhilbrunner@users.noreply.github.com>2018-07-12 05:27:49 +0200
committerGitHub <noreply@github.com>2018-07-12 05:27:49 +0200
commitcc57b62ab3ac7b06527d7998dec9f1aae11067f8 (patch)
treeca4f23b3990e14708bdaf2518234326446e8186e /doc
parent29e70fa5ced3124dd143801458a6c947db67a6ca (diff)
parente3b77b24ac05896af3d0aa9ff171f91f624d582a (diff)
Merge pull request #20068 from Xrayez/submenu-popup-delay
Add ability to set submenu's popup delay time on mouse hovering
Diffstat (limited to 'doc')
-rw-r--r--doc/classes/PopupMenu.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/classes/PopupMenu.xml b/doc/classes/PopupMenu.xml
index 89d8c43c00..83d1246e2a 100644
--- a/doc/classes/PopupMenu.xml
+++ b/doc/classes/PopupMenu.xml
@@ -507,6 +507,9 @@
</member>
<member name="hide_on_state_item_selection" type="bool" setter="set_hide_on_state_item_selection" getter="is_hide_on_state_item_selection">
</member>
+ <member name="submenu_popup_delay" type="real" setter="set_submenu_popup_delay" getter="get_submenu_popup_delay">
+ Sets the delay time for the submenu item to popup on mouse hovering. If the popup menu is added as a child of another (acting as a submenu), it will inherit the delay time of the parent menu item. Default value: [code]0.3[/code] seconds.
+ </member>
</members>
<signals>
<signal name="id_focused">