home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 552.lha / Browser_II_v1.0 / source.LZH / source / Actions.h < prev    next >
Text File  |  1991-06-16  |  367b  |  14 lines

  1.  
  2. #define BROWSERACTION_RENAME    0
  3. #define BROWSERACTION_MAKEDIR    1
  4. #define BROWSERACTION_DUPLICATE    2
  5. #define BROWSERACTION_TOUCH        3
  6. #define BROWSERACTION_COMMENT    4
  7. #define BROWSERACTION_PROTECT    5
  8. #define BROWSERACTION_DELETE    6
  9.  
  10. #define BROWSERACTION_COPYMOVE    7        /* not menu driven */
  11.  
  12. #define BROWSERACTION_WBRUN        8        /* not a real action, process msg identification */
  13.  
  14.