diff options
author | kobewi <kobewi4e@gmail.com> | 2022-01-22 21:10:30 +0100 |
---|---|---|
committer | kobewi <kobewi4e@gmail.com> | 2022-01-22 21:12:06 +0100 |
commit | b86e3dbe7b8cddc7b89c208034af55236b4200b4 (patch) | |
tree | 0c302d6fa4ce0c1379399cdd445b2d9418fa0730 /doc/classes | |
parent | 02f3e3346ae00a3d5e9a3d2a05bb5a513a70dc10 (diff) |
Add usage of indeterminate checkboxes to editor
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/TreeItem.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/TreeItem.xml b/doc/classes/TreeItem.xml index 0090fb555f..13f2c7120c 100644 --- a/doc/classes/TreeItem.xml +++ b/doc/classes/TreeItem.xml @@ -390,7 +390,7 @@ <argument index="0" name="column" type="int" /> <argument index="1" name="emit_signal" type="bool" default="true" /> <description> - Propagates this item's checked status to its children and parents for the given [code]column[/code]. It is possible to process the items affected by this method call by connecting to [signal Tree.check_propagated_to_item]. The order that the items affected will be processed is as follows: the item invoking this method, children of that item, and finally parents of that item. If [code]emit_signal[/code] is set to false, then [signal Tree.check_propagated_to_item] will not be emitted. + Propagates this item's checked status to its children and parents for the given [code]column[/code]. It is possible to process the items affected by this method call by connecting to [signal Tree.check_propagated_to_item]. The order that the items affected will be processed is as follows: the item invoking this method, children of that item, and finally parents of that item. If [code]emit_signal[/code] is [code]false[/code], then [signal Tree.check_propagated_to_item] will not be emitted. </description> </method> <method name="remove_child"> |