home *** CD-ROM | disk | FTP | other *** search
/ Power GUI Programming with VisualAge C++ / powergui.iso / powergui / cnr / popup / popup.h < prev    next >
Text File  |  1996-10-29  |  500b  |  15 lines

  1. /************************************************************
  2. / Container Control - Pop Up Menu Example 
  3. /
  4. / Copyright (C) 1994, Law, Leong, Love, Olson, Tsuji.
  5. / Copyright (c) 1997 John Wiley & Sons, Inc. 
  6. / All Rights Reserved.
  7. ************************************************************/
  8. #define ICON_FOLDER 0x1000
  9.  
  10. #define POPUP_MENU        0x1001
  11. #define   EDIT_SUBMENU    0x1002
  12. #define     COPY_OBJECT   0x1003
  13. #define     CUT_OBJECT    0x1004
  14. #define     PASTE_OBJECT  0x1005
  15.