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