home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c083 / 19.ddi / OWLINC.PAK / EDIT.RH < prev    next >
Encoding:
Text File  |  1993-12-02  |  554 b   |  18 lines

  1. //----------------------------------------------------------------------------
  2. // ObjectWindows - (C) Copyright 1991, 1993 by Borland International
  3. //   include\owl\edit.rh
  4. //   Command IDs to use with edit.h
  5. //----------------------------------------------------------------------------
  6.  
  7. #include <owl\window.rh>
  8.  
  9. //
  10. // Commands
  11. //
  12. #define CM_EDITUNDO         24321
  13. #define CM_EDITCUT          24322
  14. #define CM_EDITCOPY         24323
  15. #define CM_EDITPASTE        24324
  16. #define CM_EDITDELETE       24325
  17. #define CM_EDITCLEAR        24326
  18.