// Author: Roel Aaij   21/07/2007

/*************************************************************************
 * Copyright (C) 1995-2007, Rene Brun and Fons Rademakers.               *
 * All rights reserved.                                                  *
 *                                                                       *
 * For the licensing terms see $ROOTSYS/LICENSE.                         *
 * For the list of contributors see $ROOTSYS/README/CREDITS.             *
 *************************************************************************/

#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) // A simple table that owns it's interface.
};

#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.