The pull down menu bar.
More...
#include <MenuBar.h>
The pull down menu bar.
Definition at line 25 of file MenuBar.h.
evdb::MenuBar::MenuBar |
( |
TGMainFrame * |
frame | ) |
|
Definition at line 22 of file MenuBar.cxx.
30 fMenuBar =
new TGMenuBar(frame, 1, 1, kHorizontalFrame);
31 fLayout =
new TGLayoutHints(kLHintsTop | kLHintsLeft | kLHintsExpandX,
32 padleft, padright, padtop, padbottom);
evdb::MenuBar::~MenuBar |
( |
| ) |
|
|
virtual |
TGLayoutHints* evdb::MenuBar::fLayout |
Layout of menu bar.
Definition at line 34 of file MenuBar.h.
TGMenuBar* evdb::MenuBar::fMenuBar |
Menu bar across top of application.
Definition at line 33 of file MenuBar.h.
The documentation for this class was generated from the following files: