![]() |
ROOT
6.06/09
Reference Guide
|
Include dependency graph for TGWidget.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
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 39 of file TGWidget.h.
| enum EWidgetStatus |
| Enumerator | |
|---|---|
| kWidgetWantFocus | |
| kWidgetHasFocus | |
| kWidgetIsEnabled | |
Definition at line 51 of file TGWidget.h.