#ifndef ROOT_TGLSAFrame
#define ROOT_TGLSAFrame
#ifndef ROOT_Rtypes
#include "Rtypes.h"
#endif
#ifndef ROOT_TGFrame
#include "TGFrame.h"
#endif
class TGLSAViewer;
class TGLSAFrame : public TGMainFrame
{
private:
TGLSAViewer & fViewer;
TGLSAFrame(const TGLSAFrame &);
TGLSAFrame & operator = (const TGLSAFrame &);
public:
TGLSAFrame(TGLSAViewer &viewer);
TGLSAFrame(const TGWindow *parent, TGLSAViewer &viewer);
virtual ~TGLSAFrame();
Bool_t ProcessMessage(Long_t msg, Long_t parm1, Long_t parm2);
void CloseWindow();
ClassDef(TGLSAFrame, 0)
};
#endif
Last change: Wed Jun 25 08:41:17 2008
Last generated: 2008-06-25 08:41
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.