TGShutterItem


class description - source file - inheritance tree

class TGShutterItem : public TGVerticalFrame, public TGWidget

    private:
public:
TGShutterItem TGShutterItem(const TGWindow* p, TGHotString* s = 0, Int_t id = -1, UInt_t options = 0) TGShutterItem TGShutterItem(TGShutterItem&) virtual void ~TGShutterItem() static TClass* Class() TGFrame* GetContainer() const virtual TClass* IsA() const virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members

private:
protected:
TGButton* fButton shutter item button TGCanvas* fCanvas canvas of shutter item TGFrame* fContainer container in canvas containing shutter items TGLayoutHints* fL1 TGLayoutHints* fL2 positioning hints public:

Class Description

                                                                      
 TGShutter, TGShutterItem                                             
                                                                      
 A shutter widget contains a set of shutter items that can be         
 open and closed like a shutter.                                      
 This widget is usefull to group a large number of options in         
 a number of categories.                                              
                                                                      


TGShutterItem(const TGWindow *p, TGHotString *s, Int_t id, UInt_t options) : TGVerticalFrame (p, 10, 10, options), TGWidget (id)
 Create a shutter item.

~TGShutterItem()
 Clan up shutter item.



Inline Functions


             TGFrame* GetContainer() const
              TClass* Class()
              TClass* IsA() const
                 void ShowMembers(TMemberInspector& insp, char* parent)
                 void Streamer(TBuffer& b)
                 void StreamerNVirtual(TBuffer& b)
        TGShutterItem TGShutterItem(TGShutterItem&)


Author: Fons Rademakers 18/9/2000
Last update: root/gui:$Name: $:$Id: TGShutter.cxx,v 1.3 2000/10/22 19:28:58 rdm Exp $
Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *


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.