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 std::string& text, CL_Surface* surface_up, CL_Surface* surface_down, CL_Surface* surface_disabled, CL_Surface* surface_highlighted, CL_Component* parent, CL_StyleManager* style = NULL);

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

See also:

CL_Button



Questions or comments, write to the ClanLib mailing list.