home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / vos2-121.zip / v / appgen / vgmdlg.h < prev    next >
C/C++ Source or Header  |  1998-07-07  |  816b  |  27 lines

  1. //=======================================================================
  2. //@V@:Note: This file generated by vappgen V 1.00.
  3. //    vgmdlg.h:    Header for vgModalDialog class
  4. //=======================================================================
  5.  
  6. #ifndef vgMDLG_H
  7. #define vgMDLG_H
  8.  
  9. #include <v/vmodald.h>
  10. #include "vgdefs.h"
  11.  
  12.     class vgModalDialog : public vModalDialog
  13.       {
  14.       public:        //---------------------------------------- public
  15.     vgModalDialog(vBaseWindow*, char* title = "Standard V App");
  16.     virtual ~vgModalDialog();        // Destructor
  17.     virtual void DialogCommand(ItemVal,ItemVal,CmdType); // action selected
  18.     int vgAction(char* msg, vgOptions& op);
  19.  
  20.        protected:    //--------------------------------------- protected
  21.  
  22.       private:        //--------------------------------------- private
  23.  
  24.      };
  25. #endif
  26.  
  27.