20 #ifndef ROOT_TTextEditor 
   21 #define ROOT_TTextEditor 
   28 class TTextEditor : 
public TGedFrame {
 
   35    TGNumberEntry *fAngle; 
 
   40    void ConnectSignals2Slots();
 
   43    TTextEditor(
const TGWindow *p = 0,
 
   44                   Int_t width = 140, Int_t height = 30,
 
   45                   UInt_t options = kChildFrame,
 
   46                   Pixel_t back = GetDefaultFrameBackground());
 
   49    void SetModel(TObject *);
 
   53    void DoText(
const char*);
 
   57    ClassDef(TTextEditor,0)        
 
   60 #endif // ROOT_TTextEditor