Logo ROOT   6.12/07
Reference Guide
Classes | Enumerations
TGWidget.h File Reference
#include "GuiTypes.h"
#include "TGString.h"
#include "WidgetMessageTypes.h"
Include dependency graph for TGWidget.h:
This graph shows which files directly or indirectly include 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) }
 

Enumeration Type Documentation

◆ ETextJustification

Enumerator
kTextLeft 
kTextRight 
kTextCenterX 
kTextTop 
kTextBottom 
kTextCenterY 

Definition at line 33 of file TGWidget.h.

◆ EWidgetStatus

Enumerator
kWidgetWantFocus 
kWidgetHasFocus 
kWidgetIsEnabled 

Definition at line 45 of file TGWidget.h.