Home | All Classes | Grouped Classes | Index | Search

CL_RadioButton::CL_RadioButton

RadioButton constructor RadioButton constructor RadioButton constructor

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

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

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

See also:

CL_Component | CL_Point | CL_RadioButton | CL_StyleManager



Questions or comments, write to the ClanLib mailing list.