12 #ifndef ROOT_TRootHelpDialog
13 #define ROOT_TRootHelpDialog
31 class TRootHelpDialog :
public TGTransientFrame {
40 TRootHelpDialog(
const TRootHelpDialog&);
41 TRootHelpDialog& operator=(
const TRootHelpDialog&);
44 TRootHelpDialog(
const TGWindow *main = 0,
const char *title =
"ROOT Help Dialog",
45 UInt_t w = 1, UInt_t h = 1);
46 virtual ~TRootHelpDialog();
48 void SetText(
const char *helpText);
49 void AddText(
const char *helpText);
53 Bool_t ProcessMessage(Long_t msg, Long_t parm1, Long_t parm2);
55 ClassDef(TRootHelpDialog,0)