#include <Gwindow.h>
Inheritance diagram for Gwindow:
Public Methods | |
Gwindow (Gstring title) | |
~Gwindow () | |
void | SetTitle (Gstring title) |
bool | Insert (Gwidget *w) |
void | SetLayout (Gcontainers *layout) |
virtual void | OnEvent (GdkEvent *event, void *user_data) |
virtual bool | Init () |
virtual bool | OnInit () |
virtual void | SetWindowMgr (GwindowMgr *w) |
Protected Methods | |
virtual bool | OnDestroy () |
void | Close () |
Gcontainers* | GetMainLayout () |
askyesno.cpp, button.cpp, clist.cpp, entry.cpp, hello.cpp, label.cpp, and layout.cpp.
|
Construct a new window with a new title
|
|
Function called when the window is initialized Reimplemented from Gwidget. |
|
Insert a widget in the window. The widget will be inserted in the main layer of the window automatically. Reimplemented from Gwidget.
|
|
Receive the event of the widget contained in the window Reimplemented from Gwidget. |
|
User function to use when you want to initialize the widget in the window
|
|
Set the new Layer of the window
|
|
Set the title of the window
|
|
Set the window manager of the window. Normally not used by user. Reimplemented from Gwidget. |