golib
0.5
|
Public Types | |
typedef goPlot::Object2DPoints | PointsObject |
Public Member Functions | |
void | open () |
virtual void | fileAbout () override |
![]() | |
void | addControl (goGUI::Control &c, bool active=true) |
void | setControlsVisibility () |
Shows/hides controls as indicated by the controls menu. | |
Gtk::Menu * | addMenu (const char *label) |
Gtk::MenuItem * | addMenuItem (Gtk::Menu *, const char *label) |
void | addFileAbout (const char *aboutText=0) |
void | addFileQuit () |
void | setAboutText (const char *) |
virtual void | fileQuit () |
void | controlsToggled (goGUI::Control *control, Gtk::CheckMenuItem *item=0) |
Gtk::HPaned & | getPaned () |
Get Gtk::HPaned that is supposed to be the main widget. More... | |
Gtk::MenuBar & | getMenuBar () |
Gtk::Menu * | getFileMenu () |
Gtk::Menu * | getControlsMenu () |
Public Attributes | |
goGUI::OFFView | glw |
Additional Inherited Members | |
![]() | |
Gtk::MenuBar | myMenuBar |
Gtk::VBox | myControlBox |
Gtk::HPaned | myPaned |
Gtk::Menu * | myFileMenu |
Gtk::Menu * | myControlsMenu |
goString | myAboutText |
MainWindowPrivate * | myPrivate |