#ifndef ROOT_TStylePreview
#define ROOT_TStylePreview
#ifndef ROOT_TGFrame
#include "TGFrame.h"
#endif
class TCanvas;
class TList;
class TRootEmbeddedCanvas;
class TStyle;
class TVirtualPad;
class TStylePreview : public TGTransientFrame {
private:
   TRootEmbeddedCanvas  *fEcan;                    
   TVirtualPad          *fPad;                     
   TList                *fTrashListLayout;         
public:
   TStylePreview(const TGWindow *p, TStyle *style, TVirtualPad *currentPad);
   virtual ~TStylePreview();
   void Update(TStyle *style, TVirtualPad *pad);
   void MapTheWindow();
   TCanvas *GetMainCanvas();
   ClassDef(TStylePreview, 0) 
};
#endif
Last change: Wed Jun 25 08:53:49 2008
Last generated: 2008-06-25 08:53
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.