89 fBar->AddPopup(s, menu,
l);
121 fLeft->RemoveFrame(icon);
122 fRight->RemoveFrame(buttons);
149 fLeft->ShowFrame(icon);
150 fRight->ShowFrame(buttons);
159 fLeft->HideFrame(icon);
160 fRight->HideFrame(buttons);
178 out <<
" // MDI menu bar" << std::endl;
180 out <<
" TGMdiMenuBar *";
184 out <<
" " <<
GetName() <<
"->SetName(\"" <<
GetName() <<
"\");" << std::endl;
188 out <<
" TGMenuBar *" <<
fBar->GetName() <<
" = " <<
GetName()
189 <<
"->GetMenuBar();" << std::endl;
197 out <<
");" << std::endl;
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void w
virtual void AddFrame(TGFrame *f, TGLayoutHints *l=nullptr)
Add frame to the composite frame using the specified layout hints.
Int_t MustCleanup() const override
TGCompositeFrame(const TGCompositeFrame &)=delete
TList * fList
container of frame elements
void ReparentWindow(const TGWindow *p, Int_t x=0, Int_t y=0) override
Reparent window, make p the new parent and position the window at position (x,y) in new parent.
void SavePrimitive(std::ostream &out, Option_t *option="") override
Save a frame widget as a C++ statement(s) on output stream out.
TGHotString is a string with a "hot" character underlined.
This class describes layout hints used by the layout classes.
void SavePrimitive(std::ostream &out, Option_t *option="") override
Save layout hints as a C++ statement(s) on output stream out.
const TGWindow * fParent
Parent window.
const char * GetName() const override
Return unique name, used in SavePrimitive methods.