#include <window.h>
Inheritance diagram for CL_Window:


Public Methods | |
| CL_Window (const CL_ComponentOptions &options, CL_Component *parent, CL_StyleManager *style=NULL) | |
| Construction:. | |
| 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 () |
| CL_Component* | get_client_area () const |
| Attributes:. | |
| const std::string& | get_title () const |
| void | set_title (const std::string &text) |
| Operations:. | |
Private Methods | |
| CL_Window (const CL_Window ©) | |
| Implementation:. | |
Private Attributes | |
| class CL_Window_Generic* | impl |
| Implementation:. | |
Definition at line 16 of file window.h.
|
|
Construction:.
|
|
|
|
|
|
|
|
|
|
|
|
Implementation:.
|
|
|
Attributes:.
|
|
|
|
|
|
Operations:.
|
|
|
Implementation:.
Reimplemented from CL_Component. Reimplemented in CL_MessageBox. |
1.2.6 written by Dimitri van Heesch,
© 1997-2001