home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / cl-lib07.zip / pm.zip / usr / include / pm / mainwindow.h < prev    next >
C/C++ Source or Header  |  1995-06-27  |  352b  |  21 lines

  1. #ifndef _MAINWINDOW_H_
  2. #define _MAINWINDOW_H_
  3.  
  4. #ifndef _STDWINDOW_H_
  5. #include <pm/StdWindow.h>
  6. #endif
  7.  
  8. @interface MainWindow : StdWindow
  9. {
  10. }
  11.  
  12. - initWithId: (ULONG) anId;
  13. - initWithId: (ULONG) anId andFlags: (ULONG) flags;
  14.  
  15. - (MRESULT) handleMessage: (ULONG) msg
  16.             withParams: (MPARAM) mp1 and: (MPARAM) mp2;
  17.  
  18. @end
  19.  
  20. #endif
  21.