Public Member Functions | |
| virtual bool | OnInit () |
| The application initialization handler. | |
| virtual int | OnRun () |
| This is defined just to avoid some weird compilation errors. | |
| virtual bool | OnInit () |
| virtual int | OnRun () |
This is the application class. It implements the OnInit() function which acts as the main() function for the wxwidgets application
Definition at line 28 of file guiclient.cpp.
|
|
|
|
|
The application initialization handler. All this function does is create a GuiClientFrame, but it could create more windows if that became necessary.
Definition at line 210 of file guiclient.cpp. |
|
|
|
|
|
This is defined just to avoid some weird compilation errors.
Definition at line 225 of file guiclient.cpp. |
1.4.4