#ifndef ROOT_TEveWindowEditor
#define ROOT_TEveWindowEditor
#include "TGedFrame.h"
class TGButton;
class TGCheckButton;
class TGNumberEntry;
class TGColorSelect;
class TEveWindow;
class TEveWindowEditor : public TGedFrame
{
private:
TEveWindowEditor(const TEveWindowEditor&);
TEveWindowEditor& operator=(const TEveWindowEditor&);
protected:
TEveWindow *fM;
TGCheckButton *fShowTitleBar;
public:
TEveWindowEditor(const TGWindow* p=0, Int_t width=170, Int_t height=30,
UInt_t options=kChildFrame, Pixel_t back=GetDefaultFrameBackground());
virtual ~TEveWindowEditor() {}
virtual void SetModel(TObject* obj);
void DoShowTitleBar();
ClassDef(TEveWindowEditor, 0);
};
#endif
Last change: Tue Dec 2 08:46:02 2008
Last generated: 2008-12-02 08:46
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.