#include <Gapplication.h>
Public Methods | |
Gapplication (char *name, int argc, char **argv) | |
~Gapplication () | |
void | Run () |
void | Add (Gwindow *w) |
Gstring | GetAppName () |
GwindowMgr* | GetWindowMgr () |
Static Public Methods | |
void | Exit () |
Exit()
is made. askyesno.cpp, button.cpp, clist.cpp, entry.cpp, hello.cpp, label.cpp, and layout.cpp.
|
main constructor for Gapplication.
|
|
Add a window to the application The window is registered in the GwindowManager at the root.
|
|
Exit the current application The Run function will return after a call to Exit()
|
|
Return the name of the application.
|
|
Return the GwindowManager of the application |
|
Launch the application. The run function will not return until the Exit function was called.
|