home *** CD-ROM | disk | FTP | other *** search
/ PC Direkt 1995 March / PCD_395.iso / starview / pm2csci / german / dedtdemo.hx_ < prev    next >
Encoding:
Text File  |  1994-01-06  |  250 b   |  11 lines

  1. class ModalDialogEXAMPLE : public ModalDialog
  2. {
  3. protected:
  4.     ListBox aListBox1;
  5.     OKButton aOKButton1;
  6.     CancelButton aCancelButton1;
  7. public:
  8.     ModalDialogEXAMPLE( Window * pParent, const ResId & rResId, BOOL bFreeRes = TRUE );
  9. };
  10.  
  11.