forked from godotengine/godot
-
Notifications
You must be signed in to change notification settings - Fork 0
class_splitcontainer
reduz edited this page Feb 23, 2014
·
9 revisions
Inherits: Container\n\n### Brief Description
Container for splitting and adjusting.
- void set_split_offset" ( int offset )
- int get_split_offset" ( ) const
- void set_collapsed" ( bool collapsed )
- bool is_collapsed" ( ) const
- void set_dragger_visible" ( bool visible )
- bool is_dragger_visible" ( ) const
Container for splitting two controls vertically or horizontally, with a grabber that allows adjusting the split offset or ratio.
== set_split_offset ==
- void set_split_offset" ( int offset ) \ Set the split offset. == get_split_offset ==
- int get_split_offset" ( ) const \ Return the spluit offset; == set_collapsed ==
- void set_collapsed" ( bool collapsed ) \ Set if the split must be collapsed. == is_collapsed ==
- bool is_collapsed" ( ) const \ Return if the split is collapsed;