TGTransientFrame
class description - source file - inheritance tree
public:
TGTransientFrame TGTransientFrame(TGWindow* p, TGWindow* main, UInt_t w, UInt_t h, UInt_t options = kMainFrame|kVerticalFrame)
TGTransientFrame TGTransientFrame(TGTransientFrame&)
void ~TGTransientFrame()
TClass* Class()
virtual void CloseWindow()
const TGWindow* GetMain()
virtual TClass* IsA()
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
protected:
static const TGWindow* fMain window over which to popup dialog
See also
-
TGFileDialog, TGMsgBox, TRootDialog, TRootHelpDialog
TGFrame, TGCompositeFrame, TGVerticalFrame, TGHorizontalFrame,
TGMainFrame, TGTransientFrame and TGGroupFrame
The frame classes describe the different "dressed" GUI windows.
The TGFrame class is a subclasses of TGWindow, and is used as base
class for some simple widgets (buttons, labels, etc.).
It provides:
- position & dimension fields
- an 'options' attribute (see constant above)
- a generic event handler
- a generic layout mechanism
- a generic border
The TGCompositeFrame class is the base class for composite widgets
(menu bars, list boxes, etc.).
It provides:
- a layout manager
- a frame container (TList *)
The TGVerticalFrame and TGHorizontalFrame are composite frame that
layout their cildren in vertical or horizontal way.
The TGMainFrame class defines top level windows that interact with
the system Window Manager.
The TGTransientFrame class defines transient windows that typically
are used for dialogs windows.
The TGGroupFrame is a composite frame with a border and a title.
It is typically used to group a number of logically related widgets
visually together.
/*
*/
TGTransientFrame(const TGWindow *p, const TGWindow *main,
UInt_t w, UInt_t h, UInt_t options) : TGMainFrame(p, w, h, options)
Create a transient window. A transient window is typically used for
dialog boxes.
void CloseWindow()
Close transient window. Override this to intercept close.
Inline Functions
const TGWindow* GetMain()
TClass* Class()
TClass* IsA()
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
TGTransientFrame TGTransientFrame(TGTransientFrame&)
void ~TGTransientFrame()
Author: Fons Rademakers 03/01/98
Last update: 2.21/06 15/02/99 15.31.41 by Fons Rademakers
Copyright (c) 1995-1999, The ROOT System, All rights reserved. *
ROOT page - Class index - Top of the page
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.