doc: Sync classref with current source
This commit is contained in:
parent
27a3557a75
commit
30da18c01a
9 changed files with 42 additions and 22 deletions
|
|
@ -202,14 +202,14 @@
|
|||
</members>
|
||||
<signals>
|
||||
<signal name="item_focused">
|
||||
<argument index="0" name="ID" type="int">
|
||||
<argument index="0" name="id" type="int">
|
||||
</argument>
|
||||
<description>
|
||||
This signal is emitted when user navigated to an item using [code]ui_up[/code] or [code]ui_down[/code] action. ID of the item selected is passed as argument.
|
||||
</description>
|
||||
</signal>
|
||||
<signal name="item_selected">
|
||||
<argument index="0" name="ID" type="int">
|
||||
<argument index="0" name="id" type="int">
|
||||
</argument>
|
||||
<description>
|
||||
This signal is emitted when the current item was changed by the user. Index of the item selected is passed as argument.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue