library: libGui #include "TGShutter.h" |
TGShutterItem
class description - header file - source file - inheritance tree (.pdf)
protected:
TGShutterItem(const TGShutterItem&)
TGShutterItem& operator=(const TGShutterItem&)
public:
TGShutterItem(const TGWindow* p = 0, TGHotString* s = 0, Int_t id = -1, UInt_t options = 0)
virtual ~TGShutterItem()
static TClass* Class()
TGButton* GetButton() const
TGFrame* GetContainer() const
virtual TClass* IsA() const
virtual void SavePrimitive(ostream& out, Option_t* option = "")
virtual void Selected()
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
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
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.
Author: Fons Rademakers 18/9/2000
Last update: root/gui:$Name: $:$Id: TGShutter.cxx,v 1.18 2006/07/09 05:27:54 brun Exp $
Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *
ROOT page - Class index - Class Hierarchy - 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.