#ifndef ROOT_TGSimpleTable
#define ROOT_TGSimpleTable
#ifndef ROOT_TGTable
#include "TGTable.h"
#endif
class TObjArray;
class TGSimpleTable : public TGTable {
private:
protected:
public:
TGSimpleTable(TGWindow *p, Int_t id, Double_t **data,
UInt_t nrows, UInt_t ncolumns);
virtual ~TGSimpleTable();
ClassDef(TGSimpleTable, 0)
};
#endif
Last change: Wed Jun 25 08:42:45 2008
Last generated: 2008-06-25 08:42
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.