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

Public Member Functions | |
| TGColumnLayout (TGCompositeFrame *main, Int_t s=0) | |
| virtual void | Layout () |
| virtual TGDimension | GetDefaultSize () const |
| virtual void | SavePrimitive (ostream &out, Option_t *="") |
| TGColumnLayout (TGCompositeFrame *main, Int_t s=0) | |
| virtual void | Layout () |
| virtual TGDimension | GetDefaultSize () const |
| virtual void | SavePrimitive (ostream &out, Option_t *="") |
Definition at line 228 of file TGLayout.h.
| TGColumnLayout::TGColumnLayout | ( | TGCompositeFrame * | main, | |
| Int_t | s = 0 | |||
| ) | [inline] |
Definition at line 230 of file TGLayout.h.
| TGColumnLayout::TGColumnLayout | ( | TGCompositeFrame * | main, | |
| Int_t | s = 0 | |||
| ) | [inline] |
Definition at line 230 of file TGLayout.h.
| void TGColumnLayout::Layout | ( | ) | [virtual] |
Reimplemented from TGRowLayout.
Definition at line 592 of file TGLayout.cxx.
References TGVerticalLayout::fList, TGVerticalLayout::fMain, TGLayoutManager::fModified, TGRowLayout::fSep, TGFrame::GetBorderWidth(), kFALSE, kIsVisible, ptr, size, x, and y.
| TGDimension TGColumnLayout::GetDefaultSize | ( | ) | const [virtual] |
Reimplemented from TGRowLayout.
Definition at line 616 of file TGLayout.cxx.
References TGDimension::fHeight, TGVerticalLayout::fList, TGVerticalLayout::fMain, TGRowLayout::fSep, TGDimension::fWidth, TGFrame::GetBorderWidth(), TGFrame::GetOptions(), TGFrame::GetSize(), kFixedHeight, kFixedWidth, kIsVisible, TMath::Max(), ptr, and size.
| void TGColumnLayout::SavePrimitive | ( | ostream & | out, | |
| Option_t * | = "" | |||
| ) | [virtual] |
Reimplemented from TGRowLayout.
Definition at line 1084 of file TGLayout.cxx.
References TGVerticalLayout::fMain, TGRowLayout::fSep, and TGWindow::GetName().
| virtual void TGColumnLayout::Layout | ( | ) | [virtual] |
Reimplemented from TGRowLayout.
| virtual TGDimension TGColumnLayout::GetDefaultSize | ( | ) | const [virtual] |
Reimplemented from TGRowLayout.
| virtual void TGColumnLayout::SavePrimitive | ( | ostream & | out, | |
| Option_t * | = "" | |||
| ) | [virtual] |
Reimplemented from TGRowLayout.
1.5.1