25 TGedFrame(p, width, height, options, back),
26 fTab(0), fTabMgr(0), fPad(0)
28 fTab = fGedEditor->GetTab();
29 fPad = fGedEditor->GetPad();
virtual void HideFrame(TGFrame *f)
Hide sub frame.
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.
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.