#ifndef ROOT_TGeoGedFrame
#define ROOT_TGeoGedFrame
#ifndef ROOT_TGedFrame
#include "TGedFrame.h"
#endif
class TGTab;
class TGeoTabManager;
class TVirtualPad;
class TGeoGedFrame : public TGedFrame {
protected:
TGTab *fTab;
TGeoTabManager *fTabMgr;
TVirtualPad *fPad;
public:
TGeoGedFrame(const TGWindow *p = 0,
Int_t width = 140, Int_t height = 30,
UInt_t options = kChildFrame,
Pixel_t back = GetDefaultFrameBackground());
virtual void SetActive(Bool_t active = kTRUE);
virtual void Update();
ClassDef(TGeoGedFrame, 0)
};
#endif
Last change: Wed Jun 25 08:44:29 2008
Last generated: 2008-06-25 08:44
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.