#ifndef ROOT_TFrameEditor
#define ROOT_TFrameEditor
#ifndef ROOT_TGedFrame
#include "TGedFrame.h"
#endif
class TGRadioButton;
class TGLineWidthComboBox;
class TGLayoutHints;
class TFrame;
class TFrameEditor : public TGedFrame {
protected:
   TFrame              *fFrame;
   TGRadioButton       *fBmode;            
   TGRadioButton       *fBmode0;           
   TGRadioButton       *fBmode1;           
   TGLayoutHints       *fBmodelh;          
   TGLineWidthComboBox *fBsize;            
   
   virtual void ConnectSignals2Slots();
 
public:
   TFrameEditor(const TGWindow *p =0,
                Int_t width = 140, Int_t height = 30,
                UInt_t options = kChildFrame,
                Pixel_t back = GetDefaultFrameBackground());
   virtual ~TFrameEditor(); 
   virtual void   SetModel(TObject* obj);
   virtual void   DoBorderMode();
   virtual void   DoBorderSize(Int_t size);
           
   ClassDef(TFrameEditor,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.