home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / ool_main.zip / ool / samples / sample14 / sample14.H < prev    next >
Encoding:
C/C++ Source or Header  |  1998-03-10  |  230 b   |  16 lines

  1. #define INCL_OOL_WIN
  2. #include "ool.h"
  3.  
  4. #include "resource.h"
  5.  
  6.  
  7. class MyAppWindow: public XScrollWindow
  8. {
  9.    public:
  10.      MyAppWindow( );
  11.      ~MyAppWindow();
  12.      BOOL DoCommand( LONG);
  13.      void Draw( void );
  14. };
  15.  
  16.