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

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