TGWidget
class description - source file - inheritance tree
    protected:
      Int_t ClearFlags(Int_t flags)
      Int_t SetFlags(Int_t flags)
    public:
             TGWidget TGWidget(Int_t id)
             TGWidget TGWidget(TGWidget&)
             TGWidget TGWidget()
         virtual void ~TGWidget()
                 void Associate(const TGWindow* w)
              TClass* Class()
          const char* GetCommand() const
               Bool_t HasFocus() const
      virtual TClass* IsA() const
               Bool_t IsEnabled() const
                 void SetCommand(const char* command)
         virtual void ShowMembers(TMemberInspector& insp, char* parent)
         virtual void Streamer(TBuffer& b)
               Bool_t WantFocus() const
                Int_t WidgetId() const
    protected:
                Int_t fWidgetId     the widget id (used for event processing)
                Int_t fWidgetFlags  widget status flags (OR of EWidgetStatus)
      const TGWindow* fMsgWindow    window which handles widget events
              TString fCommand      command to be executed
See also
- 
TGButton, TGDoubleSlider, TGScrollBar, TGSlider, TGTab, TGTextEntry
                                                                      
 TGWidget                                                             
                                                                      
 The widget base class. It is light weight (all inline service        
 methods) and is typically used as mixin class (via multiple          
 inheritance), see for example TGButton.                              
                                                                      
Inline Functions
              Int_t SetFlags(Int_t flags)
              Int_t ClearFlags(Int_t flags)
           TGWidget TGWidget()
           TGWidget TGWidget(Int_t id)
              Int_t WidgetId() const
             Bool_t IsEnabled() const
             Bool_t HasFocus() const
             Bool_t WantFocus() const
               void Associate(const TGWindow* w)
               void SetCommand(const char* command)
        const char* GetCommand() const
            TClass* Class()
            TClass* IsA() const
               void ShowMembers(TMemberInspector& insp, char* parent)
               void Streamer(TBuffer& b)
           TGWidget TGWidget(TGWidget&)
               void ~TGWidget()
Author:     Fons Rademakers   05/01/98
Last update:   2.00/00 16/02/98  02.36.04  by  Fons Rademakers
Copyright (c) 1995-1999, The ROOT System, All rights reserved.         *
ROOT page - Class index - Top of the page
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.