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
 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 )) }
 

Enumeration Type Documentation

◆ ETextJustification

Enumerator
kTextLeft 
kTextRight 
kTextCenterX 
kTextTop 
kTextBottom 
kTextCenterY 

Definition at line 22 of file TGWidget.h.

◆ EWidgetStatus

Enumerator
kWidgetWantFocus 
kWidgetHasFocus 
kWidgetIsEnabled 

Definition at line 34 of file TGWidget.h.