2 #include "gwindowgui.h"
4 #include "mwindowgui.h"
6 GWindow::GWindow(MWindow *mwindow)
9 this->mwindow = mwindow;
17 void GWindow::create_objects()
22 GWindowGUI::calculate_extents(mwindow->gui, &w, &h);
23 gui = new GWindowGUI(mwindow, w, h);
24 gui->create_objects();