|
Parents: public CL_Component
Description
Class members
static CL_Scrollbar *create(
const CL_ComponentOptions &options,
CL_Component *parent,
CL_StyleManager *style)
static CL_Scrollbar *create(
const CL_Rect &pos,
bool orientation,
CL_Component *parent,
CL_StyleManager *style = NULL)
CL_Scrollbar(
const CL_ComponentOptions &options,
CL_Component *parent)
CL_Scrollbar(CL_Component *parent)
virtual ~CL_Scrollbar()
int range()
void set_range(int new_range)
void set_cur_position(int new_pos)
int get_cur_position()
thSignal_v1<int> sig_scrolled
See Also
None
Back to index
|