#include <main_frame.h>
Inheritance diagram for main_frame:

Public Methods |
|
| main_frame (wxWindow *parent=(wxWindow *) NULL) | |
| Constructor. |
|
| ~main_frame () | |
| Destructor. |
|
| void | frame_startup_init () |
| Startup code for the frame. |
|
The main frame is composed of a menubar and toolbar loaded from XRC, a main_listctrl and a statusbar and the bottom.
|
|
Constructor.
|
|
|
Startup code for the frame. Public, since called from application startup [ OnInit() in plucker-desktop.cpp ] |