12 #ifndef ROOT_TGTableLayout    13 #define ROOT_TGTableLayout    56          fAttachLeft(attach_left),
    57          fAttachRight(attach_right),
    58          fAttachTop(attach_top),
    59          fAttachBottom(attach_bottom) { }
   109    void FindRowColSizes();
   110    void FindRowColSizesInit();
   111    void FindRowColSizesHomogeneous();
   112    void FindRowColSizesSinglyAttached();
   113    void FindRowColSizesMultiplyAttached();
   115    void SetRowColSizes();
   116    void SetRowColSizesInit();
   120    static void SetRowColResize(
UInt_t real_size, 
UInt_t nthings,
 UInt_t GetAttachLeft() const
 
UInt_t GetAttachTop() const
 
TGTableLayoutHints & operator=(const TGTableLayoutHints &)
 
#define ClassDef(name, id)
 
UInt_t GetAttachRight() const
 
UInt_t GetAttachBottom() const
 
TGTableLayoutHints(const TGTableLayoutHints &)
 
RooCmdArg Layout(Double_t xmin, Double_t xmax=0.99, Double_t ymin=0.95)
 
virtual void SavePrimitive(std::ostream &out, Option_t *="")
Save a primitive as a C++ statement(s) on output stream "out". 
 
TGTableLayoutHints(UInt_t attach_left, UInt_t attach_right, UInt_t attach_top, UInt_t attach_bottom, ULong_t hints=kLHintsNormal, UInt_t padleft=0, UInt_t padright=0, UInt_t padtop=0, UInt_t padbottom=0)
 
int main(int argc, char **argv)
 
virtual ~TGTableLayoutHints()