Document Tree.item_collapsed also being emitted when the item is expanded
This also mentions that the signal is emitted even when the item is expanded/collapsed through code.
This commit is contained in:
@ -431,7 +431,8 @@
|
|||||||
<signal name="item_collapsed">
|
<signal name="item_collapsed">
|
||||||
<param index="0" name="item" type="TreeItem" />
|
<param index="0" name="item" type="TreeItem" />
|
||||||
<description>
|
<description>
|
||||||
Emitted when an item is collapsed by a click on the folding arrow.
|
Emitted when an item is expanded or collapsed by clicking on the folding arrow or through code.
|
||||||
|
[b]Note:[/b] Despite its name, this signal is also emitted when an item is expanded.
|
||||||
</description>
|
</description>
|
||||||
</signal>
|
</signal>
|
||||||
<signal name="item_edited">
|
<signal name="item_edited">
|
||||||
|
|||||||
Reference in New Issue
Block a user