ROOT  6.06/09
Reference Guide
Public Member Functions | Static Public Member Functions | Protected Types | Protected Member Functions | Static Protected Member Functions | Protected Attributes | Static Protected Attributes | Private Member Functions | List of all members
TGFrame Class Reference

Definition at line 143 of file TGFrame.h.

Public Member Functions

 TGFrame (const TGWindow *p=0, UInt_t w=1, UInt_t h=1, UInt_t options=0, Pixel_t back=GetDefaultFrameBackground())
 
 TGFrame (TGClient *c, Window_t id, const TGWindow *parent=0)
 Create a frame using an externally created window. More...
 
virtual ~TGFrame ()
 Destructor. More...
 
virtual void DeleteWindow ()
 Delete window. More...
 
virtual void ReallyDelete ()
 
UInt_t GetEventMask () const
 
void AddInput (UInt_t emask)
 Add events specified in the emask to the events the frame should handle. More...
 
void RemoveInput (UInt_t emask)
 Remove events specified in emask from the events the frame should handle. More...
 
virtual Bool_t HandleEvent (Event_t *event)
 Handle all frame events. More...
 
virtual Bool_t HandleConfigureNotify (Event_t *event)
 This event is generated when the frame is resized. More...
 
virtual Bool_t HandleButton (Event_t *)
 
virtual Bool_t HandleDoubleClick (Event_t *)
 
virtual Bool_t HandleCrossing (Event_t *)
 
virtual Bool_t HandleMotion (Event_t *)
 
virtual Bool_t HandleKey (Event_t *)
 
virtual Bool_t HandleFocusChange (Event_t *)
 
virtual Bool_t HandleClientMessage (Event_t *event)
 Handle a client message. More...
 
virtual Bool_t HandleSelection (Event_t *)
 
virtual Bool_t HandleSelectionRequest (Event_t *)
 
virtual Bool_t HandleSelectionClear (Event_t *)
 
virtual Bool_t HandleColormapChange (Event_t *)
 
virtual Bool_t HandleDragEnter (TGFrame *)
 
virtual Bool_t HandleDragLeave (TGFrame *)
 
virtual Bool_t HandleDragMotion (TGFrame *)
 
virtual Bool_t HandleDragDrop (TGFrame *, Int_t, Int_t, TGLayoutHints *)
 
virtual void ProcessedConfigure (Event_t *event)
 
virtual void ProcessedEvent (Event_t *event)
 
virtual void SendMessage (const TGWindow *w, Long_t msg, Long_t parm1, Long_t parm2)
 Send message (i.e. More...
 
virtual Bool_t ProcessMessage (Long_t, Long_t, Long_t)
 
virtual TGDimension GetDefaultSize () const
 std::cout << fWidth << "x" << fHeight << std::endl; More...
 
virtual void Move (Int_t x, Int_t y)
 Move frame. More...
 
virtual void Resize (UInt_t w=0, UInt_t h=0)
 Resize the frame. More...
 
virtual void Resize (TGDimension size)
 Resize the frame. More...
 
virtual void MoveResize (Int_t x, Int_t y, UInt_t w=0, UInt_t h=0)
 Move and/or resize the frame. More...
 
virtual UInt_t GetDefaultWidth () const
 
virtual UInt_t GetDefaultHeight () const
 
virtual Pixel_t GetBackground () const
 
virtual void ChangeBackground (Pixel_t back)
 Change frame background color. More...
 
virtual void SetBackgroundColor (Pixel_t back)
 Set background color (override from TGWindow base class). More...
 
virtual Pixel_t GetForeground () const
 Return frame foreground color. More...
 
virtual void SetForegroundColor (Pixel_t)
 
virtual UInt_t GetOptions () const
 
virtual void ChangeOptions (UInt_t options)
 Change frame options. Options is an OR of the EFrameTypes. More...
 
virtual void Layout ()
 
virtual void MapSubwindows ()
 
virtual void ReparentWindow (const TGWindow *p, Int_t x=0, Int_t y=0)
 Reparent window, make p the new parent and position the window at position (x,y) in new parent. More...
 
virtual void MapWindow ()
 
virtual void MapRaised ()
 
virtual void UnmapWindow ()
 
virtual void DrawBorder ()
 Draw frame border. More...
 
virtual void DrawCopy (Handle_t, Int_t, Int_t)
 
virtual void Activate (Bool_t)
 
virtual Bool_t IsActive () const
 
virtual Bool_t IsComposite () const
 
virtual Bool_t IsEditable () const
 
virtual void SetEditable (Bool_t)
 
virtual void SetLayoutBroken (Bool_t=kTRUE)
 
virtual Bool_t IsLayoutBroken () const
 
virtual void SetCleanup (Int_t=kLocalCleanup)
 
virtual void SetDragType (Int_t type)
 SetDragType. More...
 
virtual void SetDropType (Int_t type)
 SetDropType. More...
 
virtual Int_t GetDragType () const
 Returns drag source type. More...
 
virtual Int_t GetDropType () const
 Returns drop target type. More...
 
UInt_t GetWidth () const
 
UInt_t GetHeight () const
 
UInt_t GetMinWidth () const
 
UInt_t GetMinHeight () const
 
UInt_t GetMaxWidth () const
 
UInt_t GetMaxHeight () const
 
TGDimension GetSize () const
 
Int_t GetX () const
 
Int_t GetY () const
 
Int_t GetBorderWidth () const
 
TGFrameElementGetFrameElement () const
 
void SetFrameElement (TGFrameElement *fe)
 
Bool_t Contains (Int_t x, Int_t y) const
 
virtual TGFrameGetFrameFromPoint (Int_t x, Int_t y)
 
virtual void SetX (Int_t x)
 
virtual void SetY (Int_t y)
 
virtual void SetWidth (UInt_t w)
 
virtual void SetHeight (UInt_t h)
 
virtual void SetMinWidth (UInt_t w)
 
virtual void SetMinHeight (UInt_t h)
 
virtual void SetMaxWidth (UInt_t w)
 
virtual void SetMaxHeight (UInt_t h)
 
virtual void SetSize (const TGDimension &s)
 
virtual void Print (Option_t *option="") const
 Print window id. More...
 
void SaveUserColor (std::ostream &out, Option_t *)
 Save a user color in a C++ macro file - used in SavePrimitive(). More...
 
virtual void SavePrimitive (std::ostream &out, Option_t *option="")
 Save a frame widget as a C++ statement(s) on output stream out. More...
 
virtual void Delete (Option_t *="")
 Delete this object. More...
 
virtual TObjectDrawClone (Option_t *="") const
 Draw a clone of this object in the current pad. More...
 
virtual void DrawClass () const
 Draw class inheritance tree of the class to which this object belongs. More...
 
virtual void Dump () const
 Dump contents of object on stdout. More...
 
virtual void Inspect () const
 Dump contents of this object in a graphics canvas. More...
 
virtual void SetDrawOption (Option_t *="")
 Set drawing option for object. More...
 
void SetDNDSource (Bool_t onoff)
 
void SetDNDTarget (Bool_t onoff)
 
Bool_t IsDNDSource () const
 
Bool_t IsDNDTarget () const
 
virtual TDNDDataGetDNDData (Atom_t)
 
virtual Bool_t HandleDNDDrop (TDNDData *)
 
virtual Atom_t HandleDNDPosition (Int_t, Int_t, Atom_t, Int_t, Int_t)
 
virtual Atom_t HandleDNDEnter (Atom_t *)
 
virtual Bool_t HandleDNDLeave ()
 
virtual Bool_t HandleDNDFinished ()
 
- Public Member Functions inherited from TGWindow
 TGWindow (const TGWindow *p=0, Int_t x=0, Int_t y=0, UInt_t w=0, UInt_t h=0, UInt_t border=0, Int_t depth=0, UInt_t clss=0, void *visual=0, SetWindowAttributes_t *attr=0, UInt_t wtype=0)
 
 TGWindow (TGClient *c, Window_t id, const TGWindow *parent=0)
 Create a copy of a window. More...
 
virtual ~TGWindow ()
 Window destructor. Unregisters the window. More...
 
const TGWindowGetParent () const
 
virtual const TGWindowGetMainFrame () const
 Returns top level main frame. More...
 
virtual void DestroyWindow ()
 
virtual void DestroySubwindows ()
 
virtual void RaiseWindow ()
 
virtual void LowerWindow ()
 
virtual void IconifyWindow ()
 
virtual void RequestFocus ()
 
virtual void SetBackgroundPixmap (Pixmap_t pixmap)
 
virtual Bool_t HandleExpose (Event_t *event)
 
virtual Bool_t HandleTimer (TTimer *)
 Execute action in response of a timer timing out. More...
 
virtual Bool_t HandleIdleEvent (TGIdleHandler *)
 
virtual Bool_t IsMapped ()
 Returns kTRUE if window is mapped on screen, kFALSE otherwise. More...
 
virtual UInt_t GetEditDisabled () const
 
virtual void SetEditDisabled (UInt_t on=kEditDisable)
 
virtual Int_t MustCleanup () const
 
virtual void SetWindowName (const char *name=0)
 Set window name. More...
 
virtual const char * GetName () const
 Return unique name, used in SavePrimitive methods. More...
 
virtual void SetName (const char *name)
 
virtual void SetMapSubwindows (Bool_t)
 
virtual Bool_t IsMapSubwindows () const
 
- Public Member Functions inherited from TGObject
 TGObject ()
 
 TGObject (const TGObject &tgo)
 
virtual ~TGObject ()
 
Handle_t GetId () const
 
TGClientGetClient () const
 
ULong_t Hash () const
 Return hash value for this object. More...
 
Bool_t IsEqual (const TObject *obj) const
 Equal comparison (TGObjects are equal if they have the same window identifier). More...
 
virtual void SaveAs (const char *filename="", Option_t *option="") const
 Save this object in the file specified by filename. More...
 
- Public Member Functions inherited from TObject
 TObject ()
 
 TObject (const TObject &object)
 TObject copy ctor. More...
 
TObjectoperator= (const TObject &rhs)
 TObject assignment operator. More...
 
virtual ~TObject ()
 TObject destructor. More...
 
virtual void AppendPad (Option_t *option="")
 Append graphics object to current pad. More...
 
virtual void Browse (TBrowser *b)
 Browse object. May be overridden for another default action. More...
 
virtual const char * ClassName () const
 Returns name of class to which the object belongs. More...
 
virtual void Clear (Option_t *="")
 
virtual TObjectClone (const char *newname="") const
 Make a clone of an object using the Streamer facility. More...
 
virtual Int_t Compare (const TObject *obj) const
 Compare abstract method. More...
 
virtual void Copy (TObject &object) const
 Copy this to obj. More...
 
virtual Int_t DistancetoPrimitive (Int_t px, Int_t py)
 Computes distance from point (px,py) to the object. More...
 
virtual void Draw (Option_t *option="")
 Default Draw method for all objects. More...
 
virtual void Execute (const char *method, const char *params, Int_t *error=0)
 Execute method on this object with the given parameter string, e.g. More...
 
virtual void Execute (TMethod *method, TObjArray *params, Int_t *error=0)
 Execute method on this object with parameters stored in the TObjArray. More...
 
virtual void ExecuteEvent (Int_t event, Int_t px, Int_t py)
 Execute action corresponding to an event at (px,py). More...
 
virtual TObjectFindObject (const char *name) const
 Must be redefined in derived classes. More...
 
virtual TObjectFindObject (const TObject *obj) const
 Must be redefined in derived classes. More...
 
virtual Option_tGetDrawOption () const
 Get option used by the graphics system to draw this object. More...
 
virtual UInt_t GetUniqueID () const
 Return the unique object id. More...
 
virtual const char * GetIconName () const
 Returns mime type name of object. More...
 
virtual Option_tGetOption () const
 
virtual char * GetObjectInfo (Int_t px, Int_t py) const
 Returns string containing info about the object at position (px,py). More...
 
virtual const char * GetTitle () const
 Returns title of object. More...
 
virtual Bool_t InheritsFrom (const char *classname) const
 Returns kTRUE if object inherits from class "classname". More...
 
virtual Bool_t InheritsFrom (const TClass *cl) const
 Returns kTRUE if object inherits from TClass cl. More...
 
virtual Bool_t IsFolder () const
 Returns kTRUE in case object contains browsable objects (like containers or lists of other objects). More...
 
virtual Bool_t IsSortable () const
 
Bool_t IsOnHeap () const
 
Bool_t IsZombie () const
 
virtual Bool_t Notify ()
 This method must be overridden to handle object notification. More...
 
virtual void ls (Option_t *option="") const
 The ls function lists the contents of a class on stdout. More...
 
virtual void Paint (Option_t *option="")
 This method must be overridden if a class wants to paint itself. More...
 
virtual void Pop ()
 Pop on object drawn in a pad to the top of the display list. More...
 
virtual Int_t Read (const char *name)
 Read contents of object with specified name from the current directory. More...
 
virtual void RecursiveRemove (TObject *obj)
 Recursively remove this object from a list. More...
 
virtual void SetUniqueID (UInt_t uid)
 Set the unique object id. More...
 
virtual void UseCurrentStyle ()
 Set current style settings in this object This function is called when either TCanvas::UseCurrentStyle or TROOT::ForceStyle have been invoked. More...
 
virtual Int_t Write (const char *name=0, Int_t option=0, Int_t bufsize=0)
 Write this object to the current directory. More...
 
virtual Int_t Write (const char *name=0, Int_t option=0, Int_t bufsize=0) const
 Write this object to the current directory. More...
 
voidoperator new (size_t sz)
 
voidoperator new[] (size_t sz)
 
voidoperator new (size_t sz, void *vp)
 
voidoperator new[] (size_t sz, void *vp)
 
void operator delete (void *ptr)
 Operator delete. More...
 
void operator delete[] (void *ptr)
 Operator delete []. More...
 
void SetBit (UInt_t f, Bool_t set)
 Set or unset the user status bits as specified in f. More...
 
void SetBit (UInt_t f)
 
void ResetBit (UInt_t f)
 
Bool_t TestBit (UInt_t f) const
 
Int_t TestBits (UInt_t f) const
 
void InvertBit (UInt_t f)
 
virtual void Info (const char *method, const char *msgfmt,...) const
 Issue info message. More...
 
virtual void Warning (const char *method, const char *msgfmt,...) const
 Issue warning message. More...
 
virtual void Error (const char *method, const char *msgfmt,...) const
 Issue error message. More...
 
virtual void SysError (const char *method, const char *msgfmt,...) const
 Issue system error message. More...
 
virtual void Fatal (const char *method, const char *msgfmt,...) const
 Issue fatal error message. More...
 
void AbstractMethod (const char *method) const
 Use this method to implement an "abstract" method that you don't want to leave purely abstract. More...
 
void MayNotUse (const char *method) const
 Use this method to signal that a method (defined in a base class) may not be called in a derived class (in principle against good design since a child class should not provide less functionality than its parent, however, sometimes it is necessary). More...
 
void Obsolete (const char *method, const char *asOfVers, const char *removedFromVers) const
 Use this method to declare a method obsolete. More...
 
- Public Member Functions inherited from TQObject
 TQObject ()
 TQObject Constructor. More...
 
virtual ~TQObject ()
 TQObject Destructor. More...
 
TListGetListOfClassSignals () const
 Returns pointer to list of signals of this class. More...
 
TListGetListOfSignals () const
 
TListGetListOfConnections () const
 
Bool_t AreSignalsBlocked () const
 
Bool_t BlockSignals (Bool_t b)
 
void CollectClassSignalLists (TList &list, TClass *cls)
 Collect class signal lists from class cls and all its base-classes. More...
 
template<typename... T>
void EmitVA (const char *signal_name, Int_t, const T &...params)
 
void EmitVA (const char *signal, Int_t nargs, va_list va)=delete
 
void Emit (const char *signal)
 Acitvate signal without args. More...
 
void Emit (const char *signal, Long_t *paramArr)
 Emit a signal with a varying number of arguments, paramArr is an array of the parameters. More...
 
void Emit (const char *signal, const char *params)
 Activate signal with parameter text string. More...
 
void Emit (const char *signal, Double_t param)
 Activate signal with single parameter. More...
 
void Emit (const char *signal, Long_t param)
 Activate signal with single parameter. More...
 
void Emit (const char *signal, Long64_t param)
 Activate signal with single parameter. More...
 
void Emit (const char *signal, Bool_t param)
 
void Emit (const char *signal, Char_t param)
 
void Emit (const char *signal, UChar_t param)
 
void Emit (const char *signal, Short_t param)
 
void Emit (const char *signal, UShort_t param)
 
void Emit (const char *signal, Int_t param)
 
void Emit (const char *signal, UInt_t param)
 
void Emit (const char *signal, ULong_t param)
 
void Emit (const char *signal, ULong64_t param)
 
void Emit (const char *signal, Float_t param)
 
Bool_t Connect (const char *signal, const char *receiver_class, void *receiver, const char *slot)
 Non-static method is used to connect from the signal of this object to the receiver slot. More...
 
Bool_t Disconnect (const char *signal=0, void *receiver=0, const char *slot=0)
 Disconnects signal of this object from slot of receiver. More...
 
virtual void HighPriority (const char *signal_name, const char *slot_name=0)
 
virtual void LowPriority (const char *signal_name, const char *slot_name=0)
 
virtual Bool_t HasConnection (const char *signal_name) const
 Return true if there is any object connected to this signal. More...
 
virtual Int_t NumberOfSignals () const
 Return number of signals for this object. More...
 
virtual Int_t NumberOfConnections () const
 Return number of connections for this object. More...
 
virtual void Connected (const char *)
 
virtual void Disconnected (const char *)
 
virtual void Destroyed ()
 
virtual void ChangedBy (const char *method)
 
virtual void Message (const char *msg)
 

Static Public Member Functions

static Pixel_t GetDefaultFrameBackground ()
 Get default frame background. More...
 
static Pixel_t GetDefaultSelectedBackground ()
 Get default selected frame background. More...
 
static Pixel_t GetWhitePixel ()
 Get white pixel value. More...
 
static Pixel_t GetBlackPixel ()
 Get black pixel value. More...
 
static const TGGCGetBlackGC ()
 Get black graphics context. More...
 
static const TGGCGetWhiteGC ()
 Get white graphics context. More...
 
static const TGGCGetHilightGC ()
 Get highlight color graphics context. More...
 
static const TGGCGetShadowGC ()
 Get shadow color graphics context. More...
 
static const TGGCGetBckgndGC ()
 Get background color graphics context. More...
 
- Static Public Member Functions inherited from TGWindow
static Int_t GetCounter ()
 Return global window counter (total number of created windows). More...
 
- Static Public Member Functions inherited from TObject
static Long_t GetDtorOnly ()
 Return destructor only flag. More...
 
static void SetDtorOnly (void *obj)
 Set destructor only flag. More...
 
static Bool_t GetObjectStat ()
 Get status of object stat flag. More...
 
static void SetObjectStat (Bool_t stat)
 Turn on/off tracking of objects in the TObjectTable. More...
 
- Static Public Member Functions inherited from TQObject
static Bool_t Connect (TQObject *sender, const char *signal, const char *receiver_class, void *receiver, const char *slot)
 Create connection between sender and receiver. More...
 
static Bool_t Connect (const char *sender_class, const char *signal, const char *receiver_class, void *receiver, const char *slot)
 This method allows to make a connection from any object of the same class to a single slot. More...
 
static Bool_t Disconnect (TQObject *sender, const char *signal=0, void *receiver=0, const char *slot=0)
 Disconnects signal in object sender from slot_method in object receiver. More...
 
static Bool_t Disconnect (const char *class_name, const char *signal, void *receiver=0, const char *slot=0)
 Disconnects "class signal". More...
 
static Bool_t AreAllSignalsBlocked ()
 Returns true if all signals are blocked. More...
 
static Bool_t BlockAllSignals (Bool_t b)
 Block or unblock all signals. Returns the previous block status. More...
 

Protected Types

enum  { kDeleteWindowCalled = BIT(15) }
 

Protected Member Functions

virtual voidGetSender ()
 
virtual void Draw3dRectangle (UInt_t type, Int_t x, Int_t y, UInt_t w, UInt_t h)
 Draw 3D rectangle on the frame border. More...
 
virtual void DoRedraw ()
 Redraw the frame. More...
 
const TGResourcePoolGetResourcePool () const
 
TString GetOptionString () const
 Returns a frame option string - used in SavePrimitive(). More...
 
virtual void StartGuiBuilding (Bool_t on=kTRUE)
 Go into GUI building mode. More...
 
- Protected Member Functions inherited from TGWindow
 TGWindow (Window_t id)
 
 TGWindow (const TGWindow &tgw)
 
TGWindowoperator= (const TGWindow &tgw)
 
- Protected Member Functions inherited from TGObject
TGObjectoperator= (const TGObject &tgo)
 
- Protected Member Functions inherited from TObject
void MakeZombie ()
 
virtual void DoError (int level, const char *location, const char *fmt, va_list va) const
 Interface to ErrorHandler (protected). More...
 
- Protected Member Functions inherited from TQObject
virtual const char * GetSenderClassName () const
 

Static Protected Member Functions

static Time_t GetLastClick ()
 Get time of last mouse click. More...
 
- Static Protected Member Functions inherited from TQObject
static Bool_t ConnectToClass (TQObject *sender, const char *signal, TClass *receiver_class, void *receiver, const char *slot)
 Create connection between sender and receiver. More...
 
static Bool_t ConnectToClass (const char *sender_class, const char *signal, TClass *receiver_class, void *receiver, const char *slot)
 This method allows to make connection from any object of the same class to the receiver object. More...
 
static Int_t CheckConnectArgs (TQObject *sender, TClass *sender_class, const char *signal, TClass *receiver_class, const char *slot)
 Checking of consitency of sender/receiver methods/arguments. More...
 
static TString CompressName (const char *method_name)
 

Protected Attributes

Int_t fX
 
Int_t fY
 
UInt_t fWidth
 
UInt_t fHeight
 
UInt_t fMinWidth
 
UInt_t fMinHeight
 
UInt_t fMaxWidth
 
UInt_t fMaxHeight
 
Int_t fBorderWidth
 
UInt_t fOptions
 
Pixel_t fBackground
 
UInt_t fEventMask
 
Int_t fDNDState
 
TGFrameElementfFE
 
- Protected Attributes inherited from TGWindow
const TGWindowfParent
 
Bool_t fNeedRedraw
 
TString fName
 
UInt_t fEditDisabled
 
- Protected Attributes inherited from TGObject
Handle_t fId
 
TGClientfClient
 
- Protected Attributes inherited from TQObject
TListfListOfSignals
 
TListfListOfConnections
 list of signals from this object More...
 
Bool_t fSignalsBlocked
 list of connections to this object More...
 

Static Protected Attributes

static Bool_t fgInit = kFALSE
 
static Pixel_t fgDefaultFrameBackground = 0
 
static Pixel_t fgDefaultSelectedBackground = 0
 
static Pixel_t fgWhitePixel = 0
 
static Pixel_t fgBlackPixel = 0
 
static const TGGCfgBlackGC = 0
 
static const TGGCfgWhiteGC = 0
 
static const TGGCfgHilightGC = 0
 
static const TGGCfgShadowGC = 0
 
static const TGGCfgBckgndGC = 0
 
static Time_t fgLastClick = 0
 
static UInt_t fgLastButton = 0
 
static Int_t fgDbx = 0
 
static Int_t fgDby = 0
 
static Window_t fgDbw = 0
 
static UInt_t fgUserColor = 0
 
- Static Protected Attributes inherited from TGWindow
static Int_t fgCounter
 
- Static Protected Attributes inherited from TQObject
static Bool_t fgAllSignalsBlocked = kFALSE
 flag used for suppression of signals More...
 

Private Member Functions

 TGFrame (const TGFrame &)
 
TGFrameoperator= (const TGFrame &)
 

Additional Inherited Members

- Public Types inherited from TGWindow
enum  EEditMode {
  kEditEnable = 0, kEditDisable = BIT(0), kEditDisableEvents = BIT(1), kEditDisableGrab = BIT(2),
  kEditDisableLayout = BIT(3), kEditDisableResize = BIT(4), kEditDisableHeight = BIT(5), kEditDisableWidth = BIT(6),
  kEditDisableBtnEnable = BIT(7), kEditDisableKeyEnable = BIT(8)
}
 
- Public Types inherited from TObject
enum  EStatusBits {
  kCanDelete = BIT(0), kMustCleanup = BIT(3), kObjInCanvas = BIT(3), kIsReferenced = BIT(4),
  kHasUUID = BIT(5), kCannotPick = BIT(6), kNoContextMenu = BIT(8), kInvalidObject = BIT(13)
}
 
enum  { kIsOnHeap = 0x01000000, kNotDeleted = 0x02000000, kZombie = 0x04000000, kBitMask = 0x00ffffff }
 
enum  { kSingleKey = BIT(0), kOverwrite = BIT(1), kWriteDelete = BIT(2) }
 

#include <TGFrame.h>

+ Inheritance diagram for TGFrame:
+ Collaboration diagram for TGFrame:

Member Enumeration Documentation

anonymous enum
protected
Enumerator
kDeleteWindowCalled 

Definition at line 146 of file TGFrame.h.

Constructor & Destructor Documentation

TGFrame::TGFrame ( const TGFrame )
private
TGFrame::TGFrame ( const TGWindow p = 0,
UInt_t  w = 1,
UInt_t  h = 1,
UInt_t  options = 0,
Pixel_t  back = GetDefaultFrameBackground() 
)
TGFrame::TGFrame ( TGClient c,
Window_t  id,
const TGWindow parent = 0 
)

Create a frame using an externally created window.

For example to register the root window (called by TGClient), or a window created via TVirtualX::InitWindow() (id is obtained with TVirtualX::GetWindowID()).

Definition at line 201 of file TGFrame.cxx.

TGFrame::~TGFrame ( )
virtual

Destructor.

Definition at line 248 of file TGFrame.cxx.

Member Function Documentation

virtual void TGFrame::Activate ( Bool_t  )
inlinevirtual
void TGFrame::AddInput ( UInt_t  emask)
void TGFrame::ChangeBackground ( Pixel_t  back)
virtual
void TGFrame::ChangeOptions ( UInt_t  options)
virtual
Bool_t TGFrame::Contains ( Int_t  x,
Int_t  y 
) const
inline
virtual void TGFrame::Delete ( Option_t option = "")
inlinevirtual

Delete this object.

Typically called as a command via the interpreter. Normally use "delete" operator when object has been allocated on the heap.

Reimplemented from TObject.

Reimplemented in TTreeViewer, and TGTextEdit.

Definition at line 323 of file TGFrame.h.

void TGFrame::DeleteWindow ( )
virtual

Delete window.

Use single shot timer to call final delete method. We use this indirect way since deleting the window in its own execution "thread" can cause side effects because frame methods can still be called while the window object has already been deleted.

Reimplemented in TGTextEditor, and TEveGedEditor.

Definition at line 258 of file TGFrame.cxx.

Referenced by TRootHelpDialog::CloseWindow(), TRootControlBar::CloseWindow(), TNewChainDlg::CloseWindow(), TGMdiFrame::CloseWindow(), TFunctionParametersDialog::CloseWindow(), TGSearchDialog::CloseWindow(), TFitParametersDialog::CloseWindow(), TGUndockedFrame::CloseWindow(), TStructViewerGUI::CloseWindow(), TProofProgressLog::CloseWindow(), TGMsgBox::CloseWindow(), TGFileDialog::CloseWindow(), TGPrintDialog::CloseWindow(), TNewQueryDlg::CloseWindow(), TRootBrowser::CloseWindow(), TGGotoDialog::CloseWindow(), TUploadDataSetDlg::CloseWindow(), TRootCanvas::CloseWindow(), TRootBrowserLite::CloseWindow(), TTreeViewer::CloseWindow(), TGMainFrame::CloseWindow(), TSessionViewer::CloseWindow(), TGTextEditor::DeleteWindow(), TGLEmbeddedViewer::DestroyGLWidget(), TGLSAViewer::DestroyGLWidget(), TGeoVolumeDialog::DoClose(), TGeoShapeDialog::DoClose(), TGeoMediumDialog::DoClose(), TGeoMaterialDialog::DoClose(), TGeoMatrixDialog::DoClose(), TGDNDManager::EndDrag(), TGMsgBox::HandleKey(), TNewQueryDlg::OnBtnCloseClicked(), TGColorPopup::PlacePopup(), TRootHelpDialog::ProcessMessage(), TNewChainDlg::ProcessMessage(), TGMsgBox::ProcessMessage(), TGFileDialog::ProcessMessage(), TGColorDialog::TGColorDialog(), TEveManager::~TEveManager(), TEveWindowFrame::~TEveWindowFrame(), TEveWindowPack::~TEveWindowPack(), TEveWindowSlot::~TEveWindowSlot(), TEveWindowTab::~TEveWindowTab(), and TGDNDManager::~TGDNDManager().

void TGFrame::DoRedraw ( )
protectedvirtual

Redraw the frame.

Reimplemented from TGWindow.

Reimplemented in TGGroupFrame, TGSplitButton, TGRadioButton, TGCheckButton, TGMenuTitle, TGLBContainer, TGPictureButton, TGIconLBEntry, TGDoubleHSlider, TGMdiTitleIcon, TGuiBldDragManager, TGPopupMenu, TGTextButton, TGDoubleVSlider, TGLineLBEntry, TGHSlider, TGedPatternSelect, TGColorSelect, TGVProgressBar, TGedSelect, TGVSlider, TGColorPick, TGTripleHSlider, TGHProgressBar, TGTable, TGTextLBEntry, TGLWidget, TGLVEntry, TGTextEntry, TGedPatternFrame, TGContainer, TGLPShapeObjEditor, TGTripleVSlider, TGView, TGColorPalette, TGFileItem, TGSpeedo, TGDockHideButton, TGSplitTool, TGLBEntry, TGedMarkerSelect, TGLabel, TGProgressBar, TGDockButton, TGuiBldNameFrame, TGButtonGroup, TGStatusBar, TGTableCell, TGTreeLBEntry, TGIcon, TGuiBldHintsButton, TGShapedFrame, and TGDragWindow.

Definition at line 412 of file TGFrame.cxx.

Referenced by TGuiBldHintsButton::DoRedraw(), TGTableCell::DoRedraw(), TGStatusBar::DoRedraw(), TGuiBldNameFrame::DoRedraw(), TGLabel::DoRedraw(), TGSpeedo::DoRedraw(), TGLPShapeObjEditor::DoRedraw(), TGedPatternFrame::DoRedraw(), TGHProgressBar::DoRedraw(), TGedSelect::DoRedraw(), TGVProgressBar::DoRedraw(), TGColorSelect::DoRedraw(), TGTextButton::DoRedraw(), TGPopupMenu::DoRedraw(), TGPictureButton::DoRedraw(), TGMenuTitle::DoRedraw(), TGCheckButton::DoRedraw(), TGRadioButton::DoRedraw(), TGSplitButton::DoRedraw(), TGButton::HandleButton(), TGScrollBarElement::HandleCrossing(), TGButton::HandleCrossing(), TGCompositeFrame::HandleDragEnter(), TGCompositeFrame::HandleDragLeave(), TGListBox::MoveResize(), TGListBox::Resize(), and TGButton::SetState().

void TGFrame::Draw3dRectangle ( UInt_t  type,
Int_t  x,
Int_t  y,
UInt_t  w,
UInt_t  h 
)
protectedvirtual
void TGFrame::DrawBorder ( )
virtual
virtual void TGFrame::DrawClass ( ) const
inlinevirtual

Draw class inheritance tree of the class to which this object belongs.

If a class B inherits from a class A, description of B is drawn on the right side of description of A. Member functions overridden by B are shown in class A with a blue line crossing-out the corresponding member function. The following picture is the class inheritance tree of class TPaveLabel:

base_object.png

Reimplemented from TObject.

Definition at line 325 of file TGFrame.h.

virtual TObject* TGFrame::DrawClone ( Option_t option = "") const
inlinevirtual

Draw a clone of this object in the current pad.

Reimplemented from TObject.

Definition at line 324 of file TGFrame.h.

virtual void TGFrame::DrawCopy ( Handle_t  ,
Int_t  ,
Int_t   
)
inlinevirtual

Reimplemented in TGIconLBEntry, TGLineLBEntry, TGLVEntry, TGTextLBEntry, TGTableCell, and TGTreeLBEntry.

Definition at line 272 of file TGFrame.h.

Referenced by TGContainer::DrawRegion().

virtual void TGFrame::Dump ( ) const
inlinevirtual

Dump contents of object on stdout.

Using the information in the object dictionary (class TClass) each data member is interpreted. If a data member is a pointer, the pointer value is printed

The following output is the Dump of a TArrow object:

fAngle 0 Arrow opening angle (degrees)
fArrowSize 0.2 Arrow Size
fOption.*fData
fX1 0.1 X of 1st point
fY1 0.15 Y of 1st point
fX2 0.67 X of 2nd point
fY2 0.83 Y of 2nd point
fUniqueID 0 object unique identifier
fBits 50331648 bit field status word
fLineColor 1 line color
fLineStyle 1 line style
fLineWidth 1 line width
fFillColor 19 fill area color
fFillStyle 1001 fill area style

Reimplemented from TObject.

Reimplemented in TGPack.

Definition at line 326 of file TGFrame.h.

virtual Pixel_t TGFrame::GetBackground ( ) const
inlinevirtual
const TGGC & TGFrame::GetBckgndGC ( )
static
const TGGC & TGFrame::GetBlackGC ( )
static
ULong_t TGFrame::GetBlackPixel ( )
static

Get black pixel value.

Definition at line 704 of file TGFrame.cxx.

Referenced by ClassImp(), and TGFrame().

Int_t TGFrame::GetBorderWidth ( ) const
inline
ULong_t TGFrame::GetDefaultFrameBackground ( )
static

Get default frame background.

Definition at line 665 of file TGFrame.cxx.

Referenced by ClassImp(), TGMenuTitle::DoRedraw(), TRootGuiBuilder::GetBgnd(), TRootGuiBuilder::GetPopupBgnd(), TGMdiMainFrame::Maximize(), TGHorizontal3DLine::SavePrimitive(), TGShapedFrame::SavePrimitive(), TGVertical3DLine::SavePrimitive(), TRootEmbeddedCanvas::SavePrimitive(), TGIcon::SavePrimitive(), TGStatusBar::SavePrimitive(), TGToolBar::SavePrimitive(), TGMdiFrame::SavePrimitive(), TGVSplitter::SavePrimitive(), TGButtonGroup::SavePrimitive(), TGProgressBar::SavePrimitive(), TGVButtonGroup::SavePrimitive(), TGTab::SavePrimitive(), TGLabel::SavePrimitive(), TGHSplitter::SavePrimitive(), TGHButtonGroup::SavePrimitive(), TGContainer::SavePrimitive(), TGSplitFrame::SavePrimitive(), TGVSlider::SavePrimitive(), TGComboBox::SavePrimitive(), TGVFileSplitter::SavePrimitive(), TGHSlider::SavePrimitive(), TGHScrollBar::SavePrimitive(), TGListView::SavePrimitive(), TGVScrollBar::SavePrimitive(), TGFileContainer::SavePrimitive(), TGTextButton::SavePrimitive(), TGMdiMainFrame::SavePrimitive(), TGCanvas::SavePrimitive(), TGLVContainer::SavePrimitive(), SavePrimitive(), TGCompositeFrame::SavePrimitive(), TGVerticalFrame::SavePrimitive(), TGHorizontalFrame::SavePrimitive(), TGGroupFrame::SavePrimitive(), SaveUserColor(), TEveCompositeFrame::SetCurrent(), TEveCompositeFrameInTab::SetCurrent(), TEveWindowSlot::SetCurrent(), TGComboBox::SetEnabled(), TGTextEntry::SetState(), TGColorDialog::TGColorDialog(), TGeoManagerEditor::TGeoManagerEditor(), TGeoVolumeEditor::TGeoVolumeEditor(), TGFrame(), TGMdiButtons::TGMdiButtons(), TGShutterItem::TGShutterItem(), and TGuiBldBorderFrame().

virtual UInt_t TGFrame::GetDefaultHeight ( ) const
inlinevirtual

Reimplemented in TGCompositeFrame, and TGNumberEntry.

Definition at line 254 of file TGFrame.h.

Referenced by TRootDialog::Add(), TGListBox::AddEntry(), TGListBox::AddEntrySort(), TGTextEditor::Build(), TSessionServerFrame::Build(), TSessionFrame::Build(), TRootGuiBuilder::BuildHProgressBar(), TRootGuiBuilder::BuildHScrollBar(), TTreeViewer::BuildInterface(), ClassImp(), TGHtml::ControlSize(), TFitEditor::CreateFunctionGroup(), TRootContextMenu::DisplayPopup(), TGuiBldDragManager::DoResize(), TGTableLayout::FindRowColSizesMultiplyAttached(), TGTableLayout::FindRowColSizesSinglyAttached(), TGNumberEntry::GetDefaultHeight(), TGTextView::HLayout(), TGListBox::InsertEntry(), TGView::Layout(), TGShutter::Layout(), TGListView::Layout(), TGCanvas::Layout(), TGTileLayout::Layout(), TGListLayout::Layout(), TGListBox::Layout(), TGListView::LayoutHeader(), TGContainer::LineLeft(), TGContainer::LineRight(), TGuiBldDragManager::PlaceFrame(), TRootDialog::Popup(), TGShutter::ProcessMessage(), TGTableHeader::SetWidth(), TGHtml::SizeAndLink(), TAdvancedGraphicsDialog::TAdvancedGraphicsDialog(), TAxisEditor::TAxisEditor(), TestDialog::TestDialog(), TestMainFrame::TestMainFrame(), TestMsgBox::TestMsgBox(), TEveTextEditor::TEveTextEditor(), TF1Editor::TF1Editor(), TGColorDialog::TGColorDialog(), TGColorPopup::TGColorPopup(), TGeoBBoxEditor::TGeoBBoxEditor(), TGeoConeEditor::TGeoConeEditor(), TGeoEltuEditor::TGeoEltuEditor(), TGeoHypeEditor::TGeoHypeEditor(), TGeoManagerEditor::TGeoManagerEditor(), TGeoMaterialEditor::TGeoMaterialEditor(), TGeoMediumEditor::TGeoMediumEditor(), TGeoNodeEditor::TGeoNodeEditor(), TGeoParaEditor::TGeoParaEditor(), TGeoPconEditor::TGeoPconEditor(), TGeoSphereEditor::TGeoSphereEditor(), TGeoTorusEditor::TGeoTorusEditor(), TGeoTranslationEditor::TGeoTranslationEditor(), TGeoTrapEditor::TGeoTrapEditor(), TGeoTrd1Editor::TGeoTrd1Editor(), TGeoTrd2Editor::TGeoTrd2Editor(), TGeoTubeEditor::TGeoTubeEditor(), TGeoVolumeEditor::TGeoVolumeEditor(), TGFileDialog::TGFileDialog(), TGGotoDialog::TGGotoDialog(), TGHSlider::TGHSlider(), TGHtmlBrowser::TGHtmlBrowser(), TGPrintDialog::TGPrintDialog(), TGraphEditor::TGraphEditor(), TH1Editor::TH1Editor(), TH2Editor::TH2Editor(), TNewChainDlg::TNewChainDlg(), TPieEditor::TPieEditor(), TPieSliceEditor::TPieSliceEditor(), TTextEditor::TTextEditor(), TUploadDataSetDlg::TUploadDataSetDlg(), and TGTextView::VLayout().

ULong_t TGFrame::GetDefaultSelectedBackground ( )
static
TGDimension TGFrame::GetDefaultSize ( ) const
virtual
virtual UInt_t TGFrame::GetDefaultWidth ( ) const
inlinevirtual
virtual TDNDData* TGFrame::GetDNDData ( Atom_t  )
inlinevirtual

Reimplemented in TGListTree.

Definition at line 338 of file TGFrame.h.

Referenced by TGDNDManager::HandleSelectionRequest(), and TGDNDManager::SendDNDEnter().

Int_t TGFrame::GetDragType ( ) const
virtual

Returns drag source type.

If frame is not "draggable" - return zero

Definition at line 806 of file TGFrame.cxx.

Int_t TGFrame::GetDropType ( ) const
virtual

Returns drop target type.

If frame cannot accept drop - return zero

Definition at line 815 of file TGFrame.cxx.

UInt_t TGFrame::GetEventMask ( ) const
inline

Definition at line 218 of file TGFrame.h.

Pixel_t TGFrame::GetForeground ( ) const
virtual

Return frame foreground color.

Reimplemented in TGTextEntry.

Definition at line 285 of file TGFrame.cxx.

Referenced by TGMenuTitle::DoRedraw(), TGTextLBEntry::DrawCopy(), and TGMenuTitle::TGMenuTitle().

TGFrameElement* TGFrame::GetFrameElement ( ) const
inline
virtual TGFrame* TGFrame::GetFrameFromPoint ( Int_t  x,
Int_t  y 
)
inlinevirtual

Reimplemented in TGCompositeFrame.

Definition at line 303 of file TGFrame.h.

Referenced by TGCompositeFrame::GetFrameFromPoint().

UInt_t TGFrame::GetHeight ( ) const
inline

Definition at line 288 of file TGFrame.h.

Referenced by TGContainer::ActivateItem(), TGPack::AddFrameInternal(), TGTextView::AddLine(), TGMdiMainFrame::AddMdiFrame(), TGTextView::AddText(), TGTextEdit::AdjustPos(), TGContainer::AdjustPosition(), TGListTree::AdjustPosition(), TRootCanvas::AdjustSize(), TGMdiMainFrame::ArrangeFrames(), TGMdiMainFrame::ArrangeMinimized(), TGTextEdit::BreakLine(), TRootBrowserLite::BrowseTextFile(), TGTransientFrame::CenterOnParent(), TGView::ChangeBackground(), TGuiBldGeometryFrame::ChangeSelected(), TGuiBldDragManager::CheckTargetAtPoint(), ClassImp(), TGView::Clear(), TGContainer::ClearViewPort(), TGCanvas::ClearViewPort(), TGuiBldDragManager::CloneEditable(), TRootControlBar::Create(), TRootCanvas::CreateCanvas(), TFitEditor::CreateGeneralTab(), TGContainer::DeActivateItem(), TGTextEdit::DelChar(), TGTextEdit::Delete(), TStyleManager::DoMoreLess(), TGContainer::DoRedraw(), TGTextButton::DoRedraw(), TGPictureButton::DoRedraw(), TGuiBldDragManager::DoResize(), TGTextEdit::DrawCursor(), TGuiBldDragManager::DrawGrabRectangles(), TGuiBldDragManager::DrawLasso(), TGTableFrame::DrawRegion(), TGTableHeaderFrame::DrawRegion(), TGTextView::DrawRegion(), TGContainer::DrawRegion(), TGListTree::DrawRegion(), TGHtml::DrawRegion(), TGLPShapeObjEditor::DrawSphere(), TGLWidget::ExtractViewport(), TGMdiMainFrame::FreeMove(), TGMdiMainFrame::FreeSize(), TGPack::GetAvailableLength(), TGMdiMainFrame::GetBBox(), TGPack::GetFrameLength(), TGHtml::GetInputElement(), TGMdiMainFrame::GetMinimizedBBox(), TGContainer::GetPageDimension(), TGLVContainer::GetPageDimension(), TGHtml::GetPctWidth(), TGMdiMainFrame::GetWindowGeometry(), TGTextEdit::Goto(), TGuiBldDragManager::HandleAlignment(), TileFrame::HandleButton(), TGView::HandleButton(), TGTextView::HandleButton(), TGContainer::HandleButton(), TGLVContainer::HandleButton(), TGLBContainer::HandleButton(), TGListTree::HandleButton(), TGHtml::HandleButton(), TGSplitFrame::HandleConfigureNotify(), TGMdiContainer::HandleConfigureNotify(), TGMdiDecorFrame::HandleConfigureNotify(), TRootCanvas::HandleContainerConfigure(), TGuiBldDragManager::HandleCopy(), TGTextView::HandleCrossing(), TGuiBldDragManager::HandleDelete(), TGTextEdit::HandleDoubleClick(), TGContainer::HandleDoubleClick(), TGCompositeFrame::HandleDragDrop(), TGLSAViewer::HandleMenuBarHiding(), TTVLVContainer::HandleMotion(), TGTextView::HandleMotion(), TGContainer::HandleMotion(), TGVFileSplitter::HandleMotion(), TGLBContainer::HandleMotion(), TGTableFrame::HandleMouseWheel(), TGuiBldDragManager::HandlePaste(), TGTextEdit::HandleSelection(), TGToolTip::HandleTimer(), TGTextView::HandleTimer(), TGuiBldDragManager::HandleUpdateSelected(), TRootBrowserLite::HideTextEdit(), TGTabLayout::Layout(), TGView::Layout(), TGXYLayout::Layout(), TGListView::Layout(), TGVerticalLayout::Layout(), TGHorizontalLayout::Layout(), TGCanvas::Layout(), TGMdiDecorFrame::Layout(), TGNumberEntryLayout::Layout(), TGListBox::Layout(), TGListView::LayoutHeader(), TGTextEdit::LineDown(), TGContainer::LineDown(), TGHtml::MapControls(), TGuiBldDragManager::MapGlobalDialog(), TGSplitFrame::MapToSPlitTool(), TGMdiMainFrame::Maximize(), TGMdiMainFrame::Minimize(), TGMdiDecorFrame::Move(), TGMdiDecorFrame::MoveResize(), TGTextEdit::NextChar(), TGContainer::OnAutoScroll(), TGLBContainer::OnAutoScroll(), TGSplitFrame::OnSplitterClicked(), TGuiBldDragManager::PlaceFrame(), TGShutter::ProcessMessage(), TGuiBldDragManager::PutToCanvas(), TEveGListTreeEditorFrame::ReconfToHorizontal(), TEveGListTreeEditorFrame::ReconfToVertical(), TGHtml::Redraw(), TGHtml::RedrawArea(), TGHtml::RedrawText(), TGPack::RefitFramesToPack(), TGuiBldDragManager::ReparentFrames(), TGTextEdit::Replace(), TGuiBldGeometryFrame::ResizeSelected(), TGuiBldDragManager::Save(), TGHorizontal3DLine::SavePrimitive(), TGShapedFrame::SavePrimitive(), TGVertical3DLine::SavePrimitive(), TRootEmbeddedCanvas::SavePrimitive(), TGIcon::SavePrimitive(), TGStatusBar::SavePrimitive(), TGMdiMenuBar::SavePrimitive(), TGToolBar::SavePrimitive(), TGMdiFrame::SavePrimitive(), TGFSComboBox::SavePrimitive(), TGVSplitter::SavePrimitive(), TGTripleVSlider::SavePrimitive(), TGButtonGroup::SavePrimitive(), TGShutter::SavePrimitive(), TGTextView::SavePrimitive(), TGVButtonGroup::SavePrimitive(), TGTab::SavePrimitive(), TGHSplitter::SavePrimitive(), TGHButtonGroup::SavePrimitive(), TGContainer::SavePrimitive(), TGSplitFrame::SavePrimitive(), TGTextEdit::SavePrimitive(), TGVSlider::SavePrimitive(), TGComboBox::SavePrimitive(), TGVFileSplitter::SavePrimitive(), TGVProgressBar::SavePrimitive(), TGLineStyleComboBox::SavePrimitive(), TGDoubleVSlider::SavePrimitive(), TGHScrollBar::SavePrimitive(), TGListView::SavePrimitive(), TGLineWidthComboBox::SavePrimitive(), TGVScrollBar::SavePrimitive(), TGFileContainer::SavePrimitive(), TGTextButton::SavePrimitive(), TGPopupMenu::SavePrimitive(), TGMdiMainFrame::SavePrimitive(), TGCanvas::SavePrimitive(), TGLVContainer::SavePrimitive(), TGNumberEntry::SavePrimitive(), SavePrimitive(), TGMenuBar::SavePrimitive(), TGListBox::SavePrimitive(), TGCompositeFrame::SavePrimitive(), TGVerticalFrame::SavePrimitive(), TGListTree::SavePrimitive(), TGHorizontalFrame::SavePrimitive(), TGTransientFrame::SavePrimitive(), TGGroupFrame::SavePrimitive(), TGHtml::SavePrimitive(), TGCompositeFrame::SavePrimitiveSubframes(), TRootGuiBuilder::SaveProject(), TGMainFrame::SaveSource(), TGTransientFrame::SaveSource(), TGTextEdit::ScreenDown(), TGTextEdit::ScreenUp(), TGView::ScrollCanvas(), TGTable::ScrollCHeaders(), TGListView::ScrollHeader(), TGTable::ScrollRHeaders(), TGTextView::Search(), TGTextEdit::Search(), TGTextView::SelectAll(), TGuiBldDragManager::SelectFrame(), TGListView::SetDefaultColumnWidth(), TGTable::SetEvenRowBackground(), TGPack::SetFrameLength(), TGTable::SetHeaderBackground(), TGTable::SetOddRowBackground(), TGToolTip::SetPosition(), TGuiBldHintsEditor::SetPosition(), TGSplitTool::SetPosition(), TGTableLayout::SetRowColSizes(), TGTextView::SetSBRange(), TRecorderRecording::SetTypeOfConfigureNotify(), TGContainer::SetVsbPosition(), TGCanvas::SetVsbPosition(), TGedEditor::Show(), TGTextView::ShowBottom(), TRootCanvas::ShowEditor(), TSessionViewer::ShowEnabledPackages(), TSessionViewer::ShowLog(), TSessionViewer::ShowPackages(), TSessionViewer::ShowStatus(), TRootCanvas::ShowStatusBar(), TRootCanvas::ShowToolBar(), TGuiBldEditor::SwitchLayout(), TGXYLayout::TGXYLayout(), TGLEventHandler::TriggerTooltip(), TRootGuiBuilder::TRootGuiBuilder(), TGDockableFrame::UndockContainer(), TGTextView::Update(), TGView::UpdateRegion(), and TGTable::UpdateView().

const TGGC & TGFrame::GetHilightGC ( )
static
Time_t TGFrame::GetLastClick ( )
staticprotected

Get time of last mouse click.

Definition at line 767 of file TGFrame.cxx.

UInt_t TGFrame::GetMaxHeight ( ) const
inline

Definition at line 292 of file TGFrame.h.

UInt_t TGFrame::GetMaxWidth ( ) const
inline

Definition at line 291 of file TGFrame.h.

UInt_t TGFrame::GetMinHeight ( ) const
inline

Definition at line 290 of file TGFrame.h.

UInt_t TGFrame::GetMinWidth ( ) const
inline

Definition at line 289 of file TGFrame.h.

virtual UInt_t TGFrame::GetOptions ( ) const
inlinevirtual

Definition at line 260 of file TGFrame.h.

Referenced by TGDoubleSlider::ChangeCursor(), TRootControlBar::Create(), TGIcon::DoRedraw(), TGDockButton::DrawBorder(), TGComboBox::EnableTextInput(), TGUndockedFrame::FixSize(), TGLabel::GetDefaultSize(), TGShutter::GetDefaultSize(), TGTextEntry::GetDefaultSize(), TGTableLayout::GetDefaultSize(), TGVerticalLayout::GetDefaultSize(), TGTextButton::GetDefaultSize(), TGHorizontalLayout::GetDefaultSize(), TGRowLayout::GetDefaultSize(), TGColumnLayout::GetDefaultSize(), TGCheckButton::GetDefaultSize(), TGRadioButton::GetDefaultSize(), TGSplitButton::GetDefaultSize(), GetOptionString(), TRootGuiBuilder::HandleButtons(), TGuiBldDragManager::HighlightCompositeFrame(), TGSplitFrame::HSplit(), TGTable::Init(), TGCanvas::Layout(), TGSplitFrame::MapToSPlitTool(), TEveGListTreeEditorFrame::ReconfToHorizontal(), TEveGListTreeEditorFrame::ReconfToVertical(), TGIcon::Resize(), TGHorizontal3DLine::SavePrimitive(), TGShapedFrame::SavePrimitive(), TGVertical3DLine::SavePrimitive(), TRootEmbeddedCanvas::SavePrimitive(), TGIcon::SavePrimitive(), TGStatusBar::SavePrimitive(), TGToolBar::SavePrimitive(), TGFSComboBox::SavePrimitive(), TGMdiFrame::SavePrimitive(), TGVSplitter::SavePrimitive(), TGButtonGroup::SavePrimitive(), TGProgressBar::SavePrimitive(), TGTab::SavePrimitive(), TGLabel::SavePrimitive(), TGHSplitter::SavePrimitive(), TGContainer::SavePrimitive(), TGSplitFrame::SavePrimitive(), TGVSlider::SavePrimitive(), TGVFileSplitter::SavePrimitive(), TGComboBox::SavePrimitive(), TGDockableFrame::SavePrimitive(), TGHSlider::SavePrimitive(), TGHScrollBar::SavePrimitive(), TGTextEntry::SavePrimitive(), TGListView::SavePrimitive(), TGVScrollBar::SavePrimitive(), TGFileContainer::SavePrimitive(), TGTextButton::SavePrimitive(), TGMdiMainFrame::SavePrimitive(), TGCanvas::SavePrimitive(), TGPictureButton::SavePrimitive(), TGLVContainer::SavePrimitive(), SavePrimitive(), TGCheckButton::SavePrimitive(), TGListBox::SavePrimitive(), TGRadioButton::SavePrimitive(), TGCompositeFrame::SavePrimitive(), TGVerticalFrame::SavePrimitive(), TGListTree::SavePrimitive(), TGHorizontalFrame::SavePrimitive(), TGMainFrame::SavePrimitive(), TGTransientFrame::SavePrimitive(), TGGroupFrame::SavePrimitive(), TGVSplitter::SetFrame(), TGHSplitter::SetFrame(), TGButton::SetStyle(), TGHtml::SizeAndLink(), TGuiBldDragManager::SwitchLayout(), TestMsgBox::TestMsgBox(), TestProgress::TestProgress(), TestSliders::TestSliders(), TEveBrowser::TEveBrowser(), TEveGListTreeEditorFrame::TEveGListTreeEditorFrame(), TFitEditor::TFitEditor(), TGComboBox::TGComboBox(), TGGotoDialog::TGGotoDialog(), TGHSplitter::TGHSplitter(), TGLineStyleComboBox::TGLineStyleComboBox(), TGLineWidthComboBox::TGLineWidthComboBox(), TGPrintDialog::TGPrintDialog(), TGSplitButton::TGSplitButton(), TGTableHeaderFrame::TGTableHeaderFrame(), TGVSplitter::TGVSplitter(), TNewQueryDlg::TNewQueryDlg(), TRootGuiBuilder::TRootGuiBuilder(), TUploadDataSetDlg::TUploadDataSetDlg(), TRootGuiBuilder::Update(), TGuiBldEditor::UpdateBorder(), and TGSplitFrame::VSplit().

TString TGFrame::GetOptionString ( ) const
protected

Returns a frame option string - used in SavePrimitive().

Definition at line 2460 of file TGFrame.cxx.

Referenced by TGHorizontal3DLine::SavePrimitive(), TGShapedFrame::SavePrimitive(), TGVertical3DLine::SavePrimitive(), TGShutterItem::SavePrimitive(), TRootEmbeddedCanvas::SavePrimitive(), TGIcon::SavePrimitive(), TGStatusBar::SavePrimitive(), TGToolBar::SavePrimitive(), TGFSComboBox::SavePrimitive(), TGMdiFrame::SavePrimitive(), TGVSplitter::SavePrimitive(), TGTripleVSlider::SavePrimitive(), TGProgressBar::SavePrimitive(), TGButtonGroup::SavePrimitive(), TGShutter::SavePrimitive(), TGTab::SavePrimitive(), TGLabel::SavePrimitive(), TGHSplitter::SavePrimitive(), TGContainer::SavePrimitive(), TGSplitFrame::SavePrimitive(), TGTripleHSlider::SavePrimitive(), TGVSlider::SavePrimitive(), TGVFileSplitter::SavePrimitive(), TGComboBox::SavePrimitive(), TGDockableFrame::SavePrimitive(), TGHSlider::SavePrimitive(), TGHScrollBar::SavePrimitive(), TGDoubleVSlider::SavePrimitive(), TGTextEntry::SavePrimitive(), TGListView::SavePrimitive(), TGVScrollBar::SavePrimitive(), TGFileContainer::SavePrimitive(), TGDoubleHSlider::SavePrimitive(), TGTextButton::SavePrimitive(), TGPopupMenu::SavePrimitive(), TGMdiMainFrame::SavePrimitive(), TGCanvas::SavePrimitive(), TGPictureButton::SavePrimitive(), TGLVContainer::SavePrimitive(), TGCheckButton::SavePrimitive(), SavePrimitive(), TGMenuBar::SavePrimitive(), TGListBox::SavePrimitive(), TGRadioButton::SavePrimitive(), TGCompositeFrame::SavePrimitive(), TGVerticalFrame::SavePrimitive(), TGListTree::SavePrimitive(), TGHorizontalFrame::SavePrimitive(), TGMainFrame::SavePrimitive(), TGTransientFrame::SavePrimitive(), and TGGroupFrame::SavePrimitive().

const TGResourcePool* TGFrame::GetResourcePool ( ) const
inlineprotected

Definition at line 186 of file TGFrame.h.

virtual void* TGFrame::GetSender ( )
inlineprotectedvirtual

Reimplemented from TQObject.

Definition at line 181 of file TGFrame.h.

const TGGC & TGFrame::GetShadowGC ( )
static
TGDimension TGFrame::GetSize ( ) const
inline
const TGGC & TGFrame::GetWhiteGC ( )
static

Get white graphics context.

Definition at line 727 of file TGFrame.cxx.

Referenced by ClassImp(), TGScrollBarElement::DrawBorder(), TGViewPort::SetHPos(), TGViewPort::SetVPos(), and TGFrame().

ULong_t TGFrame::GetWhitePixel ( )
static
UInt_t TGFrame::GetWidth ( ) const
inline

Definition at line 287 of file TGFrame.h.

Referenced by TGContainer::ActivateItem(), TGPack::AddFrameInternal(), TGTextView::AddLine(), TGMdiMainFrame::AddMdiFrame(), TGTextView::AddText(), TGTextEdit::AdjustPos(), TGContainer::AdjustPosition(), TRootCanvas::AdjustSize(), TGMdiMainFrame::ArrangeMinimized(), TGTextEdit::BreakLine(), TRootBrowserLite::BrowseTextFile(), TEveGValuator::Build(), TEveGDoubleValuator::Build(), TH1Editor::BuildHistAddComboBox(), TH1Editor::BuildHistCoordsComboBox(), TH2Editor::BuildHistCoordsComboBox(), TTreeViewer::BuildInterface(), TArrowEditor::BuildOptionComboBox(), TH1Editor::BuildPercentComboBox(), TGTransientFrame::CenterOnParent(), TGView::ChangeBackground(), TH1Editor::ChangeErrorCombo(), TGuiBldGeometryFrame::ChangeSelected(), TGuiBldDragManager::CheckTargetAtPoint(), ClassImp(), TGView::Clear(), TGContainer::ClearViewPort(), TGCanvas::ClearViewPort(), TGuiBldDragManager::CloneEditable(), TGFileBrowser::CreateBrowser(), TRootBrowserLite::CreateBrowser(), TRootCanvas::CreateCanvas(), TAdvancedGraphicsDialog::CreateContourFrame(), TFitEditor::CreateFunctionGroup(), TFitEditor::CreateGeneralTab(), TGLViewerEditor::CreateGuidesTab(), TFitEditor::CreateMinimizationTab(), TAdvancedGraphicsDialog::CreateScanFrame(), TGContainer::DeActivateItem(), TGTextEntry::Del(), TGTextEdit::DelChar(), TGTextEdit::Delete(), TH1Editor::DoHistChanges(), TH1Editor::DoHistSimple(), TGContainer::DoRedraw(), TGTextButton::DoRedraw(), TGPictureButton::DoRedraw(), TGuiBldDragManager::DoResize(), TGTextEdit::DrawCursor(), TGuiBldDragManager::DrawGrabRectangles(), TGuiBldDragManager::DrawLasso(), TGTableFrame::DrawRegion(), TGTableHeaderFrame::DrawRegion(), TGContainer::DrawRegion(), TGListTree::DrawRegion(), TGHtml::DrawRegion(), TGLPShapeObjEditor::DrawSphere(), TTreeViewer::EditExpression(), TGTextEdit::End(), TGTextEntry::End(), TGLWidget::ExtractViewport(), TFitEditor::FillFunctionList(), TGMdiMainFrame::FreeMove(), TGMdiMainFrame::FreeSize(), TGPack::GetAvailableLength(), TGMdiMainFrame::GetBBox(), TGPack::GetFrameLength(), TGHtml::GetInputElement(), TGMdiMainFrame::GetMinimizedBBox(), TGContainer::GetPageDimension(), TGLVContainer::GetPageDimension(), TGHtml::GetPctWidth(), TRootCanvas::GetWindowGeometry(), TGMdiMainFrame::GetWindowGeometry(), TGTextEdit::Goto(), TGuiBldDragManager::HandleAlignment(), TGContainer::HandleButton(), TGLVContainer::HandleButton(), TGLBContainer::HandleButton(), TGSplitFrame::HandleConfigureNotify(), TGMdiContainer::HandleConfigureNotify(), TGMdiDecorFrame::HandleConfigureNotify(), TRootCanvas::HandleContainerConfigure(), TGuiBldDragManager::HandleCopy(), TGTextView::HandleCrossing(), TGuiBldDragManager::HandleDelete(), TGTextEdit::HandleDoubleClick(), TGContainer::HandleDoubleClick(), TGCompositeFrame::HandleDragDrop(), TGLSAViewer::HandleMenuBarHiding(), TTVLVContainer::HandleMotion(), TGTextView::HandleMotion(), TGContainer::HandleMotion(), TGVFileSplitter::HandleMotion(), TGLBContainer::HandleMotion(), TGuiBldDragManager::HandlePaste(), TGTextEdit::HandleSelection(), TGToolTip::HandleTimer(), TGTextView::HandleTimer(), TGuiBldDragManager::HandleUpdateSelected(), TRootBrowserLite::HideTextEdit(), TGTextEdit::InsChar(), TGTextEntry::IsCursorOutOfFrame(), TGTabLayout::Layout(), TGView::Layout(), TGComboBox::Layout(), TGXYLayout::Layout(), TGListView::Layout(), TGVerticalLayout::Layout(), TGHorizontalLayout::Layout(), TGCanvas::Layout(), TGLBContainer::Layout(), TGMdiDecorFrame::Layout(), TGNumberEntryLayout::Layout(), TGMenuBar::Layout(), TGHtml::LayoutDoc(), TGListView::LayoutHeader(), TGTextEdit::LineDown(), TGLVContainer::LineLeft(), TGTextEdit::LineUp(), TGHtml::MapControls(), TGuiBldDragManager::MapGlobalDialog(), TGSplitFrame::MapToSPlitTool(), TGTextView::Mark(), TGMdiMainFrame::Maximize(), TGMdiMainFrame::Minimize(), TGMdiDecorFrame::Move(), TGMdiDecorFrame::MoveResize(), TGTextEdit::NextChar(), TGContainer::OnAutoScroll(), TGSplitFrame::OnSplitterClicked(), TGuiBldDragManager::PlaceFrame(), TGTextEdit::PrevChar(), TGuiBldDragManager::PutToCanvas(), TEveGListTreeEditorFrame::ReconfToHorizontal(), TEveGListTreeEditorFrame::ReconfToVertical(), TGHtml::Redraw(), TGHtml::RedrawArea(), TGPack::RefitFramesToPack(), TGuiBldDragManager::ReparentFrames(), TGTextEdit::Replace(), TGuiBldGeometryFrame::ResizeSelected(), TGuiBldDragManager::Save(), TGHorizontal3DLine::SavePrimitive(), TGShapedFrame::SavePrimitive(), TGVertical3DLine::SavePrimitive(), TRootEmbeddedCanvas::SavePrimitive(), TGIcon::SavePrimitive(), TGStatusBar::SavePrimitive(), TGToolBar::SavePrimitive(), TGMdiMenuBar::SavePrimitive(), TGFSComboBox::SavePrimitive(), TGMdiFrame::SavePrimitive(), TGVSplitter::SavePrimitive(), TGButtonGroup::SavePrimitive(), TGShutter::SavePrimitive(), TGTextView::SavePrimitive(), TGVButtonGroup::SavePrimitive(), TGTab::SavePrimitive(), TGHSplitter::SavePrimitive(), TGHProgressBar::SavePrimitive(), TGHButtonGroup::SavePrimitive(), TGContainer::SavePrimitive(), TGSplitFrame::SavePrimitive(), TGTripleHSlider::SavePrimitive(), TGTextEdit::SavePrimitive(), TGVFileSplitter::SavePrimitive(), TGComboBox::SavePrimitive(), TGNumberEntryField::SavePrimitive(), TGLineStyleComboBox::SavePrimitive(), TGHSlider::SavePrimitive(), TGHScrollBar::SavePrimitive(), TGTextEntry::SavePrimitive(), TGListView::SavePrimitive(), TGLineWidthComboBox::SavePrimitive(), TGVScrollBar::SavePrimitive(), TGFileContainer::SavePrimitive(), TGDoubleHSlider::SavePrimitive(), TGTextButton::SavePrimitive(), TGPopupMenu::SavePrimitive(), TGMdiMainFrame::SavePrimitive(), TGCanvas::SavePrimitive(), TGLVContainer::SavePrimitive(), TGNumberEntry::SavePrimitive(), SavePrimitive(), TGMenuBar::SavePrimitive(), TGListBox::SavePrimitive(), TGCompositeFrame::SavePrimitive(), TGVerticalFrame::SavePrimitive(), TGListTree::SavePrimitive(), TGHorizontalFrame::SavePrimitive(), TGTransientFrame::SavePrimitive(), TGGroupFrame::SavePrimitive(), TGHtml::SavePrimitive(), TGCompositeFrame::SavePrimitiveSubframes(), TRootGuiBuilder::SaveProject(), TGMainFrame::SaveSource(), TGTransientFrame::SaveSource(), TGTextEntry::ScrollByChar(), TGView::ScrollCanvas(), TGTable::ScrollCHeaders(), TGListView::ScrollHeader(), TGTable::ScrollRHeaders(), TGTextView::Search(), TGTextEdit::Search(), TGTextView::SelectAll(), TGuiBldDragManager::SelectFrame(), TGTable::SetEvenRowBackground(), TGPack::SetFrameLength(), TGTable::SetHeaderBackground(), TGContainer::SetHsbPosition(), TGCanvas::SetHsbPosition(), TGedNameFrame::SetModel(), TH1Editor::SetModel(), TGTable::SetOddRowBackground(), TGToolTip::SetPosition(), TGuiBldHintsEditor::SetPosition(), TGSplitTool::SetPosition(), TGTableLayout::SetRowColSizes(), TGTextView::SetSBRange(), TRecorderRecording::SetTypeOfConfigureNotify(), TGedEditor::Show(), TRootCanvas::ShowEditor(), TRootCanvas::ShowStatusBar(), TRootCanvas::ShowToolBar(), TGuiBldEditor::SwitchLayout(), TEveProjectionAxesEditor::TEveProjectionAxesEditor(), TEveProjectionManagerEditor::TEveProjectionManagerEditor(), TGedEditor::TGedEditor(), TGeoTreeDialog::TGeoTreeDialog(), TGXYLayout::TGXYLayout(), TNewQueryDlg::TNewQueryDlg(), TGLEventHandler::TriggerTooltip(), TGTextView::UnMark(), TGTextView::Update(), TGTextEntry::UpdateOffset(), TGView::UpdateRegion(), and TGTable::UpdateView().

Int_t TGFrame::GetX ( ) const
inline

Definition at line 294 of file TGFrame.h.

Referenced by TGContainer::ActivateItem(), TGContainer::AdjustPosition(), TGMdiMainFrame::ArrangeFrames(), TGMdiMainFrame::ArrangeMinimized(), TGuiBldEditor::ChangeSelected(), TGuiBldDragManager::Compact(), TGContainer::DeActivateItem(), TGuiBldDragManager::DoResize(), TGTableFrame::DrawRegion(), TGTableHeaderFrame::DrawRegion(), TGContainer::DrawRegion(), TGuiBldDragManager::DropCanvas(), TGContainer::FindFrame(), TGMdiMainFrame::GetBBox(), TGCompositeFrame::GetFrameFromPoint(), TGMdiMainFrame::GetMinimizedBBox(), TGMdiMainFrame::GetWindowGeometry(), TGuiBldDragManager::GrabFrame(), TGuiBldDragManager::HandleAlignment(), TTVLVContainer::HandleButton(), TGContainer::HandleButton(), TGLVContainer::HandleButton(), TGLBContainer::HandleButton(), TGHeaderFrame::HandleButton(), TGuiBldDragManager::HandleDelete(), TGContainer::HandleDoubleClick(), TGHeaderFrame::HandleDoubleClick(), TTVLVContainer::HandleMotion(), TGContainer::HandleMotion(), TGLBContainer::HandleMotion(), TGHeaderFrame::HandleMotion(), TGHScrollBar::Layout(), TGVerticalLayout::Layout(), TGHorizontalLayout::Layout(), TGRowLayout::Layout(), TGColumnLayout::Layout(), TGMatrixLayout::Layout(), TGTileLayout::Layout(), TGListLayout::Layout(), TGListDetailsLayout::Layout(), TGContainer::LineDown(), TGLVContainer::LineDown(), TGContainer::LineLeft(), TGLVContainer::LineLeft(), TGContainer::LineRight(), TGLVContainer::LineRight(), TGContainer::LineUp(), TGLVContainer::LineUp(), TGuiBldDragManager::MapGlobalDialog(), TGMdiMainFrame::Maximize(), TGMdiMainFrame::Minimize(), TGContainer::OnAutoScroll(), TGContainer::PageDown(), TGContainer::PageUp(), TGuiBldDragManager::PutToCanvas(), TGuiBldDragManager::ReparentFrames(), TGuiBldGeometryFrame::ResizeSelected(), TGMdiMainFrame::Restore(), TGMdiFrame::SavePrimitive(), TGCompositeFrame::SavePrimitiveSubframes(), TGTable::ScrollRHeaders(), TGuiBldHintsEditor::SetPosition(), TRecorderRecording::SetTypeOfConfigureNotify(), and TGCompositeFrame::TranslateCoordinates().

Int_t TGFrame::GetY ( ) const
inline

Definition at line 295 of file TGFrame.h.

Referenced by TGContainer::ActivateItem(), TGContainer::AdjustPosition(), TGMdiMainFrame::ArrangeMinimized(), TGuiBldEditor::ChangeSelected(), TGuiBldDragManager::Compact(), TGContainer::DeActivateItem(), TGuiBldDragManager::DoResize(), TGTableFrame::DrawRegion(), TGTableHeaderFrame::DrawRegion(), TGContainer::DrawRegion(), TGuiBldDragManager::DropCanvas(), TGContainer::FindFrame(), TGMdiMainFrame::GetBBox(), TGCompositeFrame::GetFrameFromPoint(), TGMdiMainFrame::GetMinimizedBBox(), TGMdiMainFrame::GetWindowGeometry(), TGuiBldDragManager::GrabFrame(), TGuiBldDragManager::HandleAlignment(), TTVLVContainer::HandleButton(), TGContainer::HandleButton(), TGLVContainer::HandleButton(), TGLBContainer::HandleButton(), TGuiBldDragManager::HandleDelete(), TGContainer::HandleDoubleClick(), TTVLVContainer::HandleMotion(), TGContainer::HandleMotion(), TGLBContainer::HandleMotion(), TGVerticalLayout::Layout(), TGVScrollBar::Layout(), TGHorizontalLayout::Layout(), TGRowLayout::Layout(), TGColumnLayout::Layout(), TGMatrixLayout::Layout(), TGTileLayout::Layout(), TGListLayout::Layout(), TGListDetailsLayout::Layout(), TGContainer::LineDown(), TGLVContainer::LineDown(), TGContainer::LineLeft(), TGLVContainer::LineLeft(), TGContainer::LineRight(), TGLVContainer::LineRight(), TGContainer::LineUp(), TGLVContainer::LineUp(), TGuiBldDragManager::MapGlobalDialog(), TGMdiMainFrame::Maximize(), TGMdiMainFrame::Minimize(), TGContainer::OnAutoScroll(), TGLBContainer::OnAutoScroll(), TGContainer::PageDown(), TGContainer::PageUp(), TGuiBldDragManager::PutToCanvas(), TGuiBldDragManager::ReparentFrames(), TGuiBldGeometryFrame::ResizeSelected(), TGMdiMainFrame::Restore(), TGMdiFrame::SavePrimitive(), TGCompositeFrame::SavePrimitiveSubframes(), TGuiBldHintsEditor::SetPosition(), TRecorderRecording::SetTypeOfConfigureNotify(), and TGCompositeFrame::TranslateCoordinates().

virtual Bool_t TGFrame::HandleButton ( Event_t )
inlinevirtual
Bool_t TGFrame::HandleClientMessage ( Event_t event)
virtual

Handle a client message.

Client messages are the ones sent via TGFrame::SendMessage (typically by widgets).

Reimplemented in TGMainFrame, and TGuiBldDragManager.

Definition at line 651 of file TGFrame.cxx.

Referenced by TGMainFrame::HandleClientMessage(), and HandleEvent().

virtual Bool_t TGFrame::HandleColormapChange ( Event_t )
inlinevirtual

Definition at line 234 of file TGFrame.h.

Referenced by HandleEvent().

Bool_t TGFrame::HandleConfigureNotify ( Event_t event)
virtual
virtual Bool_t TGFrame::HandleCrossing ( Event_t )
inlinevirtual
virtual Bool_t TGFrame::HandleDNDDrop ( TDNDData )
inlinevirtual

Reimplemented in TGListTree, TGTextView, TRootCanvas, and TRootEmbeddedCanvas.

Definition at line 339 of file TGFrame.h.

Referenced by TGDNDManager::HandleSelection().

virtual Atom_t TGFrame::HandleDNDEnter ( Atom_t )
inlinevirtual

Reimplemented in TGListTree, TGTextView, TRootCanvas, TGFileItem, and TRootEmbeddedCanvas.

Definition at line 342 of file TGFrame.h.

Referenced by TGDNDManager::HandleDNDPosition().

virtual Bool_t TGFrame::HandleDNDFinished ( )
inlinevirtual

Reimplemented in TGContainer, and TGFileItem.

Definition at line 344 of file TGFrame.h.

Referenced by TGDNDManager::EndDrag(), TGDNDManager::HandleDNDFinished(), and TGDNDManager::HandleTimer().

virtual Bool_t TGFrame::HandleDNDLeave ( )
inlinevirtual
virtual Atom_t TGFrame::HandleDNDPosition ( Int_t  ,
Int_t  ,
Atom_t  ,
Int_t  ,
Int_t   
)
inlinevirtual

Reimplemented in TGListTree, TGTextView, TGFileItem, TRootCanvas, and TRootEmbeddedCanvas.

Definition at line 340 of file TGFrame.h.

Referenced by TGDNDManager::HandleDNDPosition().

virtual Bool_t TGFrame::HandleDoubleClick ( Event_t )
inlinevirtual
virtual Bool_t TGFrame::HandleDragDrop ( TGFrame ,
Int_t  ,
Int_t  ,
TGLayoutHints  
)
inlinevirtual

Reimplemented in TGCompositeFrame.

Definition at line 238 of file TGFrame.h.

Referenced by TGuiBldDragManager::Drop().

virtual Bool_t TGFrame::HandleDragEnter ( TGFrame )
inlinevirtual

Reimplemented in TGCompositeFrame.

Definition at line 235 of file TGFrame.h.

virtual Bool_t TGFrame::HandleDragLeave ( TGFrame )
inlinevirtual

Reimplemented in TGCompositeFrame.

Definition at line 236 of file TGFrame.h.

Referenced by TGuiBldDragManager::CheckTargetAtPoint(), and TGuiBldDragManager::Drop().

virtual Bool_t TGFrame::HandleDragMotion ( TGFrame )
inlinevirtual

Reimplemented in TGCompositeFrame.

Definition at line 237 of file TGFrame.h.

Referenced by TGuiBldDragManager::CheckTargetAtPoint().

Bool_t TGFrame::HandleEvent ( Event_t event)
virtual

Handle all frame events.

Events are dispatched to the specific event handlers.

Reimplemented from TGWindow.

Reimplemented in TGuiBldDragManager.

Definition at line 439 of file TGFrame.cxx.

virtual Bool_t TGFrame::HandleFocusChange ( Event_t )
inlinevirtual

Reimplemented in TGHtml, TGCompositeFrame, TGTextEntry, TGNumberEntryField, TGTextEdit, and TGLWidget.

Definition at line 229 of file TGFrame.h.

Referenced by HandleEvent().

virtual Bool_t TGFrame::HandleKey ( Event_t )
inlinevirtual
virtual Bool_t TGFrame::HandleMotion ( Event_t )
inlinevirtual
virtual Bool_t TGFrame::HandleSelection ( Event_t )
inlinevirtual

Reimplemented in TGMainFrame, TGCompositeFrame, TGTextEntry, TGuiBldDragManager, TGViewFrame, TGTextEdit, and TGComboBox.

Definition at line 231 of file TGFrame.h.

Referenced by HandleEvent().

virtual Bool_t TGFrame::HandleSelectionClear ( Event_t )
inlinevirtual

Reimplemented in TGTextEntry, TGViewFrame, and TGTextView.

Definition at line 233 of file TGFrame.h.

Referenced by HandleEvent(), and TGViewFrame::HandleSelectionClear().

virtual Bool_t TGFrame::HandleSelectionRequest ( Event_t )
inlinevirtual
virtual void TGFrame::Inspect ( ) const
inlinevirtual

Dump contents of this object in a graphics canvas.

Same action as Dump but in a graphical form. In addition pointers to other objects can be followed.

The following picture is the Inspect of a histogram object:

base_inspect.png

Reimplemented from TObject.

Definition at line 327 of file TGFrame.h.

virtual Bool_t TGFrame::IsActive ( ) const
inlinevirtual
virtual Bool_t TGFrame::IsComposite ( ) const
inlinevirtual
Bool_t TGFrame::IsDNDSource ( ) const
inline

Definition at line 335 of file TGFrame.h.

Referenced by TGContainer::HandleMotion().

Bool_t TGFrame::IsDNDTarget ( ) const
inline

Definition at line 336 of file TGFrame.h.

Referenced by TGFileItem::HandleDNDEnter().

virtual Bool_t TGFrame::IsEditable ( ) const
inlinevirtual
virtual Bool_t TGFrame::IsLayoutBroken ( ) const
inlinevirtual
virtual void TGFrame::Layout ( )
inlinevirtual
virtual void TGFrame::MapRaised ( )
inlinevirtual
virtual void TGFrame::MapSubwindows ( )
inlinevirtual
virtual void TGFrame::MapWindow ( )
inlinevirtual

Reimplemented from TGWindow.

Reimplemented in TGDragWindow.

Definition at line 267 of file TGFrame.h.

Referenced by TEveCompositeFrame::AcquireEveWindow(), TGPack::AddFrameInternal(), TGTab::AddTab(), TRootBrowserLite::BrowseTextFile(), TGTextEditor::Build(), TSessionViewer::Build(), TTreeViewer::BuildInterface(), TGPack::CheckSplitterVisibility(), TGedEditor::ConfigureGedFrames(), TGFileBrowser::CreateBrowser(), TGLEmbeddedViewer::CreateGLWidget(), TGLSAViewer::CreateGLWidget(), TGeoPconEditor::CreateSections(), TEveWindow::CreateWindowInTab(), TEveWindow::CreateWindowMainFrame(), TEveWindow::DestroyWindow(), TFunctionParametersDialog::DoFix(), TFitParametersDialog::DoParFix(), TFunctionParametersDialog::DoReset(), TFitParametersDialog::DoReset(), TGSplitFrame::ExtractFrame(), TGCompositeFrame::HandleDragDrop(), TGuiBldDragManager::HandleReturn(), TGTextView::HLayout(), TGView::Layout(), TGListView::Layout(), TGCanvas::Layout(), TGListBox::Layout(), TGListView::LayoutHeader(), TGLAnnotation::MakeEditor(), TEveCaloVizEditor::MakeSliceInfo(), TTreeViewer::MapBranch(), TGHtml::MapControls(), TGPack::MapSubwindows(), TGCanvas::MapSubwindows(), TStylePreview::MapTheWindow(), TGDragWindow::MapWindow(), TTreeViewer::NewExpression(), TRootGuiBuilder::NewProject(), TEveWindowPack::NewSlotWithWeight(), TSessionLogView::Popup(), TRootHelpDialog::Popup(), TRootDialog::Popup(), TProofProgressLog::Popup(), TNewQueryDlg::Popup(), Editor::Popup(), TGuiBldDragManager::PutToCanvas(), TMVA::StatDialogBDTReg::RaiseDialog(), TMVA::StatDialogBDT::RaiseDialog(), TMVA::StatDialogMVAEffs::RaiseDialog(), TEveGListTreeEditorFrame::ReconfToHorizontal(), TEveGListTreeEditorFrame::ReconfToVertical(), TEveGValuator::SetEnabled(), TGLViewerEditor::SetGuides(), TEveElementEditor::SetModel(), TEveTransSubEditor::SetModel(), TEveDigitSetEditor::SetModel(), TEveCaloVizEditor::SetModel(), TEveGeoTopNodeEditor::SetModel(), TGLViewerEditor::SetModel(), TGToolTip::Show(), TGSplitTool::Show(), TGedEditor::Show(), TGeoTransientPanel::Show(), TStyleManager::Show(), TGPack::ShowFrame(), TGCompositeFrame::ShowFrame(), TRootBrowserLite::ShowMacroButtons(), TEveViewer::SpawnGLEmbeddedViewer(), TRootBrowser::StartEmbedding(), TMVA::StatDialogBDT::StatDialogBDT(), TMVA::StatDialogBDTReg::StatDialogBDTReg(), TMVA::StatDialogMVAEffs::StatDialogMVAEffs(), TTreeViewer::SwitchTree(), TAdvancedGraphicsDialog::TAdvancedGraphicsDialog(), TestDialog::TestDialog(), TestMainFrame::TestMainFrame(), TestMsgBox::TestMsgBox(), TestProgress::TestProgress(), TestShutter::TestShutter(), TestSliders::TestSliders(), TEveGListTreeEditorFrame::TEveGListTreeEditorFrame(), TEveManager::TEveManager(), TFitEditor::TFitEditor(), TGColorDialog::TGColorDialog(), TGedEditor::TGedEditor(), TGFileDialog::TGFileDialog(), TGGotoDialog::TGGotoDialog(), TGHtmlBrowser::TGHtmlBrowser(), TGMdiTitleBar::TGMdiTitleBar(), TGPrintDialog::TGPrintDialog(), TGSelectBox::TGSelectBox(), TGTextEditor::TGTextEditor(), TGuiBldHintsEditor::TGuiBldHintsEditor(), TGuiBldHintsManager(), TNewChainDlg::TNewChainDlg(), TRootBrowser::TRootBrowser(), TStructViewerGUI::TStructViewerGUI(), TStyleDialog::TStyleDialog(), TStyleManager::TStyleManager(), TUploadDataSetDlg::TUploadDataSetDlg(), TGDockableFrame::UndockContainer(), TFitEditor::UpdateGUI(), and TGTextView::VLayout().

void TGFrame::Move ( Int_t  x,
Int_t  y 
)
virtual

Move frame.

Reimplemented from TGWindow.

Reimplemented in TGMdiDecorFrame, and TGMdiFrame.

Definition at line 575 of file TGFrame.cxx.

Referenced by TGTransientFrame::CenterOnParent(), TRootControlBar::Create(), TGuiBldDragManager::CreatePropertyEditor(), TGDNDManager::Drag(), Editor::Editor(), TGuiBldDragManager::GrabFrame(), TGuiBldDragManager::HandleAlignment(), TTVLVContainer::HandleButton(), TGHScrollBar::HandleButton(), TGVScrollBar::HandleButton(), TGuiBldDragManager::HandleDelete(), TTVLVContainer::HandleMotion(), TGHScrollBar::HandleMotion(), TGVScrollBar::HandleMotion(), TGuiBldDragManager::HandlePaste(), TGListView::Layout(), TGHScrollBar::Layout(), TGVScrollBar::Layout(), TGRowLayout::Layout(), TGColumnLayout::Layout(), TGMatrixLayout::Layout(), TGMdiDecorFrame::Layout(), TGTileLayout::Layout(), TGListLayout::Layout(), TGListView::LayoutHeader(), TGuiBldDragManager::MapGlobalDialog(), TGMdiDecorFrame::Move(), TGTableCell::MoveDraw(), TGIcon::MoveResize(), TGPack::MoveResize(), TGuiBldDragManager::PlaceFrame(), TGPopupMenu::PlaceMenu(), TGuiBldDragManager::PutToCanvas(), ReparentWindow(), TGTable::ScrollCHeaders(), TGListView::ScrollHeader(), TGTable::ScrollRHeaders(), TGPack::SetFramePosition(), TGViewPort::SetHPos(), TGHScrollBar::SetPosition(), TGVScrollBar::SetPosition(), TGHScrollBar::SetRange(), TGVScrollBar::SetRange(), TGViewPort::SetVPos(), TRootCanvas::SetWindowPosition(), TGToolTip::Show(), TGSplitTool::Show(), TSessionViewer::ShowEnabledPackages(), TSessionViewer::ShowLog(), TSessionViewer::ShowPackages(), TSessionViewer::ShowStatus(), TGDNDManager::StartDrag(), TestDialog::TestDialog(), TestMsgBox::TestMsgBox(), TestProgress::TestProgress(), TestShutter::TestShutter(), TestSliders::TestSliders(), TGCanvas::TGCanvas(), TGeoTreeDialog::TGeoTreeDialog(), TNewChainDlg::TNewChainDlg(), TNewQueryDlg::TNewQueryDlg(), TSessionViewer::TSessionViewer(), TUploadDataSetDlg::TUploadDataSetDlg(), and TGDockableFrame::UndockContainer().

void TGFrame::MoveResize ( Int_t  x,
Int_t  y,
UInt_t  w = 0,
UInt_t  h = 0 
)
virtual
TGFrame& TGFrame::operator= ( const TGFrame )
private
void TGFrame::Print ( Option_t option = "") const
virtual

Print window id.

Reimplemented from TGWindow.

Reimplemented in TGCompositeFrame, and TGTextEdit.

Definition at line 775 of file TGFrame.cxx.

Referenced by TGCompositeFrame::Print().

virtual void TGFrame::ProcessedConfigure ( Event_t event)
inlinevirtual

Definition at line 240 of file TGFrame.h.

Referenced by HandleEvent().

virtual void TGFrame::ProcessedEvent ( Event_t event)
inlinevirtual

Definition at line 242 of file TGFrame.h.

Referenced by HandleEvent().

virtual Bool_t TGFrame::ProcessMessage ( Long_t  ,
Long_t  ,
Long_t   
)
inlinevirtual
virtual void TGFrame::ReallyDelete ( )
inlinevirtual

Reimplemented in TRootBrowser, TRootBrowserLite, TRootCanvas, TEveBrowser, and TRootControlBar.

Definition at line 216 of file TGFrame.h.

void TGFrame::RemoveInput ( UInt_t  emask)
virtual void TGFrame::ReparentWindow ( const TGWindow p,
Int_t  x = 0,
Int_t  y = 0 
)
inlinevirtual
void TGFrame::Resize ( UInt_t  w = 0,
UInt_t  h = 0 
)
virtual

Resize the frame.

If w=0 && h=0 - Resize to default size

Reimplemented from TGWindow.

Reimplemented in TGListBox, TGHSlider, TGVSlider, TGScrollBar, TGPack, TGIcon, TGTableHeader, and TGTableCell.

Definition at line 587 of file TGFrame.cxx.

Referenced by TRootDialog::Add(), TRootGuiBuilder::AddAction(), TStyleManager::AddDateFormatEntry(), TGComboBox::AddEntry(), TGPopupMenu::AddEntry(), TStyleManager::AddFontTypeEntry(), TGPopupMenu::AddLabel(), TStyleManager::AddLineStyleEntry(), TStyleManager::AddLineWidthEntry(), TRootGuiBuilder::AddMacro(), TStyleManager::AddMarkerSizeEntry(), TStyleManager::AddPaperSizeEntry(), TGPopupMenu::AddPopup(), TGPopupMenu::AddSeparator(), TStyleManager::AddTextAlignEntry(), TStyleManager::AddTextEntry(), TStyleManager::AddTopLevelInterface(), TRootCanvas::AdjustSize(), TGTextView::AdjustWidth(), TGTextEditor::Build(), TSessionServerFrame::Build(), TSessionFrame::Build(), TSessionQueryFrame::Build(), TSessionViewer::Build(), TRootGuiBuilder::BuildComboBox(), TRootGuiBuilder::BuildH3DLine(), TRootGuiBuilder::BuildHProgressBar(), TTreeViewer::BuildInterface(), TRootGuiBuilder::BuildListTree(), TArrowEditor::BuildOptionComboBox(), TRootGuiBuilder::BuildTextEdit(), TRootGuiBuilder::BuildV3DLine(), TRootGuiBuilder::BuildVProgressBar(), TGuiBldNameFrame::ChangeSelected(), TGuiBldDragManager::ChangeTextFont(), ClassImp(), TGuiBldDragManager::CloneEditable(), TGuiBldDragManager::Compact(), TGHtml::ControlSize(), TRootControlBar::Create(), TH1Editor::CreateBinTab(), TH2Editor::CreateBinTab(), TGFileBrowser::CreateBrowser(), TRootBrowserLite::CreateBrowser(), TRootBrowser::CreateBrowser(), TRootCanvas::CreateCanvas(), TAdvancedGraphicsDialog::CreateConfFrame(), TAdvancedGraphicsDialog::CreateContourFrame(), TGeoPgonEditor::CreateEdges(), TFitEditor::CreateFunctionGroup(), TFitEditor::CreateGeneralTab(), TGLViewerEditor::CreateGuidesTab(), TGL5DDataSetEditor::CreateIsoTab(), TGLSAViewer::CreateMenus(), TFitEditor::CreateMinimizationTab(), TEveTrackPropagatorSubEditor::CreateRefsContainer(), TAdvancedGraphicsDialog::CreateScanFrame(), TNewChainDlg::DisplayDirectory(), TRootContextMenu::DisplayPopup(), TGDockableFrame::DockContainer(), TStyleManager::DoMoreLess(), TGuiBldDragManager::DoResize(), Editor::Editor(), TRootCanvas::FitCanvas(), TGMdiDecorFrame::HandleConfigureNotify(), TRootEmbeddedCanvas::HandleContainerConfigure(), TRootCanvas::HandleContainerConfigure(), TGVSplitter::HandleMotion(), TGHSplitter::HandleMotion(), TGVFileSplitter::HandleMotion(), TGuiBldDragManager::HandlePaste(), TGToolTip::HandleTimer(), TGuiBldDragManager::HandleUpdateSelected(), TRootBrowserLite::HideTextEdit(), TGLEmbeddedViewer::Init(), TProofProgressLog::Init(), TGTextEntry::Init(), TGComboBox::Init(), TGTable::Init(), TGTextButton::Init(), TGCheckButton::Init(), TGRadioButton::Init(), TGComboBox::InsertEntry(), TGListView::Layout(), TGHScrollBar::Layout(), TGVScrollBar::Layout(), TGCanvas::Layout(), TGLBContainer::Layout(), TGTileLayout::Layout(), TGListLayout::Layout(), TGListBox::Layout(), TSpiderEditor::MakeBrowse(), TGLAnnotation::MakeEditor(), TEveTextEditor::MakeLabeledCombo(), TEveCaloLegoEditor::MakeLabeledCombo(), TParallelCoordEditor::MakeVariablesTab(), TGComboBox::NewEntry(), TSessionViewer::OnListTreeClicked(), TGSplitFrame::OnSplitterClicked(), TGuiBldDragManager::PlaceFrame(), TGMsgBox::PMsgBox(), TRootDialog::Popup(), TTreeViewer::ProcessMessage(), TSessionFrame::ProofInfos(), TEveGListTreeEditorFrame::ReconfToHorizontal(), TEveGListTreeEditorFrame::ReconfToVertical(), TGPack::RefitFramesToPack(), TGComboBox::RemoveEntry(), TGPopupMenu::Reposition(), TGTableCell::Resize(), TGIcon::Resize(), TGScrollBar::Resize(), TGVSlider::Resize(), TGHSlider::Resize(), Resize(), TGListBox::Resize(), TGTable::ScrollCHeaders(), TGTable::ScrollRHeaders(), TRootControlBar::SetButtonState(), TRootCanvas::SetCanvasSize(), TGListView::SetDefaultColumnWidth(), TRootControlBar::SetFont(), TGPack::SetFrameLength(), TTVLVEntry::SetItemName(), TGuiBldHintsEditor::SetMatrixSep(), TGeoTransientPanel::SetModel(), TGContainer::SetPageDimension(), TGLVEntry::SetPictures(), TGHScrollBar::SetPosition(), TGVScrollBar::SetPosition(), TGHScrollBar::SetRange(), TGVScrollBar::SetRange(), TGToolTip::SetText(), TGTextLBEntry::SetText(), TRootControlBar::SetTextColor(), TGLVEntry::SetViewMode(), TRootCanvas::SetWindowSize(), TGButtonGroup::Show(), TGTabElement::ShowClose(), TRootCanvas::ShowEditor(), TRootCanvas::ShowStatusBar(), TRootCanvas::ShowToolBar(), TMVA::StatDialogBDT::StatDialogBDT(), TMVA::StatDialogBDTReg::StatDialogBDTReg(), TMVA::StatDialogMVAEffs::StatDialogMVAEffs(), TGSplitFrame::SwitchFrames(), TGuiBldEditor::SwitchLayout(), TGuiBldDragManager::SwitchLayout(), TTreeViewer::SwitchTree(), TAdvancedGraphicsDialog::TAdvancedGraphicsDialog(), TArrowEditor::TArrowEditor(), TAttFillEditor::TAttFillEditor(), TAttMarkerEditor::TAttMarkerEditor(), TAttTextEditor::TAttTextEditor(), TAxisEditor::TAxisEditor(), TestDialog::TestDialog(), TestMainFrame::TestMainFrame(), TestMsgBox::TestMsgBox(), TestProgress::TestProgress(), TestShutter::TestShutter(), TestSliders::TestSliders(), TEveCompositeFrame::TEveCompositeFrame(), TEveProjectionAxesEditor::TEveProjectionAxesEditor(), TEveProjectionManagerEditor::TEveProjectionManagerEditor(), TEveTextEditor::TEveTextEditor(), TF1Editor::TF1Editor(), TFitEditor::TFitEditor(), TFrameEditor::TFrameEditor(), TGColorDialog::TGColorDialog(), TGColorPopup::TGColorPopup(), TGDockableFrame::TGDockableFrame(), TGDockHideButton::TGDockHideButton(), TGedEditor::TGedEditor(), TGedMarkerPopup::TGedMarkerPopup(), TGedPatternPopup::TGedPatternPopup(), TGeoBBoxEditor::TGeoBBoxEditor(), TGeoConeEditor::TGeoConeEditor(), TGeoConeSegEditor::TGeoConeSegEditor(), TGeoCtubEditor::TGeoCtubEditor(), TGeoEltuEditor::TGeoEltuEditor(), TGeoGtraEditor::TGeoGtraEditor(), TGeoHypeEditor::TGeoHypeEditor(), TGeoManagerEditor::TGeoManagerEditor(), TGeoMaterialEditor::TGeoMaterialEditor(), TGeoMediumEditor::TGeoMediumEditor(), TGeoNodeEditor::TGeoNodeEditor(), TGeoParaEditor::TGeoParaEditor(), TGeoPconEditor::TGeoPconEditor(), TGeoSphereEditor::TGeoSphereEditor(), TGeoTorusEditor::TGeoTorusEditor(), TGeoTranslationEditor::TGeoTranslationEditor(), TGeoTrapEditor::TGeoTrapEditor(), TGeoTrd1Editor::TGeoTrd1Editor(), TGeoTrd2Editor::TGeoTrd2Editor(), TGeoTubeEditor::TGeoTubeEditor(), TGeoTubeSegEditor::TGeoTubeSegEditor(), TGeoVolumeEditor::TGeoVolumeEditor(), TGFileDialog::TGFileDialog(), TGGotoDialog::TGGotoDialog(), TGHtmlBrowser::TGHtmlBrowser(), TGIconLBEntry::TGIconLBEntry(), TGLabel::TGLabel(), TGLineLBEntry::TGLineLBEntry(), TGLSAViewer::TGLSAViewer(), TGMenuTitle::TGMenuTitle(), TGPictureButton::TGPictureButton(), TGPrintDialog::TGPrintDialog(), TGraphEditor::TGraphEditor(), TGSelectBox::TGSelectBox(), TGSplitButton::TGSplitButton(), TGTextLBEntry::TGTextLBEntry(), TGToolTip::TGToolTip(), TGuiBldEditor::TGuiBldEditor(), TGuiBldHintsEditor::TGuiBldHintsEditor(), TGuiBldHintsManager(), TGXYLayout::TGXYLayout(), TH1Editor::TH1Editor(), TH2Editor::TH2Editor(), TNewChainDlg::TNewChainDlg(), TNewQueryDlg::TNewQueryDlg(), TPadEditor::TPadEditor(), TParallelCoordEditor::TParallelCoordEditor(), TPieEditor::TPieEditor(), TPieSliceEditor::TPieSliceEditor(), TRootGuiBuilder::TRootGuiBuilder(), TSessionViewer::TSessionViewer(), TSpiderEditor::TSpiderEditor(), TStructViewerGUI::TStructViewerGUI(), TStyleDialog::TStyleDialog(), TStyleManager::TStyleManager(), TTextEditor::TTextEditor(), TUploadDataSetDlg::TUploadDataSetDlg(), TGDockableFrame::UndockContainer(), TGRecorder::Update(), and TNewChainDlg::UpdateList().

void TGFrame::Resize ( TGDimension  size)
virtual

Resize the frame.

Reimplemented in TGListBox, TGHSlider, TGVSlider, TGScrollBar, TGIcon, TGTableHeader, and TGTableCell.

Definition at line 602 of file TGFrame.cxx.

void TGFrame::SavePrimitive ( std::ostream &  out,
Option_t option = "" 
)
virtual

Save a frame widget as a C++ statement(s) on output stream out.

Reimplemented from TObject.

Reimplemented in TGHtml, TGGroupFrame, TGTransientFrame, TGMainFrame, TGHorizontalFrame, TGListTree, TGVerticalFrame, TGCompositeFrame, TGRadioButton, TGListBox, TGMenuBar, TGCheckButton, TGMenuTitle, TGNumberEntry, TGLVContainer, TGPictureButton, TGCanvas, TGMdiMainFrame, TGPopupMenu, TGTextButton, TGDoubleHSlider, TGFileContainer, TGVScrollBar, TGLineWidthComboBox, TGListView, TGTextEntry, TGDoubleVSlider, TGHScrollBar, TGHSlider, TGLineStyleComboBox, TGedPatternSelect, TGColorSelect, TGDockableFrame, TGNumberEntryField, TGVProgressBar, TGComboBox, TGVFileSplitter, TGVSlider, TGTextEdit, TGTripleHSlider, TGSplitFrame, TGContainer, TGHButtonGroup, TGTextLBEntry, TGButton, TGHProgressBar, TGHSplitter, TGLabel, TGTab, TGVButtonGroup, TGTextView, TGShutter, TGButtonGroup, TGProgressBar, TGTripleVSlider, TGVSplitter, TGFSComboBox, TGMdiFrame, TGMdiMenuBar, TGToolBar, TGStatusBar, TGedMarkerSelect, TGIcon, TRootEmbeddedCanvas, TGShutterItem, TGVertical3DLine, TGShapedFrame, and TGHorizontal3DLine.

Definition at line 3188 of file TGFrame.cxx.

Referenced by TGShutterItem::SavePrimitive(), TGStatusBar::SavePrimitive(), TGMdiMenuBar::SavePrimitive(), TGToolBar::SavePrimitive(), TGButtonGroup::SavePrimitive(), TGShutter::SavePrimitive(), TGVButtonGroup::SavePrimitive(), TGHButtonGroup::SavePrimitive(), TGDockableFrame::SavePrimitive(), TGListView::SavePrimitive(), TGMenuBar::SavePrimitive(), TGListBox::SavePrimitive(), and TGCompositeFrame::SavePrimitiveSubframes().

void TGFrame::SaveUserColor ( std::ostream &  out,
Option_t option 
)
void TGFrame::SendMessage ( const TGWindow w,
Long_t  msg,
Long_t  parm1,
Long_t  parm2 
)
virtual

Send message (i.e.

event) to window w. Message is encoded in one long as message type and up to two long parameters.

Definition at line 627 of file TGFrame.cxx.

Referenced by TGPopupMenu::Activate(), TGContainer::ActivateItem(), TGMdiMainFrame::AddMdiFrame(), TGTab::ChangeTab(), TGTextView::Clear(), TRootDialog::CloseWindow(), TGContainer::DeActivateItem(), TGTextEdit::Delete(), TGFileContainer::DisplayDirectory(), TGDockableFrame::DockContainer(), TGMenuTitle::DoSendMessage(), TGColorFrame::HandleButton(), TGColorPalette::HandleButton(), TGedPatternFrame::HandleButton(), TGTripleVSlider::HandleButton(), TGMdiWinResizer::HandleButton(), TGButton::HandleButton(), TGTripleHSlider::HandleButton(), TGVSlider::HandleButton(), TTVLVContainer::HandleButton(), TGTextView::HandleButton(), TGContainer::HandleButton(), TGColorPick::HandleButton(), TGHSlider::HandleButton(), TGHScrollBar::HandleButton(), TGDoubleVSlider::HandleButton(), TGMdiTitleIcon::HandleButton(), TGVScrollBar::HandleButton(), TGDoubleHSlider::HandleButton(), TGPopupMenu::HandleButton(), TGMdiTitleBar::HandleButton(), TGLVContainer::HandleButton(), TGLBContainer::HandleButton(), TGMdiDecorFrame::HandleButton(), TGCheckButton::HandleButton(), TGListTree::HandleButton(), TGRadioButton::HandleButton(), TGSplitButton::HandleButton(), TGContainer::HandleDoubleClick(), TGMdiTitleIcon::HandleDoubleClick(), TGMdiTitleBar::HandleDoubleClick(), TGLBContainer::HandleDoubleClick(), TGListTree::HandleDoubleClick(), TGColorPalette::HandleKey(), TGTextEditor::HandleKey(), TGTextEdit::HandleKey(), TGContainer::HandleKey(), TGTextButton::HandleKey(), TGCheckButton::HandleKey(), TGRadioButton::HandleKey(), TGSplitButton::HandleKey(), TGColorPalette::HandleMotion(), TGTripleVSlider::HandleMotion(), TGTripleHSlider::HandleMotion(), TGVSlider::HandleMotion(), TTVLVContainer::HandleMotion(), TGContainer::HandleMotion(), TGColorPick::HandleMotion(), TGHSlider::HandleMotion(), TGHScrollBar::HandleMotion(), TGDoubleVSlider::HandleMotion(), TGVScrollBar::HandleMotion(), TGDoubleHSlider::HandleMotion(), TGLBContainer::HandleMotion(), TGSplitButton::HandleSButton(), TGSplitButton::HandleSKey(), TGDockableFrame::HideContainer(), TGContainer::InvertSelection(), TGComboBoxPopup::KeyPressed(), TGContainer::KeyPressed(), TGListTree::KeyPressed(), TGMdiMainFrame::Maximize(), TGMdiMainFrame::Minimize(), TGContainer::OnAutoScroll(), TGLBContainer::OnAutoScroll(), TGColorPopup::PlacePopup(), TGColorPopup::PreviewAlphaColor(), TGColorPopup::PreviewColor(), TGedMarkerPopup::ProcessMessage(), TGedPopup::ProcessMessage(), TGedMarkerSelect::ProcessMessage(), TG16ColorSelector::ProcessMessage(), TGComboBox::ProcessMessage(), TGedPatternSelector::ProcessMessage(), TGColorPopup::ProcessMessage(), TGedPatternPopup::ProcessMessage(), TGTextEdit::ProcessMessage(), TGColorSelect::ProcessMessage(), TGedPatternSelect::ProcessMessage(), TGMdiTitleBar::ProcessMessage(), TGNumberEntry::ProcessMessage(), TGListBox::ProcessMessage(), TGMdiMainFrame::RemoveMdiFrame(), TGMdiMainFrame::Restore(), TGTextEntry::ReturnPressed(), TGTextEditor::Search(), TGContainer::SelectAll(), TGTextEdit::SetCurrent(), TGTripleVSlider::SetPointerPos(), TGTripleHSlider::SetPointerPos(), TGHScrollBar::SetPosition(), TGVScrollBar::SetPosition(), TGHScrollBar::SetRange(), TGVScrollBar::SetRange(), TGDockableFrame::ShowContainer(), TGTextEntry::TabPressed(), TGTextEntry::TextChanged(), TGDockableFrame::UndockContainer(), and TGContainer::UnSelectAll().

void TGFrame::SetBackgroundColor ( Pixel_t  back)
virtual

Set background color (override from TGWindow base class).

Same effect as ChangeBackground().

Reimplemented from TGWindow.

Reimplemented in TGView, and TGLBEntry.

Definition at line 294 of file TGFrame.cxx.

Referenced by TRootGuiBuilder::AddAction(), TTreeViewer::BuildInterface(), TGView::ChangeBackground(), TGCompositeFrame::ChangeSubframesBackground(), ClassImp(), TGLSAViewer::CreateMenus(), TGDockButton::DrawBorder(), TGComboBox::EnableTextInput(), TGTableHeader::Init(), TGTableCell::Init(), TProofProgressLog::Init(), TGTable::Init(), TGMdiMainFrame::Maximize(), TRootGuiBuilder::OpenProject(), TGColorDialog::ProcessMessage(), TRootGuiBuilder::PropagateBgndColor(), TRootGuiBuilder::SaveProject(), TGTextView::SetBackground(), TGLBEntry::SetBackgroundColor(), TGView::SetBackgroundColor(), TGColorDialog::SetColorInfo(), TEveCompositeFrame::SetCurrent(), TEveCompositeFrameInTab::SetCurrent(), TEveWindowSlot::SetCurrent(), TGColorDialog::SetCurrentColor(), TGTable::SetEvenRowBackground(), TGTable::SetHeaderBackground(), TGTable::SetOddRowBackground(), TGTextEntry::SetState(), TGMdiTitleBar::SetTitleBarColors(), TGHtml::SizeAndLink(), TEveCompositeFrame::TEveCompositeFrame(), TGColorDialog::TGColorDialog(), TGContainer::TGContainer(), TGedMarkerPopup::TGedMarkerPopup(), TGeoManagerEditor::TGeoManagerEditor(), TGeoVolumeEditor::TGeoVolumeEditor(), TGFileDialog::TGFileDialog(), TGMdiButtons::TGMdiButtons(), TGShutterItem::TGShutterItem(), TGToolTip::TGToolTip(), TRootGuiBuilder::TRootGuiBuilder(), and TGuiBldEditor::UpdateBackground().

virtual void TGFrame::SetCleanup ( Int_t  = kLocalCleanup)
inlinevirtual
void TGFrame::SetDNDSource ( Bool_t  onoff)
inline

Definition at line 331 of file TGFrame.h.

void TGFrame::SetDNDTarget ( Bool_t  onoff)
inline

Definition at line 333 of file TGFrame.h.

Referenced by TRootCanvas::CreateCanvas(), and TGListTree::TGListTree().

void TGFrame::SetDragType ( Int_t  type)
virtual

SetDragType.

Definition at line 791 of file TGFrame.cxx.

virtual void TGFrame::SetDrawOption ( Option_t option = "")
inlinevirtual

Set drawing option for object.

This option only affects the drawing style and is stored in the option field of the TObjOptLink supporting a TPad's primitive list (TList). Note that it does not make sense to call object.SetDrawOption(option) before having called object.Draw().

Reimplemented from TObject.

Reimplemented in TRootBrowserLite, and TGedFrame.

Definition at line 328 of file TGFrame.h.

void TGFrame::SetDropType ( Int_t  type)
virtual

SetDropType.

Definition at line 798 of file TGFrame.cxx.

virtual void TGFrame::SetEditable ( Bool_t  )
inlinevirtual
virtual void TGFrame::SetForegroundColor ( Pixel_t  )
inlinevirtual

Reimplemented in TGTextButton, TGTextEntry, TGTextView, TGLabel, and TGProgressBar.

Definition at line 259 of file TGFrame.h.

Referenced by TGuiBldEditor::UpdateForeground().

void TGFrame::SetFrameElement ( TGFrameElement fe)
inline
virtual void TGFrame::SetHeight ( UInt_t  h)
inlinevirtual
virtual void TGFrame::SetLayoutBroken ( Bool_t  = kTRUE)
inlinevirtual
virtual void TGFrame::SetMaxHeight ( UInt_t  h)
inlinevirtual

Definition at line 314 of file TGFrame.h.

virtual void TGFrame::SetMaxWidth ( UInt_t  w)
inlinevirtual

Definition at line 313 of file TGFrame.h.

virtual void TGFrame::SetMinHeight ( UInt_t  h)
inlinevirtual

Definition at line 312 of file TGFrame.h.

virtual void TGFrame::SetMinWidth ( UInt_t  w)
inlinevirtual

Definition at line 311 of file TGFrame.h.

Referenced by TNewQueryDlg::Build().

virtual void TGFrame::SetSize ( const TGDimension s)
inlinevirtual
virtual void TGFrame::SetWidth ( UInt_t  w)
inlinevirtual
virtual void TGFrame::SetX ( Int_t  x)
inlinevirtual

Definition at line 307 of file TGFrame.h.

virtual void TGFrame::SetY ( Int_t  y)
inlinevirtual

Definition at line 308 of file TGFrame.h.

void TGFrame::StartGuiBuilding ( Bool_t  on = kTRUE)
protectedvirtual

Go into GUI building mode.

Definition at line 823 of file TGFrame.cxx.

Referenced by HandleEvent().

virtual void TGFrame::UnmapWindow ( )
inlinevirtual

Reimplemented from TGWindow.

Reimplemented in TGDragWindow.

Definition at line 269 of file TGFrame.h.

Referenced by TGMdiMainFrame::AddMdiFrame(), TRootBrowserLite::BrowseTextFile(), TGPack::CheckSplitterVisibility(), TGSplitFrame::Close(), TGLAnnotation::CloseEditor(), TGFontDialog::CloseWindow(), TGSearchDialog::CloseWindow(), TGColorDialog::CloseWindow(), TGeoTransientPanel::CloseWindow(), TGuiBldDragManager::DeleteFrame(), TGLEmbeddedViewer::DestroyGLWidget(), TGLSAViewer::DestroyGLWidget(), TEveWindow::DestroyWindow(), TFunctionParametersDialog::DoFix(), TFitParametersDialog::DoParFix(), TStyleManager::DoPreviewClosed(), TFunctionParametersDialog::DoReset(), TFitParametersDialog::DoReset(), TGPopupMenu::EndMenu(), TGComboBoxPopup::EndPopup(), TGedPopup::EndPopup(), TGColorPopup::EndPopup(), TGSplitFrame::ExtractFrame(), TGuiBldDragManager::GrabFrame(), TGColorPopup::HandleButton(), TRootControlBar::Hide(), TGToolTip::Hide(), TGSplitTool::Hide(), TGuiBldEditor::Hide(), TGButtonGroup::Hide(), TGedEditor::Hide(), TRootGuiBuilder::Hide(), TGeoTransientPanel::Hide(), TStyleManager::Hide(), TGeoPconSection::HideDaughters(), TGPack::HideFrame(), TGCompositeFrame::HideFrame(), TRootBrowserLite::HideTextEdit(), TGTextView::HLayout(), TEveParamListEditor::InitModel(), TGView::Layout(), TGListView::Layout(), TGCanvas::Layout(), TGListBox::Layout(), TEveCaloVizEditor::MakeSliceInfo(), TGHtml::MapControls(), TGMdiMainFrame::Maximize(), TGColorPopup::ProcessMessage(), TGedPatternPopup::ProcessMessage(), TEveGListTreeEditorFrame::ReconfToHorizontal(), TEveGListTreeEditorFrame::ReconfToVertical(), TGedEditor::ReinitWorkspace(), TEveCompositeFrame::RelinquishEveWindow(), TGPack::RemoveFrameInternal(), TGTab::RemoveTab(), TGPasswdDialog::ReturnPressed(), TEveGValuator::SetEnabled(), TGLViewerEditor::SetGuides(), TEveElementEditor::SetModel(), TEveTransSubEditor::SetModel(), TEveDigitSetEditor::SetModel(), TEveCaloVizEditor::SetModel(), TEveGeoTopNodeEditor::SetModel(), TGLViewerEditor::SetModel(), TRootBrowserLite::ShowMacroButtons(), TGSplitFrame::SplitHorizontal(), TGSplitFrame::SplitVertical(), TEveWindowSlot::StopEmbedding(), TGSplitFrame::SwallowBack(), TGSplitFrame::SwitchFrames(), TGTextEditor::TGTextEditor(), TGuiBldDragManager::UnmapAllPopups(), TGHtml::UnmapControls(), TGDragWindow::UnmapWindow(), TGSplitFrame::UnSplit(), TFitEditor::UpdateGUI(), TGLAnnotation::UpdateText(), TGTextView::VLayout(), and TEveViewer::~TEveViewer().

Member Data Documentation

Pixel_t TGFrame::fBackground
protected

Definition at line 158 of file TGFrame.h.

Referenced by ChangeBackground(), TGListBox::ChangeBackground(), TGScrollBarElement::DrawBorder(), TGContainer::DrawRegion(), TGListTree::DrawRegion(), GetBackground(), TGButton::HandleButton(), TGScrollBarElement::HandleCrossing(), TGButton::HandleCrossing(), TGScrollBar::HandleCrossing(), TGCompositeFrame::HandleDragEnter(), TGCompositeFrame::HandleDragLeave(), TGTable::Init(), TGHorizontal3DLine::SavePrimitive(), TGShapedFrame::SavePrimitive(), TGVertical3DLine::SavePrimitive(), TRootEmbeddedCanvas::SavePrimitive(), TGIcon::SavePrimitive(), TGStatusBar::SavePrimitive(), TGToolBar::SavePrimitive(), TGMdiFrame::SavePrimitive(), TGFSComboBox::SavePrimitive(), TGVSplitter::SavePrimitive(), TGButtonGroup::SavePrimitive(), TGVButtonGroup::SavePrimitive(), TGTab::SavePrimitive(), TGLabel::SavePrimitive(), TGHSplitter::SavePrimitive(), TGButton::SavePrimitive(), TGHButtonGroup::SavePrimitive(), TGContainer::SavePrimitive(), TGSplitFrame::SavePrimitive(), TGVSlider::SavePrimitive(), TGVFileSplitter::SavePrimitive(), TGComboBox::SavePrimitive(), TGHSlider::SavePrimitive(), TGHScrollBar::SavePrimitive(), TGTextEntry::SavePrimitive(), TGListView::SavePrimitive(), TGVScrollBar::SavePrimitive(), TGFileContainer::SavePrimitive(), TGTextButton::SavePrimitive(), TGMdiMainFrame::SavePrimitive(), TGCanvas::SavePrimitive(), TGLVContainer::SavePrimitive(), SavePrimitive(), TGListBox::SavePrimitive(), TGCompositeFrame::SavePrimitive(), TGVerticalFrame::SavePrimitive(), TGListTree::SavePrimitive(), TGHorizontalFrame::SavePrimitive(), TGGroupFrame::SavePrimitive(), SetBackgroundColor(), TGButton::SetStyle(), TGFrame(), TGScrollBar::TGScrollBar(), and TGScrollBarElement::TGScrollBarElement().

Int_t TGFrame::fBorderWidth
protected
Int_t TGFrame::fDNDState
protected

Definition at line 160 of file TGFrame.h.

Referenced by TGFrame().

UInt_t TGFrame::fEventMask
protected

Definition at line 159 of file TGFrame.h.

Referenced by AddInput(), GetEventMask(), RemoveInput(), and TGFrame().

TGFrameElement* TGFrame::fFE
protected

Definition at line 161 of file TGFrame.h.

Referenced by GetFrameElement(), and TGFrame().

const TGGC * TGFrame::fgBckgndGC = 0
staticprotected

Definition at line 172 of file TGFrame.h.

Referenced by GetBckgndGC().

const TGGC * TGFrame::fgBlackGC = 0
staticprotected

Definition at line 168 of file TGFrame.h.

Referenced by GetBlackGC().

Pixel_t TGFrame::fgBlackPixel = 0
staticprotected
Window_t TGFrame::fgDbw = 0
staticprotected
Int_t TGFrame::fgDbx = 0
staticprotected

Definition at line 175 of file TGFrame.h.

Referenced by HandleEvent().

Int_t TGFrame::fgDby = 0
staticprotected

Definition at line 175 of file TGFrame.h.

Referenced by HandleEvent().

Pixel_t TGFrame::fgDefaultFrameBackground = 0
staticprotected

Definition at line 164 of file TGFrame.h.

Referenced by GetDefaultFrameBackground(), and TGButton::SavePrimitive().

Pixel_t TGFrame::fgDefaultSelectedBackground = 0
staticprotected
const TGGC * TGFrame::fgHilightGC = 0
staticprotected

Definition at line 170 of file TGFrame.h.

Referenced by GetHilightGC().

Bool_t TGFrame::fgInit = kFALSE
staticprotected

Definition at line 163 of file TGFrame.h.

Referenced by TGFrame().

UInt_t TGFrame::fgLastButton = 0
staticprotected

Definition at line 174 of file TGFrame.h.

Referenced by HandleEvent().

Time_t TGFrame::fgLastClick = 0
staticprotected

Definition at line 173 of file TGFrame.h.

Referenced by GetLastClick(), TGTextEdit::HandleDoubleClick(), and HandleEvent().

const TGGC * TGFrame::fgShadowGC = 0
staticprotected

Definition at line 171 of file TGFrame.h.

Referenced by GetShadowGC().

UInt_t TGFrame::fgUserColor = 0
staticprotected

Definition at line 177 of file TGFrame.h.

Referenced by SaveUserColor().

const TGGC * TGFrame::fgWhiteGC = 0
staticprotected

Definition at line 169 of file TGFrame.h.

Referenced by GetWhiteGC().

Pixel_t TGFrame::fgWhitePixel = 0
staticprotected
UInt_t TGFrame::fHeight
protected

Definition at line 151 of file TGFrame.h.

Referenced by TGMdiMainFrame::AddMdiFrame(), TGTab::AddTab(), TGTextView::AdjustWidth(), TRootEmbeddedCanvas::AdoptCanvas(), TGMdiMainFrame::ArrangeFrames(), TGSplitButton::CalcSize(), TGTransientFrame::CenterOnParent(), TGDoubleSlider::ChangeCursor(), ClassImp(), TGDragWindow::DoRedraw(), TGTableCell::DoRedraw(), TGButtonGroup::DoRedraw(), TGDockButton::DoRedraw(), TGLabel::DoRedraw(), TGedMarkerSelect::DoRedraw(), TGFileItem::DoRedraw(), TGedPatternFrame::DoRedraw(), TGTextEntry::DoRedraw(), TGHProgressBar::DoRedraw(), TGVSlider::DoRedraw(), TGedSelect::DoRedraw(), TGColorSelect::DoRedraw(), TGVProgressBar::DoRedraw(), TGedPatternSelect::DoRedraw(), TGHSlider::DoRedraw(), TGDoubleVSlider::DoRedraw(), TGTextButton::DoRedraw(), DoRedraw(), TGMdiTitleIcon::DoRedraw(), TGDoubleHSlider::DoRedraw(), TGPictureButton::DoRedraw(), TGMenuTitle::DoRedraw(), TGCheckButton::DoRedraw(), TGRadioButton::DoRedraw(), TGSplitButton::DoRedraw(), TGGroupFrame::DoRedraw(), TGTableCell::DrawBorder(), TGVertical3DLine::DrawBorder(), TGToolTip::DrawBorder(), TGStatusBar::DrawBorder(), TGColorFrame::DrawBorder(), TGSplitTool::DrawBorder(), TGScrollBarElement::DrawBorder(), TGVSplitter::DrawBorder(), TGedPatternFrame::DrawBorder(), TGView::DrawBorder(), TGComboBox::DrawBorder(), TGButtonGroup::DrawBorder(), TGMdiVerticalWinResizer::DrawBorder(), TGHSplitter::DrawBorder(), TGTextEntry::DrawBorder(), TGMdiHorizontalWinResizer::DrawBorder(), TGMdiCornerWinResizer::DrawBorder(), TGTabElement::DrawBorder(), TGCanvas::DrawBorder(), DrawBorder(), TGListBox::DrawBorder(), TGGroupFrame::DrawBorder(), TGuiBldHintsButton::DrawCenterX(), TGuiBldHintsButton::DrawCenterY(), TGTreeLBEntry::DrawCopy(), TGTableCell::DrawCopy(), TGTextLBEntry::DrawCopy(), TGLVEntry::DrawCopy(), TGLineLBEntry::DrawCopy(), TGuiBldHintsButton::DrawExpandX(), TGuiBldHintsButton::DrawExpandY(), TGTripleHSlider::DrawPointer(), Editor::Editor(), TGListTree::End(), TGUndockedFrame::FixSize(), TGMdiMainFrame::GetBBox(), TGIcon::GetDefaultSize(), TGStatusBar::GetDefaultSize(), TGLabel::GetDefaultSize(), TGComboBox::GetDefaultSize(), TGShutter::GetDefaultSize(), TGView::GetDefaultSize(), TGTextEntry::GetDefaultSize(), TGVSlider::GetDefaultSize(), TGVProgressBar::GetDefaultSize(), TGDoubleVSlider::GetDefaultSize(), TGViewPort::GetDefaultSize(), TGTextButton::GetDefaultSize(), TGVScrollBar::GetDefaultSize(), TGCanvas::GetDefaultSize(), GetDefaultSize(), TGMdiContainer::GetDefaultSize(), TGCheckButton::GetDefaultSize(), TGListBox::GetDefaultSize(), TGRadioButton::GetDefaultSize(), TGSplitButton::GetDefaultSize(), TGTableCell::GetHeight(), GetHeight(), TGTableCell::GetSize(), TGedPopup::HandleButton(), TGTripleVSlider::HandleButton(), TGComboBox::HandleButton(), TGButton::HandleButton(), TGColorPopup::HandleButton(), TGTripleHSlider::HandleButton(), TGVSlider::HandleButton(), TGedSelect::HandleButton(), TGColorSelect::HandleButton(), TGTabElement::HandleButton(), TGHSlider::HandleButton(), TGDoubleVSlider::HandleButton(), TGMdiTitleIcon::HandleButton(), TGVScrollBar::HandleButton(), TGDoubleHSlider::HandleButton(), TGCheckButton::HandleButton(), TGRadioButton::HandleButton(), TGSplitButton::HandleButton(), HandleConfigureNotify(), TGMdiContainer::HandleConfigureNotify(), TGMdiDecorFrame::HandleConfigureNotify(), TGCompositeFrame::HandleDragDrop(), TGTripleVSlider::HandleMotion(), TGTripleHSlider::HandleMotion(), TGVSlider::HandleMotion(), TGDoubleVSlider::HandleMotion(), TGSplitButton::HandleSButton(), TGToolTip::HandleTimer(), TGTextView::HLayout(), TGSplitFrame::HSplit(), TGTableCell::Init(), TGTable::Init(), TGTextButton::Init(), TGSplitButton::Init(), TGView::Layout(), TGShutter::Layout(), TGMdiMainFrame::Layout(), TGVScrollBar::Layout(), TGCanvas::Layout(), TGLBContainer::Layout(), TGMdiDecorFrame::Layout(), TGListBox::Layout(), TGSplitButton::Layout(), TGSplitFrame::MapToSPlitTool(), TGMdiMainFrame::Maximize(), MoveResize(), TGComboBoxPopup::PlacePopup(), TGedPopup::PlacePopup(), TGColorPopup::PlacePopup(), Print(), TGTableCell::Resize(), TGPack::Resize(), TGVSlider::Resize(), Resize(), TGTripleVSlider::SavePrimitive(), TGVSlider::SavePrimitive(), TGDoubleVSlider::SavePrimitive(), TGViewPort::SetHPos(), TGSplitButton::SetMenuState(), TGStatusBar::SetParts(), TGTripleVSlider::SetPointerPos(), TGTripleVSlider::SetPointerPosition(), TGVScrollBar::SetRange(), TGMenuTitle::SetState(), TGLVContainer::SetViewMode(), TGViewPort::SetVPos(), TestDialog::TestDialog(), TestMsgBox::TestMsgBox(), TestProgress::TestProgress(), TestShutter::TestShutter(), TestSliders::TestSliders(), TGColorDialog::TGColorDialog(), TGFrame(), TGSelectBox::TGSelectBox(), TGSplitButton::TGSplitButton(), TGTab::TGTab(), TGTextView::VLayout(), and TGSplitFrame::VSplit().

UInt_t TGFrame::fMaxHeight
protected

Definition at line 155 of file TGFrame.h.

Referenced by GetMaxHeight(), TGMainFrame::SetWMSizeHints(), and TGFrame().

UInt_t TGFrame::fMaxWidth
protected

Definition at line 154 of file TGFrame.h.

Referenced by GetMaxWidth(), TGMainFrame::SetWMSizeHints(), and TGFrame().

UInt_t TGFrame::fMinHeight
protected

Definition at line 153 of file TGFrame.h.

Referenced by GetMinHeight(), TGMainFrame::SetWMSizeHints(), and TGFrame().

UInt_t TGFrame::fMinWidth
protected

Definition at line 152 of file TGFrame.h.

Referenced by GetMinWidth(), TGMainFrame::SetWMSizeHints(), and TGFrame().

UInt_t TGFrame::fOptions
protected
UInt_t TGFrame::fWidth
protected

Definition at line 150 of file TGFrame.h.

Referenced by TGMdiMainFrame::AddMdiFrame(), TGTab::AddTab(), TRootEmbeddedCanvas::AdoptCanvas(), TGMdiMainFrame::ArrangeFrames(), TGSplitButton::CalcSize(), TGTransientFrame::CenterOnParent(), TGDoubleSlider::ChangeCursor(), ClassImp(), TGTextEdit::DelChar(), TGDragWindow::DoRedraw(), TGTableCell::DoRedraw(), TGButtonGroup::DoRedraw(), TGLabel::DoRedraw(), TGFileItem::DoRedraw(), TGedPatternFrame::DoRedraw(), TGTextEntry::DoRedraw(), TGHProgressBar::DoRedraw(), TGVSlider::DoRedraw(), TGedSelect::DoRedraw(), TGColorSelect::DoRedraw(), TGHSlider::DoRedraw(), TGDoubleVSlider::DoRedraw(), TGTextButton::DoRedraw(), TGMdiTitleIcon::DoRedraw(), DoRedraw(), TGDoubleHSlider::DoRedraw(), TGPictureButton::DoRedraw(), TGMenuTitle::DoRedraw(), TGSplitButton::DoRedraw(), TGGroupFrame::DoRedraw(), TGHorizontal3DLine::DrawBorder(), TGTableCell::DrawBorder(), TGToolTip::DrawBorder(), TGStatusBar::DrawBorder(), TGColorFrame::DrawBorder(), TGSplitTool::DrawBorder(), TGScrollBarElement::DrawBorder(), TGVSplitter::DrawBorder(), TGedPatternFrame::DrawBorder(), TGView::DrawBorder(), TGComboBox::DrawBorder(), TGButtonGroup::DrawBorder(), TGMdiVerticalWinResizer::DrawBorder(), TGHSplitter::DrawBorder(), TGTextEntry::DrawBorder(), TGMdiHorizontalWinResizer::DrawBorder(), TGMdiCornerWinResizer::DrawBorder(), TGTabElement::DrawBorder(), TGCanvas::DrawBorder(), DrawBorder(), TGListBox::DrawBorder(), TGGroupFrame::DrawBorder(), TGuiBldHintsButton::DrawCenterX(), TGuiBldHintsButton::DrawCenterY(), TGTreeLBEntry::DrawCopy(), TGTableCell::DrawCopy(), TGTextLBEntry::DrawCopy(), TGLVEntry::DrawCopy(), TGLineLBEntry::DrawCopy(), TGuiBldHintsButton::DrawExpandX(), TGuiBldHintsButton::DrawExpandY(), TGTripleVSlider::DrawPointer(), Editor::Editor(), TGUndockedFrame::FixSize(), TGMdiMainFrame::GetBBox(), TGIcon::GetDefaultSize(), TGStatusBar::GetDefaultSize(), TGLabel::GetDefaultSize(), TGComboBox::GetDefaultSize(), TGShutter::GetDefaultSize(), TGView::GetDefaultSize(), TGTextEntry::GetDefaultSize(), TGHProgressBar::GetDefaultSize(), TGHSlider::GetDefaultSize(), TGHScrollBar::GetDefaultSize(), TGTextButton::GetDefaultSize(), TGViewPort::GetDefaultSize(), TGDoubleHSlider::GetDefaultSize(), TGCanvas::GetDefaultSize(), GetDefaultSize(), TGMdiContainer::GetDefaultSize(), TGCheckButton::GetDefaultSize(), TGListBox::GetDefaultSize(), TGRadioButton::GetDefaultSize(), TGSplitButton::GetDefaultSize(), TGLBContainer::GetDefaultWidth(), TGTableCell::GetSize(), TGTableCell::GetWidth(), GetWidth(), TGedPopup::HandleButton(), TGTripleVSlider::HandleButton(), TGComboBox::HandleButton(), TGButton::HandleButton(), TGColorPopup::HandleButton(), TGTripleHSlider::HandleButton(), TGVSlider::HandleButton(), TGHSlider::HandleButton(), TGHScrollBar::HandleButton(), TGDoubleVSlider::HandleButton(), TGDoubleHSlider::HandleButton(), TGCheckButton::HandleButton(), TGRadioButton::HandleButton(), TGSplitButton::HandleButton(), HandleConfigureNotify(), TGMdiContainer::HandleConfigureNotify(), TGMdiDecorFrame::HandleConfigureNotify(), TGCompositeFrame::HandleDragDrop(), TGTripleVSlider::HandleMotion(), TGTripleHSlider::HandleMotion(), TGHSlider::HandleMotion(), TGDoubleHSlider::HandleMotion(), TGSplitButton::HandleSButton(), TGToolTip::HandleTimer(), TGTextView::HLayout(), TGSplitFrame::HSplit(), TGTableCell::Init(), TGTable::Init(), TGTextButton::Init(), TGSplitButton::Init(), TGView::Layout(), TGShutter::Layout(), TGListView::Layout(), TGHScrollBar::Layout(), TGMdiMainFrame::Layout(), TGCanvas::Layout(), TGMdiDecorFrame::Layout(), TGListBox::Layout(), TGSplitButton::Layout(), TGListView::LayoutHeader(), TGSplitFrame::MapToSPlitTool(), TGMdiMainFrame::Maximize(), MoveResize(), TGComboBoxPopup::PlacePopup(), TGedPopup::PlacePopup(), TGColorPopup::PlacePopup(), Print(), TGTableCell::Resize(), TGPack::Resize(), TGHSlider::Resize(), Resize(), TGTripleHSlider::SavePrimitive(), TGHSlider::SavePrimitive(), TGDoubleHSlider::SavePrimitive(), TGViewPort::SetHPos(), TGTripleHSlider::SetPointerPos(), TGTripleHSlider::SetPointerPosition(), TGHScrollBar::SetRange(), TGLVContainer::SetViewMode(), TGViewPort::SetVPos(), TestDialog::TestDialog(), TestMsgBox::TestMsgBox(), TestProgress::TestProgress(), TestShutter::TestShutter(), TestSliders::TestSliders(), TGColorDialog::TGColorDialog(), TGFrame(), TGTab::TGTab(), TGTextView::VLayout(), and TGSplitFrame::VSplit().

Int_t TGFrame::fX
protected
Int_t TGFrame::fY
protected

The documentation for this class was generated from the following files: