12 #ifndef ROOT_TEveTextEditor
13 #define ROOT_TEveTextEditor
24 class TEveTextEditor :
public TGedFrame
27 TEveTextEditor(
const TEveTextEditor&);
28 TEveTextEditor& operator=(
const TEveTextEditor&);
30 TGComboBox* MakeLabeledCombo(
const char* name);
39 TEveGValuator *fExtrude;
41 TGCheckButton *fLighting;
42 TGCheckButton *fAutoLighting;
45 TEveTextEditor(
const TGWindow* p=0, Int_t width=170, Int_t height=30,
46 UInt_t options=kChildFrame, Pixel_t back=GetDefaultFrameBackground());
47 virtual ~TEveTextEditor() {}
49 virtual void SetModel(TObject* obj);
51 void DoText(
const char*);
58 void DoAutoLighting();
61 ClassDef(TEveTextEditor, 0);