|
ROOT 6.12/07 Reference Guide |
Classes | |
| class | TGWidget |
Enumerations | |
| enum | ETextJustification { kTextLeft = BIT(0), kTextRight = BIT(1), kTextCenterX = BIT(2), kTextTop = BIT(3), kTextBottom = BIT(4), kTextCenterY = BIT(5) } |
| enum | EWidgetStatus { kWidgetWantFocus = BIT(0), kWidgetHasFocus = BIT(1), kWidgetIsEnabled = BIT(2) } |
| enum ETextJustification |
| Enumerator | |
|---|---|
| kTextLeft | |
| kTextRight | |
| kTextCenterX | |
| kTextTop | |
| kTextBottom | |
| kTextCenterY | |
Definition at line 33 of file TGWidget.h.
| enum EWidgetStatus |
| Enumerator | |
|---|---|
| kWidgetWantFocus | |
| kWidgetHasFocus | |
| kWidgetIsEnabled | |
Definition at line 45 of file TGWidget.h.