TGWidget


class description - source file - inheritance tree

class TGWidget


    protected:
Int_t ClearFlags(Int_t flags) Int_t SetFlags(Int_t flags) public:
TGWidget TGWidget() TGWidget TGWidget(Int_t id) TGWidget TGWidget(TGWidget&) virtual void ~TGWidget() void Associate(TGWindow* w) TClass* Class() const char* GetCommand() Bool_t HasFocus() virtual TClass* IsA() Bool_t IsEnabled() void SetCommand(char* command) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) Bool_t WantFocus() Int_t WidgetId()

Data Members

protected:
Int_t fWidgetId the widget id (used for event processing) Int_t fWidgetFlags widget status flags (OR of EWidgetStatus) static const TGWindow* fMsgWindow window which handles widget events TString fCommand command to be executed


See also

TGButton, TGDoubleSlider, TGScrollBar, TGSlider, TGTab, TGTextEntry

Class Description

                                                                      
 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()
             Bool_t IsEnabled()
             Bool_t HasFocus()
             Bool_t WantFocus()
               void Associate(TGWindow* w)
               void SetCommand(char* command)
        const char* GetCommand()
            TClass* Class()
            TClass* IsA()
               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.