Home | All Classes | Grouped Classes | Index | Search

CL_CheckBox::CL_CheckBox

CheckBox constructor CheckBox constructor CheckBox constructor

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

	CL_CheckBox(
		const CL_Point& pos, const std::string& text, CL_Component* parent, CL_StyleManager* style = NULL);

	CL_CheckBox(
		const std::string& text, CL_Component* parent, CL_StyleManager* style = NULL);

See also:

CL_CheckBox | CL_Component | CL_Point | CL_StyleManager



Questions or comments, write to the ClanLib mailing list.