InputDialog


class description - source file - inheritance tree

class InputDialog


    public:
InputDialog(const char* prompt, const char* defval, char* retstr, Int_t line = 1, UInt_t w = 400) InputDialog(const InputDialog&) ~InputDialog() void ProcessMessage(Long_t msg, Long_t parm1, Long_t parm2)

Data Members

    private:
TGTransientFrame* fDialog transient frame, main dialog window TGTextEntry* fTE text entry widget containing TList* fWidgets keep track of widgets to be deleted in dtor char* fRetStr address to store return string

Class Description

                                                                       
 Input Dialog Widget                                                   
                                                                       




Inline Functions


        InputDialog InputDialog(const char* prompt, const char* defval, char* retstr, Int_t line = 1, UInt_t w = 400)
               void ProcessMessage(Long_t msg, Long_t parm1, Long_t parm2)
        InputDialog InputDialog(const InputDialog&)
               void ~InputDialog()


Last update: Tue Jan 20 16:14:16 2004


ROOT page - Home 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.