12#ifndef ROOT_TRootHelpDialog
13#define ROOT_TRootHelpDialog
48 void SetText(
const char *helpText);
49 void AddText(
const char *helpText);
#define ClassDef(name, id)
void SetText(const char *helpText)
Set help text from helpText buffer in TGTextView.
virtual ~TRootHelpDialog()
Delete help text dialog.
TRootHelpDialog(const TRootHelpDialog &)
void Popup()
Show help dialog.
Bool_t ProcessMessage(Long_t msg, Long_t parm1, Long_t parm2)
Process OK button.
void CloseWindow()
Called when closed via window manager action.
void AddText(const char *helpText)
Add help text from helpText buffer to already existing text in TGTextView.
TRootHelpDialog & operator=(const TRootHelpDialog &)
int main(int argc, char **argv)