Classes | |
| class | TGWidget |
| The widget base class. More... | |
Enumerations | |
| enum | ETextJustification { kTextLeft = (1ULL << (0)) , kTextRight = (1ULL << (1)) , kTextCenterX = (1ULL << (2)) , kTextTop = (1ULL << (3)) , kTextBottom = (1ULL << (4)) , kTextCenterY = (1ULL << (5)) } |
| enum | EWidgetStatus { kWidgetWantFocus = (1ULL << (0)) , kWidgetHasFocus = (1ULL << (1)) , kWidgetIsEnabled = (1ULL << (2)) } |
| enum ETextJustification |
| Enumerator | |
|---|---|
| kTextLeft | |
| kTextRight | |
| kTextCenterX | |
| kTextTop | |
| kTextBottom | |
| kTextCenterY | |
Definition at line 22 of file TGWidget.h.
| enum EWidgetStatus |
| Enumerator | |
|---|---|
| kWidgetWantFocus | |
| kWidgetHasFocus | |
| kWidgetIsEnabled | |
Definition at line 34 of file TGWidget.h.