home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / starview / examples / designed / dedtdemo.hxx < prev    next >
Encoding:
Text File  |  1992-08-01  |  227 b   |  10 lines

  1. class ModalDialogEXAMPLE : public ModalDialog {
  2. protected:
  3.     ListBox aListBox1;
  4.     DefPushButton aDefPushButton1;
  5.     PushButton aPushButton1;
  6. public:
  7.     ModalDialogEXAMPLE( Window * pParent, ResId & rResId );
  8. };
  9.  
  10.