Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TGWidget.h File Reference
#include "GuiTypes.h"
#include "WidgetMessageTypes.h"
#include "TString.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 32 of file TGWidget.h.

◆ EWidgetStatus

Enumerator
kWidgetWantFocus 
kWidgetHasFocus 
kWidgetIsEnabled 

Definition at line 44 of file TGWidget.h.