Skip to content

class_splitcontainer

reduz edited this page Feb 23, 2014 · 9 revisions

SplitContainer

####Inherits: Container ####Category: Core

Brief Description

Container for splitting and adjusting.

Member Functions

Description

Container for splitting two controls vertically or horizontally, with a grabber that allows adjusting the split offset or ratio.

Member Function Description

  • 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;

Clone this wiki locally