BOSS 7.0.8
BESIII Offline Software System
Loading...
Searching...
No Matches
BesGMenuBar.h
Go to the documentation of this file.
1
2#ifndef BESGMENUBAR_H
3#define BESGMENUBAR_H
4
5#include "TGMenu.h"
6#include "BesGMenuTitle.h"
7
8class BesGMenuBar : public TGMenuBar {
9
10 protected:
11 virtual void AddFrameBefore(TGFrame *f, TGLayoutHints *l = 0,
12 TGPopupMenu *before = 0);
13
14 public:
15 BesGMenuBar(const TGWindow *p = 0, UInt_t w = 60, UInt_t h = 20,
16 UInt_t options = kHorizontalFrame | kRaisedFrame);
17
18 virtual void AddPopup(TGHotString *s, TGPopupMenu *menu, TGLayoutHints *l,
19 TGPopupMenu *before = 0);
20 virtual void AddPopup(const char *s, TGPopupMenu *menu, TGLayoutHints *l,
21 TGPopupMenu *before = 0);
22
24
25 ClassDef(BesGMenuBar,0) // Menu bar class
26};
27
28#endif
TFile f("ana_bhabha660a_dqa_mcPat_zy_old.root")
double w
XmlRpcServer s
Definition: HelloServer.cpp:11
BesGMenuBar(const TGWindow *p=0, UInt_t w=60, UInt_t h=20, UInt_t options=kHorizontalFrame|kRaisedFrame)
BesGMenuTitle * GetMenuTitle(Int_t i)
Definition: BesGMenuBar.cxx:80
virtual void AddPopup(TGHotString *s, TGPopupMenu *menu, TGLayoutHints *l, TGPopupMenu *before=0)
Definition: BesGMenuBar.cxx:14
virtual void AddFrameBefore(TGFrame *f, TGLayoutHints *l=0, TGPopupMenu *before=0)
Definition: BesGMenuBar.cxx:43