From 306e64a9f58f30a29f256a20ceccafd1ff7d027c Mon Sep 17 00:00:00 2001 From: lupoDharkael Date: Sun, 7 Oct 2018 18:25:57 +0200 Subject: Add call_recursive method to TreeItem --- doc/classes/TreeItem.xml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'doc/classes') diff --git a/doc/classes/TreeItem.xml b/doc/classes/TreeItem.xml index 57e0f2825a..fb860bdeb2 100644 --- a/doc/classes/TreeItem.xml +++ b/doc/classes/TreeItem.xml @@ -536,6 +536,15 @@ Sets the given column's tooltip text. + + + + + + + Calls the [code]method[/code] on the actual TreeItem and its children recursively. Pass parameters as a comma separated list. + + -- cgit v1.2.3