33 #ifndef ROOT_TGMdiFrame 34 #define ROOT_TGMdiFrame
virtual ~TGMdiFrame()
TGMdiFrame destructor.
virtual void Move(Int_t x, Int_t y)
Move MDI window at position x, y.
#define ClassDef(name, id)
static Pixel_t GetDefaultFrameBackground()
Get default frame background.
int main(int argc, char **argv)
virtual void SavePrimitive(std::ostream &out, Option_t *option="")
Save a MDIframe as a C++ statement(s) on output stream out.
void SetWindowName(const char *name)
Set MDI window name (set titlebar title).
TString GetMdiHintsString() const
Returns a MDI option string - used in SavePrimitive().
void SetWindowIcon(const TGPicture *pic)
Set MDI window icon (titlebar icon).
virtual void SetMdiHints(ULong_t mdihints)
Set MDI hints, also used to identify titlebar buttons.
virtual Bool_t CloseWindow()
Close MDI frame window.
TGMdiFrame(TGMdiMainFrame *main, Int_t w, Int_t h, UInt_t options=0, Pixel_t back=GetDefaultFrameBackground())
TGMdiFrame constructor.
void DontCallClose()
Typically call this method in the slot connected to the CloseWindow() signal to prevent the calling o...
const char * GetWindowName()
Return MDI window name.
ULong_t GetMdiHints() const
const TGPicture * GetWindowIcon()
Return pointer to picture used as MDI window icon (on titlebar).