#include <TGLayout.h>
Inheritance diagram for TGLayoutHints:


Public Methods | |
| TGLayoutHints (ULong_t hints=kLHintsNormal, Int_t padleft=0, Int_t padright=0, Int_t padtop=0, Int_t padbottom=0) | |
| virtual | ~TGLayoutHints () |
| ULong_t | GetLayoutHints () const |
| Int_t | GetPadTop () const |
| Int_t | GetPadBottom () const |
| Int_t | GetPadLeft () const |
| Int_t | GetPadRight () const |
Protected Attributes | |
| ULong_t | fLayoutHints |
| Int_t | fPadtop |
| Int_t | fPadbottom |
| Int_t | fPadleft |
| Int_t | fPadright |
|
||||||||||||||||||||||||
|
Definition at line 83 of file TGLayout.h. References fLayoutHints, fPadbottom, fPadleft, fPadright, fPadtop, and kLHintsNormal. |
|
|
Definition at line 89 of file TGLayout.h. |
|
|
Definition at line 91 of file TGLayout.h. References fLayoutHints. |
|
|
Definition at line 92 of file TGLayout.h. References fPadtop. |
|
|
Definition at line 93 of file TGLayout.h. References fPadbottom. |
|
|
Definition at line 94 of file TGLayout.h. References fPadleft. |
|
|
Definition at line 95 of file TGLayout.h. References fPadright. |
|
|
Definition at line 76 of file TGLayout.h. Referenced by GetLayoutHints(), and TGLayoutHints(). |
|
|
Definition at line 77 of file TGLayout.h. Referenced by GetPadTop(), and TGLayoutHints(). |
|
|
Definition at line 78 of file TGLayout.h. Referenced by GetPadBottom(), and TGLayoutHints(). |
|
|
Definition at line 79 of file TGLayout.h. Referenced by GetPadLeft(), and TGLayoutHints(). |
|
|
Definition at line 80 of file TGLayout.h. Referenced by GetPadRight(), and TGLayoutHints(). |
1.2.16