Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TGTableLayout.h File Reference
#include "TGLayout.h"
Include dependency graph for TGTableLayout.h:
This graph shows which files directly or indirectly include this file:

Classes

struct  TGTableLayout::TableData_t
 
class  TGTableLayout
 A layout manager, which places child frames in a table arranged in rows and columns, making it easy to align many widgets next each to other horizontally and vertically. More...
 
class  TGTableLayoutHints
 This class describes layout hints used by the TGTableLayout class. More...
 

Enumerations

enum  ETableLayoutHints { kLHintsShrinkX = (1ULL << ( 8 )) , kLHintsShrinkY = (1ULL << ( 9 )) , kLHintsFillX = (1ULL << ( 10 )) , kLHintsFillY = (1ULL << ( 11 )) }
 

Enumeration Type Documentation

◆ ETableLayoutHints

Enumerator
kLHintsShrinkX 
kLHintsShrinkY 
kLHintsFillX 
kLHintsFillY 

Definition at line 18 of file TGTableLayout.h.