12 #ifndef ROOT_TEveWindowEditor
13 #define ROOT_TEveWindowEditor
24 class TEveWindowEditor :
public TGedFrame
27 TEveWindowEditor(
const TEveWindowEditor&);
28 TEveWindowEditor& operator=(
const TEveWindowEditor&);
33 TGCheckButton *fShowTitleBar;
36 TEveWindowEditor(
const TGWindow* p=0, Int_t width=170, Int_t height=30,
37 UInt_t options=kChildFrame, Pixel_t back=GetDefaultFrameBackground());
38 virtual ~TEveWindowEditor() {}
40 virtual void SetModel(TObject* obj);
42 void DoShowTitleBar();
44 ClassDef(TEveWindowEditor, 0);