summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTomasz Chabora <kobewi4e@gmail.com>2019-05-11 18:32:53 +0200
committerTomasz Chabora <kobewi4e@gmail.com>2019-05-31 14:56:49 +0200
commit9de912caf578c2c8ac0354a6fd6c962d66d3807d (patch)
tree266cd5f31d67f15212899166844badab38788b75 /doc
parent7112a45d9928562722e6b91d3482b29df8ed5ff8 (diff)
Improvements to incremental search
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 4924175b6e..e8e68475af 100644
--- a/doc/classes/PopupMenu.xml
+++ b/doc/classes/PopupMenu.xml
@@ -524,6 +524,9 @@
<member name="submenu_popup_delay" type="float" 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>
+ <member name="allow_search" type="bool" setter="set_allow_search" getter="get_allow_search">
+ If [code]true[/code], allows to navigate [PopupMenu] with letter keys. Default value: [code]false[/code].
+ </member>
</members>
<signals>
<signal name="id_focused">