#define ClassDef(name, id)
The following layout manager do not make use of TGLayoutHints.
virtual TGDimension GetDefaultSize() const
Return default dimension of the column layout.
virtual void SavePrimitive(std::ostream &out, Option_t *="")
Save column layout manager as a C++ statement(s) on output stream.
virtual void Layout()
Make a column layout of all frames in the list.
TGColumnLayout(TGCompositeFrame *main, Int_t s=0)
The base class for composite widgets (menu bars, list boxes, etc.).
TGFrameElement & operator=(const TGFrameElement &)
void Print(Option_t *option="") const
Print this frame element.
~TGFrameElement()
Destructor. Decrease ref. count of fLayout.
TGFrameElement(const TGFrameElement &)
void ls(Option_t *option="") const
The ls function lists the contents of a class on stdout.
A subclasses of TGWindow, and is used as base class for some simple widgets (buttons,...
TGHorizontalLayout(TGCompositeFrame *main)
virtual TGDimension GetDefaultSize() const
Return default dimension of the horizontal layout.
virtual void Layout()
Make a horizontal layout of all frames in the list.
virtual void SavePrimitive(std::ostream &out, Option_t *="")
Save horizontal layout manager as a C++ statement(s) on output stream.
This class describes layout hints used by the layout classes.
Int_t GetPadRight() const
TGLayoutHints & operator=(const TGLayoutHints &)
void Print(Option_t *option="") const
Printing.
void ls(Option_t *option="") const
The ls function lists the contents of a class on stdout.
Int_t GetPadBottom() const
virtual void SavePrimitive(std::ostream &out, Option_t *option="")
Save layout hints as a C++ statement(s) on output stream out.
TGLayoutHints(ULong_t hints=kLHintsNormal, Int_t padleft=0, Int_t padright=0, Int_t padtop=0, Int_t padbottom=0)
ULong_t GetLayoutHints() const
virtual void SetPadRight(Int_t v)
virtual void SetPadLeft(Int_t v)
virtual ~TGLayoutHints()
Destructor.
virtual void SetPadTop(Int_t v)
virtual void SetPadBottom(Int_t v)
void UpdateFrameElements(TGLayoutHints *l)
Update layout hints of frame elements.
virtual void SetLayoutHints(ULong_t lh)
virtual void SetDefaultWidth(UInt_t)
virtual Bool_t IsModified() const
virtual void SetModified(Bool_t flag=kTRUE)
virtual TGDimension GetDefaultSize() const =0
virtual void SetDefaultHeight(UInt_t)
This is a layout manager for the TGListView widget.
virtual void SetDefaultWidth(UInt_t w)
virtual TGDimension GetDefaultSize() const
Return default dimension of the list details layout.
TGListDetailsLayout(TGCompositeFrame *main, Int_t sep=0, UInt_t w=0)
virtual void Layout()
Make a list details layout of all frames in the list.
virtual void SavePrimitive(std::ostream &out, Option_t *="")
Save list details layout manager as a C++ statement(s) on out stream.
This is a layout manager for the TGListView widget.
virtual void SavePrimitive(std::ostream &out, Option_t *="")
Save list layout manager as a C++ statement(s) on output stream.
virtual void Layout()
Make a tile layout of all frames in the list.
TGListLayout(TGCompositeFrame *main, Int_t sep=0)
virtual TGDimension GetDefaultSize() const
Return default dimension of the list layout.
This layout managers does not make use of TGLayoutHints.
UInt_t fRows
number of rows
TGMatrixLayout & operator=(const TGMatrixLayout &)
Int_t fHints
layout hints (currently not used)
virtual TGDimension GetDefaultSize() const
Return default dimension of the matrix layout.
TGCompositeFrame * fMain
container frame
Int_t fSep
interval between frames
virtual void SavePrimitive(std::ostream &out, Option_t *="")
Save matrix layout manager as a C++ statement(s) on output stream.
UInt_t fColumns
number of columns
virtual void Layout()
Make a matrix layout of all frames in the list.
TGMatrixLayout(const TGMatrixLayout &)
TList * fList
list of frames to arrange
The following two layout managers do not make use of TGLayoutHints.
virtual void Layout()
Make a row layout of all frames in the list.
TGRowLayout(TGCompositeFrame *main, Int_t s=0)
virtual void SavePrimitive(std::ostream &out, Option_t *="")
Save row layout manager as a C++ statement(s) on output stream.
virtual TGDimension GetDefaultSize() const
Return default dimension of the row layout.
This is a layout manager for the TGListView widget.
virtual TGDimension GetDefaultSize() const
Return default dimension of the tile layout.
TGTileLayout(const TGTileLayout &)
virtual void SavePrimitive(std::ostream &out, Option_t *="")
Save tile layout manager as a C++ statement(s) on output stream.
TGTileLayout & operator=(const TGTileLayout &)
TList * fList
list of frames to arrange
Int_t fSep
separation between tiles
TGCompositeFrame * fMain
container frame
virtual void Layout()
Make a tile layout of all frames in the list.
Bool_t fModified
layout changed
virtual Bool_t IsModified() const
virtual TGDimension GetDefaultSize() const
Return default dimension of the vertical layout.
TGVerticalLayout(const TGVerticalLayout &gvl)
virtual void Layout()
Make a vertical layout of all frames in the list.
TGVerticalLayout & operator=(const TGVerticalLayout &gvl)
virtual void SavePrimitive(std::ostream &out, Option_t *="")
Save vertical layout manager as a C++ statement(s) on output stream.
Mother of all ROOT objects.
TObject & operator=(const TObject &rhs)
TObject assignment operator.
Definitions for TRefCnt, base class for reference counted objects.
void SetRefCount(UInt_t r)