Home | All Classes | Grouped Classes | Index | Search

CL_Window::CL_Window

Creates a window.

	CL_Window(
		int button_enum, CL_Component* parent, CL_StyleManager* style = NULL);

	CL_Window(
		const std::string& title, int button_enum, CL_Component* parent, CL_StyleManager* style = NULL);

	CL_Window(
		const CL_Rect& pos, const std::string& title, int button_enum, CL_Component* parent, CL_StyleManager* style = NULL);

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

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

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

See also:

CL_Component | CL_Rect | CL_StyleManager | CL_Window



Questions or comments, write to the ClanLib mailing list.