Logo ROOT   6.12/07
Reference Guide
Classes | Enumerations
TGLayout.h File Reference
#include "TObject.h"
#include "TGDimension.h"
#include "TRefCnt.h"
Include dependency graph for TGLayout.h:
This graph shows which files directly or indirectly include this file:

Classes

class  TGColumnLayout
 
class  TGFrameElement
 
class  TGHorizontalLayout
 
class  TGLayoutHints
 
class  TGLayoutManager
 
class  TGListDetailsLayout
 
class  TGListLayout
 
class  TGMatrixLayout
 
class  TGRowLayout
 
class  TGTileLayout
 
class  TGVerticalLayout
 

Enumerations

enum  ELayoutHints {
  kLHintsNoHints = 0, kLHintsLeft = BIT(0), kLHintsCenterX = BIT(1), kLHintsRight = BIT(2),
  kLHintsTop = BIT(3), kLHintsCenterY = BIT(4), kLHintsBottom = BIT(5), kLHintsExpandX = BIT(6),
  kLHintsExpandY = BIT(7), kLHintsNormal = (kLHintsLeft | kLHintsTop)
}
 

Enumeration Type Documentation

◆ ELayoutHints

Enumerator
kLHintsNoHints 
kLHintsLeft 
kLHintsCenterX 
kLHintsRight 
kLHintsTop 
kLHintsCenterY 
kLHintsBottom 
kLHintsExpandX 
kLHintsExpandY 
kLHintsNormal 

Definition at line 29 of file TGLayout.h.