12 #ifndef ROOT_TGTableLayout 13 #define ROOT_TGTableLayout 54 fAttachLeft(attach_left),
55 fAttachRight(attach_right),
56 fAttachTop(attach_top),
57 fAttachBottom(attach_bottom) { }
107 void FindRowColSizes();
108 void FindRowColSizesInit();
109 void FindRowColSizesHomogeneous();
110 void FindRowColSizesSinglyAttached();
111 void FindRowColSizesMultiplyAttached();
113 void SetRowColSizes();
114 void SetRowColSizesInit();
118 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)
int main(int argc, char **argv)
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)
virtual ~TGTableLayoutHints()