home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / yacl-012.zip / uidemo / graphic2 / appwin.h < prev    next >
C/C++ Source or Header  |  1995-04-08  |  274b  |  24 lines

  1.  
  2.  
  3. #ifndef _appwin_h_ /* Tue Mar  1 17:32:47 1994 */
  4. #define _appwin_h_
  5.  
  6. #include "ui/composit.h"
  7.  
  8. class AppWindow: public UI_CompositeVObject {
  9.  
  10. public:
  11.     AppWindow ();
  12.  
  13.  
  14. private:
  15.  
  16.     bool Paint ();
  17.  
  18.     void Draw ();
  19.  
  20. };
  21.  
  22.  
  23. #endif /* _appwin_h_ */
  24.