#include <TGLayout.h>
Inheritance diagram for TGListLayout:

Public Member Functions | |
| TGListLayout (TGCompositeFrame *main, Int_t sep=0) | |
| virtual void | Layout () |
| virtual TGDimension | GetDefaultSize () const |
| virtual void | SavePrimitive (ostream &out, Option_t *="") |
| TGListLayout (TGCompositeFrame *main, Int_t sep=0) | |
| virtual void | Layout () |
| virtual TGDimension | GetDefaultSize () const |
| virtual void | SavePrimitive (ostream &out, Option_t *="") |
Definition at line 306 of file TGLayout.h.
| TGListLayout::TGListLayout | ( | TGCompositeFrame * | main, | |
| Int_t | sep = 0 | |||
| ) | [inline] |
Definition at line 308 of file TGLayout.h.
| TGListLayout::TGListLayout | ( | TGCompositeFrame * | main, | |
| Int_t | sep = 0 | |||
| ) | [inline] |
Definition at line 308 of file TGLayout.h.
| void TGListLayout::Layout | ( | ) | [virtual] |
Reimplemented from TGTileLayout.
Definition at line 848 of file TGLayout.cxx.
References TGDimension::fHeight, TGTileLayout::fList, TGTileLayout::fMain, TGTileLayout::fModified, TGTileLayout::fSep, TGDimension::fWidth, TGFrame::GetSize(), kFALSE, kLHintsBottom, kLHintsCenterX, kLHintsCenterY, kLHintsRight, TMath::Max(), ptr, TIter::Reset(), x, and y.
| TGDimension TGListLayout::GetDefaultSize | ( | ) | const [virtual] |
Reimplemented from TGTileLayout.
Definition at line 903 of file TGLayout.cxx.
References TGDimension::fHeight, TGTileLayout::fList, TGTileLayout::fMain, TGTileLayout::fSep, TGDimension::fWidth, TGFrame::GetSize(), TMath::Max(), ptr, TIter::Reset(), x, and y.
| void TGListLayout::SavePrimitive | ( | ostream & | out, | |
| Option_t * | = "" | |||
| ) | [virtual] |
Reimplemented from TGTileLayout.
Definition at line 1120 of file TGLayout.cxx.
References TGTileLayout::fMain, TGTileLayout::fSep, and TGWindow::GetName().
| virtual void TGListLayout::Layout | ( | ) | [virtual] |
Reimplemented from TGTileLayout.
| virtual TGDimension TGListLayout::GetDefaultSize | ( | ) | const [virtual] |
Reimplemented from TGTileLayout.
| virtual void TGListLayout::SavePrimitive | ( | ostream & | out, | |
| Option_t * | = "" | |||
| ) | [virtual] |
Reimplemented from TGTileLayout.
1.5.1