![]() | |
![]() | ![]() |
Entire Class Index | Main Class Index | Cross Index | Global Index |
Window component
Contained in: global
Derived from:
CL_Component
Derived by:
CL_FileDialog
CL_MessageBox
Group: GUI (Controls)
#include <ClanLib/gui.h>
public function member index: |
||
Construction: |
||
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); | |
CL_Window | (const CL_Rect& pos, CL_Component* parent, CL_StyleManager* style = NULL); | |
virtual | ~CL_Window | (); |
Attributes: |
||
CL_Component* | get_client_area | () const; |
const std::string& | get_title | () const; |
Operations: |
||
void | set_title | (const std::string& text); |
void | set_client_size | (int width, int height); |
private function member index: |
||
Implementation: |
||
CL_Window | (const CL_Window& copy); | |
width - The new width of the window
height - The new height of the window
text - An std::string with the new title