Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
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
 The following layout manager do not make use of TGLayoutHints. More...
 
class  TGFrameElement
 
class  TGHorizontalLayout
 
class  TGLayoutHints
 This class describes layout hints used by the layout classes. More...
 
class  TGLayoutManager
 Frame layout manager. More...
 
class  TGListDetailsLayout
 This is a layout manager for the TGListView widget. More...
 
class  TGListLayout
 This is a layout manager for the TGListView widget. More...
 
class  TGMatrixLayout
 This layout managers does not make use of TGLayoutHints. More...
 
class  TGRowLayout
 The following two layout managers do not make use of TGLayoutHints. More...
 
class  TGTileLayout
 This is a layout manager for the TGListView widget. More...
 
class  TGVerticalLayout
 

Enumerations

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

Enumeration Type Documentation

◆ ELayoutHints

Enumerator
kLHintsNoHints 
kLHintsLeft 
kLHintsCenterX 
kLHintsRight 
kLHintsTop 
kLHintsCenterY 
kLHintsBottom 
kLHintsExpandX 
kLHintsExpandY 
kLHintsNormal 

Definition at line 22 of file TGLayout.h.