#include <TGLayout.h>
Inheritance diagram for TGRowLayout:
Public Member Functions | |
TGRowLayout (TGCompositeFrame *main, Int_t s=0) | |
virtual void | Layout () |
virtual TGDimension | GetDefaultSize () const |
virtual void | SavePrimitive (ostream &out, Option_t *="") |
TGRowLayout (TGCompositeFrame *main, Int_t s=0) | |
virtual void | Layout () |
virtual TGDimension | GetDefaultSize () const |
virtual void | SavePrimitive (ostream &out, Option_t *="") |
Public Attributes | |
Int_t | fSep |
Definition at line 214 of file TGLayout.h.
TGRowLayout::TGRowLayout | ( | TGCompositeFrame * | main, | |
Int_t | s = 0 | |||
) | [inline] |
Definition at line 218 of file TGLayout.h.
TGRowLayout::TGRowLayout | ( | TGCompositeFrame * | main, | |
Int_t | s = 0 | |||
) | [inline] |
Definition at line 218 of file TGLayout.h.
void TGRowLayout::Layout | ( | ) | [virtual] |
Reimplemented from TGVerticalLayout.
Definition at line 535 of file TGLayout.cxx.
References TGVerticalLayout::fList, TGVerticalLayout::fMain, TGLayoutManager::fModified, fSep, TGFrame::GetBorderWidth(), kFALSE, kIsVisible, ptr, size, x, and y.
TGDimension TGRowLayout::GetDefaultSize | ( | ) | const [virtual] |
Reimplemented from TGVerticalLayout.
Definition at line 561 of file TGLayout.cxx.
References TGDimension::fHeight, TGVerticalLayout::fList, TGVerticalLayout::fMain, fSep, TGDimension::fWidth, TGFrame::GetBorderWidth(), TGFrame::GetOptions(), TGFrame::GetSize(), kFixedHeight, kFixedWidth, kIsVisible, TMath::Max(), ptr, and size.
void TGRowLayout::SavePrimitive | ( | ostream & | out, | |
Option_t * | = "" | |||
) | [virtual] |
Reimplemented from TGVerticalLayout.
Definition at line 1074 of file TGLayout.cxx.
References TGVerticalLayout::fMain, fSep, and TGWindow::GetName().
virtual void TGRowLayout::Layout | ( | ) | [virtual] |
Reimplemented from TGVerticalLayout.
virtual TGDimension TGRowLayout::GetDefaultSize | ( | ) | const [virtual] |
Reimplemented from TGVerticalLayout.
virtual void TGRowLayout::SavePrimitive | ( | ostream & | out, | |
Option_t * | = "" | |||
) | [virtual] |
Reimplemented from TGVerticalLayout.
Definition at line 216 of file TGLayout.h.
Referenced by GetDefaultSize(), TGColumnLayout::GetDefaultSize(), TGColumnLayout::Layout(), Layout(), SavePrimitive(), and TGColumnLayout::SavePrimitive().