#ifndef ROOT_TTreeInput
#define ROOT_TTreeInput
#ifndef ROOT_TGFrame
#include "TGFrame.h"
#endif
class TGLabel;
class TGTextEntry;
class TGTextButton;
class TTreeInput : public TGTransientFrame {
private:
TGTextEntry *fTEVars;
TGTextEntry *fTECuts;
TGTextButton *fOk;
TGTextButton *fCancel;
char *fStrvars;
char *fStrcuts;
TTreeInput(const TTreeInput&);
TTreeInput &operator= (const TTreeInput&);
public:
TTreeInput(const TGWindow *p, const TGWindow *main,
char *strvars, char* strcuts);
~TTreeInput();
virtual Bool_t ProcessMessage(Long_t msg, Long_t parm1, Long_t);
ClassDef(TTreeInput, 0)
};
#endif
Last change: Tue Nov 18 08:46:42 2008
Last generated: 2008-11-18 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.