#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 = BIT(8) , kLHintsShrinkY = BIT(9) , kLHintsFillX = BIT(10) , kLHintsFillY = BIT(11) } |
| enum ETableLayoutHints |
| Enumerator | |
|---|---|
| kLHintsShrinkX | |
| kLHintsShrinkY | |
| kLHintsFillX | |
| kLHintsFillY | |
Definition at line 18 of file TGTableLayout.h.