Class reference
FoldableGroup
Inherits Resource
A group of foldable containers that doesn't allow more than one container to be expanded at a time.
Description
A group of FoldableContainer-derived nodes. Only one container can be expanded at a time.
Properties
Methods
FoldableContainer[] get_containers() const
Returns an Array of FoldableContainers that have this as their FoldableGroup (see FoldableContainer.foldable_group). This is equivalent to ButtonGroup but for FoldableContainers.
FoldableContainer get_expanded_container() const
FoldableContainer get_expanded_container() constReturns the current expanded container.
Signals
expanded(FoldableContainer container)
FoldableContainer container)Emitted when one of the containers of the group is expanded.