TRootHelpDialog


class description - source file - inheritance tree

class TRootHelpDialog : public TGTransientFrame

    private:
protected:
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) static 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) void StreamerNVirtual(TBuffer& b)

Data Members

private:
TGTextView* fView text view TGTextButton* fOK OK button TGLayoutHints* fL1 layout of TGTextView TGLayoutHints* fL2 layout of OK button protected:
public:

Class Description

                                                                      
 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 msg, Long_t, Long_t)
 Process OK button.



Inline Functions


                TClass* Class()
                TClass* IsA() const
                   void ShowMembers(TMemberInspector& insp, char* parent)
                   void Streamer(TBuffer& b)
                   void StreamerNVirtual(TBuffer& b)
        TRootHelpDialog TRootHelpDialog(TRootHelpDialog&)


Author: Fons Rademakers 24/02/98
Last update: root/gui:$Name: $:$Id: TRootHelpDialog.cxx,v 1.4 2000/07/11 10:16:11 rdm Exp $
Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *


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.