Home | All Classes | Grouped Classes | Index | Search

CL_Button::CL_Button

Button Constructor Button Constructor Button Constructor Button Constructor Button Constructor Button Constructor

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

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

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

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

	CL_Button(
		const CL_Rect& pos, CL_Component* parent, CL_StyleManager* style = NULL);

	CL_Button(
		const CL_Point& pos, CL_Component* parent, CL_StyleManager* style = NULL);

See also:

CL_Button | CL_Component | CL_Point | CL_Rect | CL_StyleManager



Questions or comments, write to the ClanLib mailing list.