Home | All Classes | Grouped Classes | Index | Search
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