ROOT  6.06/09
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:

Go to the source code of this file.

Classes

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

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

Enumerator
kLHintsNoHints 
kLHintsLeft 
kLHintsCenterX 
kLHintsRight 
kLHintsTop 
kLHintsCenterY 
kLHintsBottom 
kLHintsExpandX 
kLHintsExpandY 
kLHintsNormal 

Definition at line 35 of file TGLayout.h.