mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Tree recursive folding
This commit is contained in:
@@ -312,6 +312,9 @@
|
||||
The drop mode as an OR combination of flags. See [enum DropModeFlags] constants. Once dropping is done, reverts to [constant DROP_MODE_DISABLED]. Setting this during [method Control._can_drop_data] is recommended.
|
||||
This controls the drop sections, i.e. the decision and drawing of possible drop locations based on the mouse position.
|
||||
</member>
|
||||
<member name="enable_recursive_folding" type="bool" setter="set_enable_recursive_folding" getter="is_recursive_folding_enabled" default="true">
|
||||
If [code]true[/code], recursive folding is enabled for this [Tree]. Holding down Shift while clicking the fold arrow collapses or uncollapses the [TreeItem] and all its descendants.
|
||||
</member>
|
||||
<member name="focus_mode" type="int" setter="set_focus_mode" getter="get_focus_mode" overrides="Control" enum="Control.FocusMode" default="2" />
|
||||
<member name="hide_folding" type="bool" setter="set_hide_folding" getter="is_folding_hidden" default="false">
|
||||
If [code]true[/code], the folding arrow is hidden.
|
||||
|
||||
Reference in New Issue
Block a user