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