Merge pull request #22834 from lupoDharkael/recursive-item

Add call_recursive method to TreeItem
This commit is contained in:
Rémi Verschelde 2019-10-04 15:32:14 +02:00 committed by GitHub
commit ee611d149b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 58 additions and 0 deletions

View file

@ -585,6 +585,15 @@
Sets the given column's tooltip text.
</description>
</method>
<method name="call_recursive" qualifiers="vararg">
<return type="Variant">
</return>
<argument index="0" name="method" type="String">
</argument>
<description>
Calls the [code]method[/code] on the actual TreeItem and its children recursively. Pass parameters as a comma separated list.
</description>
</method>
</methods>
<members>
<member name="collapsed" type="bool" setter="set_collapsed" getter="is_collapsed">