#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
Last change: Wed Jun 25 08:39:19 2008
Last generated: 2008-06-25 08:39
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.