24 TGedFrame(p, width, height, options, back),
25 fTab(0), fTabMgr(0), fPad(0)
virtual void HideFrame(TGFrame *f)
Hide sub frame.
virtual TVirtualPad * GetPad() const
virtual void ShowFrame(TGFrame *f)
Show sub frame.
virtual void SetActive(Bool_t active=kTRUE)
Set active GUI attribute frames related to the selected object.
TGeoGedFrame(const TGWindow *p=0, Int_t width=140, Int_t height=30, UInt_t options=kChildFrame, Pixel_t back=GetDefaultFrameBackground())
Constructor.
virtual void Update(TGedFrame *frame=0)
Virtual method that is called on any change in the dependent frames.
static TGeoTabManager * GetMakeTabManager(TGedEditor *ged)
Static method to return the tab manager currently appended to the pad or create one if not existing...
virtual Bool_t SetTab(Int_t tabIndex, Bool_t emit=kTRUE)
Brings the composite frame with the index tabIndex to the front and generate the following event if t...
Bool_t IsEnabled(Int_t tabIndex) const
Returns true if tab is enabled.
virtual void Modified(Bool_t flag=1)=0
const TGWindow * GetParent() const
virtual void Update()
Override Update from TGedFrame as fGedEditor can be null.
Common base class for geombuilder editors.