TGSimpleTableInterface is a very simple implementation of a TVirtualTableInterface.
To provide a simple class to visualize an array of doubles, the class TGSimpleTable is provided.
TGSimpleTable(TGWindow *p, Int_t id, Double_t **data, UInt_t nrows, UInt_t ncolumns)
TGSimpleTable constructor.
virtual ~TGSimpleTable()
TGSimpleTable destructor.
Create an array to hold a bunch of numbers.
TVirtualTableInterface * fInterface
virtual void SetInterface(TVirtualTableInterface *interface, UInt_t nrows=50, UInt_t ncolumns=20)
Set the interface that the TGTable uses to interface.
ROOT GUI Window base class.