#include "TGLayout.h"Classes | |
| struct | TGTableLayout::TableData_t |
| class | TGTableLayout |
| A layout manager, which places child frames in a table arranged in rows and columns, making it easy to align many widgets next each to other horizontally and vertically. More... | |
| class | TGTableLayoutHints |
| This class describes layout hints used by the TGTableLayout class. More... | |
Enumerations | |
| enum | ETableLayoutHints { kLHintsShrinkX = (1ULL << (8)) , kLHintsShrinkY = (1ULL << (9)) , kLHintsFillX = (1ULL << (10)) , kLHintsFillY = (1ULL << (11)) } |
| enum ETableLayoutHints |
| Enumerator | |
|---|---|
| kLHintsShrinkX | |
| kLHintsShrinkY | |
| kLHintsFillX | |
| kLHintsFillY | |
Definition at line 18 of file TGTableLayout.h.