Add method description to PopupMenu
This pull request adds a missing method description to `PopupMenu`.
This completes the documentation for `PopupMenu` and enhances usability by doing so.
Update doc/classes/PopupMenu.xml
Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
(cherry picked from commit 2e3cbbcd11
)
This commit is contained in:
parent
55dbf24b98
commit
88fc178d57
1 changed files with 1 additions and 0 deletions
|
@ -249,6 +249,7 @@
|
||||||
<return type="int">
|
<return type="int">
|
||||||
</return>
|
</return>
|
||||||
<description>
|
<description>
|
||||||
|
Returns the index of the currently focused item. Returns [code]-1[/code] if no item is focused.
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="get_item_accelerator" qualifiers="const">
|
<method name="get_item_accelerator" qualifiers="const">
|
||||||
|
|
Loading…
Reference in a new issue