-
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
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.
- void
set_split_offset( int offset )
Set the split offset.
-
int
get_split_offset( ) const
Return the spluit offset;
- void
set_collapsed( bool collapsed )
Set if the split must be collapsed.
-
bool
is_collapsed( ) const
Return if the split is collapsed;