20 #ifndef ROOT_TPieSliceEditor
21 #define ROOT_TPieSliceEditor
28 class TPieSliceEditor :
public TGedFrame {
35 TGNumberEntry *fValue;
36 TGNumberEntry *fOffset;
38 void ConnectSignals2Slots();
41 TPieSliceEditor(
const TGWindow *p = 0,
42 Int_t width = 140, Int_t height = 30,
43 UInt_t options = kChildFrame,
44 Pixel_t back = GetDefaultFrameBackground());
47 void SetModel(TObject *);
49 void DoTitle(
const char*);
53 ClassDef(TPieSliceEditor,0)
56 #endif // ROOT_TPieSliceEditor