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

  1.  
  2.  
  3. #ifndef _appwin_h_ /* Sun Dec 18 21:28:21 1994 */
  4. #define _appwin_h_
  5.  
  6.  
  7.  
  8. #include "ui/composit.h"
  9. #include "ui/menu.h"
  10.  
  11. class AppWindow: public UI_CompositeVObject {
  12.  
  13. public:
  14.     AppWindow ();
  15.  
  16. protected:
  17.  
  18.     bool ButtonDown (const UI_Point& curPos, UI_MouseButton btn,
  19.                      bool shiftKey, bool ctrlKey);
  20.  
  21.     bool Selected (CL_Object&, long);
  22.     
  23.     UI_PopupMenu* _popupMenu;
  24. };
  25.  
  26. #endif /* _appwin_h_ */
  27.