12 #ifndef ROOT_TArrowEditor
13 #define ROOT_TArrowEditor
31 class TArrowEditor :
public TGedFrame {
35 TGComboBox *fOptionCombo;
36 TGNumberEntry *fAngleEntry;
37 TGNumberEntry *fSizeEntry;
39 virtual void ConnectSignals2Slots();
40 TGComboBox *BuildOptionComboBox(TGFrame* parent, Int_t
id);
41 Int_t GetShapeEntry(Option_t *opt);
44 TArrowEditor(
const TGWindow *p = 0,
45 Int_t width = 140, Int_t height = 30,
46 UInt_t options = kChildFrame,
47 Pixel_t back = GetDefaultFrameBackground());
48 virtual ~TArrowEditor();
50 virtual void SetModel(TObject* obj);
51 virtual void DoAngle();
52 virtual void DoOption(Int_t
id);
53 virtual void DoSize();
55 ClassDef(TArrowEditor,0)