ItemList signals additional documentation
Signals:
* item_selected
* item_rmb_select
(cherry picked from commit 65d182a939
)
This commit is contained in:
parent
cee98e5a0b
commit
8970abd67f
|
@ -351,6 +351,7 @@
|
||||||
Fired when specified list item has been selected via right mouse clicking.
|
Fired when specified list item has been selected via right mouse clicking.
|
||||||
The click position is also provided to allow appropriate popup of context menus
|
The click position is also provided to allow appropriate popup of context menus
|
||||||
at the correct location.
|
at the correct location.
|
||||||
|
[member allow_rmb_select] must be enabled.
|
||||||
</description>
|
</description>
|
||||||
</signal>
|
</signal>
|
||||||
<signal name="item_selected">
|
<signal name="item_selected">
|
||||||
|
@ -358,6 +359,7 @@
|
||||||
</argument>
|
</argument>
|
||||||
<description>
|
<description>
|
||||||
Fired when specified item has been selected.
|
Fired when specified item has been selected.
|
||||||
|
[member allow_reselect] must be enabled to reselect an item.
|
||||||
</description>
|
</description>
|
||||||
</signal>
|
</signal>
|
||||||
<signal name="multi_selected">
|
<signal name="multi_selected">
|
||||||
|
|
Loading…
Reference in New Issue