Home | All Classes | Grouped Classes | Index | Search

CL_ScrollBar::CL_ScrollBar

ScrollBar Constructor ScrollBar Constructor ScrollBar Constructor ScrollBar Constructor ScrollBar Constructor

	CL_ScrollBar(
		CL_Component* parent, CL_StyleManager* style = NULL);

	CL_ScrollBar(
		int min, int max, bool orientation, CL_Component* parent, CL_StyleManager* style = NULL);

	CL_ScrollBar(
		bool orientation, CL_Component* parent, CL_StyleManager* style = NULL);

	CL_ScrollBar(
		const CL_Rect& pos, int min, int max, bool orientation, CL_Component* parent, CL_StyleManager* style = NULL);

	CL_ScrollBar(
		const CL_Rect& pos, bool orientation, CL_Component* parent, CL_StyleManager* style = NULL);

Parameters:

Orientation
false: Vertical scrollbar, true: Hortizonal scrollbar
Orientation
false: Vertical scrollbar, true: Hortizonal scrollbar
Orientation
false: Vertical scrollbar, true: Hortizonal scrollbar
Orientation
false: Vertical scrollbar, true: Hortizonal scrollbar

See also:

CL_Component | CL_Rect | CL_ScrollBar | CL_StyleManager



Questions or comments, write to the ClanLib mailing list.