TGScrollBarElement
class description - source file - inheritance tree
    public:
      TGScrollBarElement TGScrollBarElement(TGScrollBarElement&)
      TGScrollBarElement TGScrollBarElement(const TGWindow* p, const TGPicture* pic, UInt_t w, UInt_t h, UInt_t options = kRaisedFrame|kDoubleBorder, ULong_t back = fgDefaultFrameBackground)
                    void ~TGScrollBarElement()
                 TClass* Class()
            virtual void DrawBorder()
         virtual TClass* IsA() const
            virtual void SetState(Int_t state)
            virtual void ShowMembers(TMemberInspector& insp, char* parent)
            virtual void Streamer(TBuffer& b)
    protected:
                 Int_t fState  state of scrollbar element (button up or down)
      const TGPicture* fPic    picture in scrollbar element
                                                                      
 TGScrollBar and TGScrollBarElement                                   
                                                                      
 The classes in this file implement scrollbars. Scrollbars can be     
 either placed horizontal or vertical. A scrollbar contains three     
 TGScrollBarElements: The "head", "tail" and "slider". The head and   
 tail are fixed at either end and have the typical arrows in them.    
                                                                      
void SetState(Int_t state)
 Change state of scrollbar element (either up or down).
void DrawBorder()
 Draw border around scollbar element.
Inline Functions
        TGScrollBarElement TGScrollBarElement(const TGWindow* p, const TGPicture* pic, UInt_t w, UInt_t h, UInt_t options = kRaisedFrame|kDoubleBorder, ULong_t back = fgDefaultFrameBackground)
                   TClass* Class()
                   TClass* IsA() const
                      void ShowMembers(TMemberInspector& insp, char* parent)
                      void Streamer(TBuffer& b)
        TGScrollBarElement TGScrollBarElement(TGScrollBarElement&)
                      void ~TGScrollBarElement()
Author:     Fons Rademakers   10/01/98
Last update:   2.23/02 02/09/99  15.54.27  by  Rene Brun
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.