Classes | |
class | TGColumnLayout |
The following layout manager do not make use of TGLayoutHints. More... | |
class | TGFrameElement |
class | TGHorizontalLayout |
class | TGLayoutHints |
This class describes layout hints used by the layout classes. More... | |
class | TGLayoutManager |
Frame layout manager. More... | |
class | TGListDetailsLayout |
This is a layout manager for the TGListView widget. More... | |
class | TGListLayout |
This is a layout manager for the TGListView widget. More... | |
class | TGMatrixLayout |
This layout managers does not make use of TGLayoutHints. More... | |
class | TGRowLayout |
The following two layout managers do not make use of TGLayoutHints. More... | |
class | TGTileLayout |
This is a layout manager for the TGListView widget. More... | |
class | TGVerticalLayout |
Enumerations | |
enum | ELayoutHints { kLHintsNoHints = 0 , kLHintsLeft = BIT(0) , kLHintsCenterX = BIT(1) , kLHintsRight = BIT(2) , kLHintsTop = BIT(3) , kLHintsCenterY = BIT(4) , kLHintsBottom = BIT(5) , kLHintsExpandX = BIT(6) , kLHintsExpandY = BIT(7) , kLHintsNormal = (kLHintsLeft | kLHintsTop) } |
enum ELayoutHints |
Enumerator | |
---|---|
kLHintsNoHints | |
kLHintsLeft | |
kLHintsCenterX | |
kLHintsRight | |
kLHintsTop | |
kLHintsCenterY | |
kLHintsBottom | |
kLHintsExpandX | |
kLHintsExpandY | |
kLHintsNormal |
Definition at line 22 of file TGLayout.h.