11 #ifndef ROOT_TGSimpleTable
12 #define ROOT_TGSimpleTable
18 class TGSimpleTable :
public TGTable {
25 TGSimpleTable(TGWindow *p, Int_t
id, Double_t **data,
26 UInt_t nrows, UInt_t ncolumns);
27 virtual ~TGSimpleTable();
29 ClassDef(TGSimpleTable, 0)