43 const char *expression,
const char *selection,
45 :
TGTable(p, id, 0, nrows, ncolumns)
TGTreeTable(TGWindow *p=0, Int_t id=-1, TTree *tree=0, const char *expression=0, const char *selection=0, const char *option=0, UInt_t nrows=50, UInt_t ncolumns=10)
TGTreeTable constructor.
virtual void Update()
Update the range of the available data and refresh the current view.
TGTreeTable is a TGTable that owns it's own interface.
virtual void SetInterface(TVirtualTableInterface *interface, UInt_t nrows=50, UInt_t ncolumns=20)
Set the interface that the TGTable uses to interface.
~TGTreeTable()
TGTreeTable destructor.
TTreeTableInterface is used to interface to data that is stored in a TTree.
A TTree object has a header with a name and a title.