Definition in file GUIGlChildWindow.cpp.
#include <config.h>
#include "GUIGlChildWindow.h"
#include <utils/gui/images/GUIIconSubSys.h>
#include <utils/gui/windows/GUIAppEnum.h>
#include <utils/foxtools/MFXCheckableButton.h>
Go to the source code of this file.
Functions | |
| FXDEFMAP (GUIGlChildWindow) GUIGlChildWindowMap[] | |
| FXIMPLEMENT (GUIGlChildWindow, FXMDIChild, GUIGlChildWindowMap, ARRAYNUMBER(GUIGlChildWindowMap)) GUIGlChildWindow | |
| FXDEFMAP | ( | GUIGlChildWindow | ) |
| FXIMPLEMENT | ( | GUIGlChildWindow | , | |
| FXMDIChild | , | |||
| GUIGlChildWindowMap | , | |||
| ARRAYNUMBER(GUIGlChildWindowMap) | ||||
| ) |
Definition at line 51 of file GUIGlChildWindow.cpp.
00061 : FXMDIChild(p, name, ic, mdimenu, opts, x, y, w, h), 00062 myView(0) { 00063 // Make MDI Window Menu 00064 setTracking(); 00065 myContentFrame = 00066 new FXVerticalFrame(this, 00067 FRAME_SUNKEN|LAYOUT_SIDE_TOP|LAYOUT_FILL_X|LAYOUT_FILL_Y, 00068 0,0,0,0,0,0,0,0); 00069 // build the tool bar 00070 buildNavigationToolBar(); // always there (recenter) 00071 buildColoringToolBar(); // always there (coloring) 00072 buildScreenshotToolBar(); // always there (screen shot) 00073 }
1.5.6