#include "TObject.h"#include "TGDimension.h"Include dependency graph for TGLayout.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Compounds | |
| class | TGFrameElement |
| class | TGLayoutHints |
| class | TGLayoutManager |
| class | TGVerticalLayout |
| class | TGHorizontalLayout |
| class | TGRowLayout |
| class | TGColumnLayout |
| class | TGMatrixLayout |
| class | TGTileLayout |
| class | TGListLayout |
| class | TGListDetailsLayout |
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) } |
|
|
Definition at line 33 of file TGLayout.h. |
1.2.16