Make popup menus focus items automatically when not using the mouse
This commit is contained in:
parent
203e07aa39
commit
73c225838f
4 changed files with 47 additions and 17 deletions
|
|
@ -331,6 +331,13 @@
|
|||
[b]Note:[/b] The indices of items after the removed item will be shifted by one.
|
||||
</description>
|
||||
</method>
|
||||
<method name="set_current_index">
|
||||
<return type="void" />
|
||||
<argument index="0" name="index" type="int" />
|
||||
<description>
|
||||
Sets the currently focused item as the given [code]index[/code].
|
||||
</description>
|
||||
</method>
|
||||
<method name="set_item_accelerator">
|
||||
<return type="void" />
|
||||
<argument index="0" name="index" type="int" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue