TRootHelpDialog
class description - source file - inheritance tree
    public:
      TRootHelpDialog TRootHelpDialog(const TGWindow* main, const char* title, UInt_t w, UInt_t h)
      TRootHelpDialog TRootHelpDialog(TRootHelpDialog&)
         virtual void ~TRootHelpDialog()
                 void AddText(const char* helpText)
              TClass* Class()
         virtual void CloseWindow()
      virtual TClass* IsA() const
                 void Popup()
       virtual Bool_t ProcessMessage(Long_t msg, Long_t parm1, Long_t parm2)
                 void SetText(const char* helpText)
         virtual void ShowMembers(TMemberInspector& insp, char* parent)
         virtual void Streamer(TBuffer& b)
    private:
         TGTextView* fView  text view
       TGTextButton* fOK    OK button
      TGLayoutHints* fL1    layout of TGTextView
      TGLayoutHints* fL2    layout of OK button
                                                                      
 TRootHelpDialog                                                      
                                                                      
 A TRootHelpDialog is used to display help text (or any text in a     
 dialog window). There is on OK button to popdown the dialog.         
                                                                      
 TRootHelpDialog(const TGWindow *main,
    const char *title, UInt_t w, UInt_t h) :
    TGTransientFrame(gClient->GetRoot(), main, w, h)
 Create a help text dialog.
 ~TRootHelpDialog()
 Delete help text dialog.
void Popup()
 Show help dialog.
void SetText(const char *helpText)
 Set help text from helpText buffer in TGTextView.
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.
Bool_t ProcessMessage(Long_t, Long_t, Long_t)
 Process OK button.
Inline Functions
                TClass* Class()
                TClass* IsA() const
                   void ShowMembers(TMemberInspector& insp, char* parent)
                   void Streamer(TBuffer& b)
        TRootHelpDialog TRootHelpDialog(TRootHelpDialog&)
Author:     Fons Rademakers   24/02/98
Last update:   2.23/02 02/09/99  15.54.28  by  Rene Brun
Copyright (c) 1995-1999, The ROOT System, All rights reserved.         *
ROOT page - Class index - Top of the page
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.