#if !defined HCONSISTENCYWARN_H
#define HCONSISTENCYWARN_H
#include "TGListBox.h"
#include "TGButton.h"
class HConsistency;
class HConsistencyWarn : public TGMainFrame {
protected:
TGCompositeFrame *fFrame, *fF1, *fF2, *fF3;
TGListBox *fLCList, *fGCList, *fHiList;
TGButton *fDelete, *fCancel;
Int_t *fRetCode;
protected:
void fillList();
public:
HConsistencyWarn(const TGWindow *p, UInt_t w, UInt_t h, Int_t* retcode);
virtual ~HConsistencyWarn();
virtual void CloseWindow();
virtual Bool_t ProcessMessage(Long_t msg, Long_t parm1, Long_t parm2);
public:
ClassDef(HConsistencyWarn,0)
};
#endif
Last change: Sat May 22 12:54:03 2010
Last generated: 2010-05-22 12:54
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.