#ifndef ROOT_TRootHelpDialog
#define ROOT_TRootHelpDialog
#ifndef ROOT_TGFrame
#include "TGFrame.h"
#endif
class TGTextView;
class TGTextButton;
class TRootHelpDialog : public TGTransientFrame {
private:
TGTextView *fView;
TGTextButton *fOK;
TGLayoutHints *fL1;
TGLayoutHints *fL2;
private:
TRootHelpDialog(const TRootHelpDialog&);
TRootHelpDialog& operator=(const TRootHelpDialog&);
public:
TRootHelpDialog(const TGWindow *main = 0, const char *title = "ROOT Help Dialog",
UInt_t w = 1, UInt_t h = 1);
virtual ~TRootHelpDialog();
void SetText(const char *helpText);
void AddText(const char *helpText);
void Popup();
void CloseWindow();
Bool_t ProcessMessage(Long_t msg, Long_t parm1, Long_t parm2);
ClassDef(TRootHelpDialog,0)
};
#endif
Last change: Wed Jun 25 08:52:27 2008
Last generated: 2008-06-25 08:52
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.