#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(TGFrame* parent, TGLSAViewer & viewer);
   virtual ~TGLSAFrame();
   Bool_t ProcessMessage(Long_t msg, Long_t parm1, Long_t parm2);
   void   CloseWindow();
   ClassDef(TGLSAFrame, 0) 
};
#endif
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.