#ifndef ROOT_TGeoPgonEditor
#define ROOT_TGeoPgonEditor
#ifndef ROOT_TGButton
#include "TGWidget.h"
#endif
#ifndef ROOT_TGeoPconEditor
#include "TGeoPconEditor.h"
#endif
class TGNumberEntry;
class TGTab;
class TGeoPgonEditor : public TGeoPconEditor {
protected:
   Int_t                fNedgesi;           
   TGNumberEntry       *fENedges;           
   virtual void CreateEdges();
public:
   TGeoPgonEditor(const TGWindow *p = 0,
                   Int_t width = 140, Int_t height = 30,
                   UInt_t options = kChildFrame,
                   Pixel_t back = GetDefaultFrameBackground());
   virtual ~TGeoPgonEditor();
   virtual void   SetModel(TObject *obj);
   
   void           DoNedges();
   virtual void   DoApply();
   virtual void   DoUndo();
   
   ClassDef(TGeoPgonEditor,0)   
};    
#endif                    
Last update: Thu Jan 17 08:56:13 2008
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.