home *** CD-ROM | disk | FTP | other *** search
/ ftp.mactech.com 2010 / ftp.mactech.com.tar / ftp.mactech.com / machack / Hacks95 / Closure.sit / Closure / Sources / PhotoshopHeaders / PIProperties.h < prev    next >
Text File  |  1995-06-24  |  1KB  |  49 lines

  1. /*
  2.     File: PIProperties.h
  3.  
  4.     Copyright 1994-95 by Adobe Systems, Inc.  All rights reserved.
  5.  
  6.     This file describes the key for the get properties callback.
  7. */
  8.  
  9. /* Get the number of channels.  Returns the number of channels in the simple
  10.    property field. */
  11.    
  12. #define propNumberOfChannels  'nuch'
  13.  
  14. /* Returns a handle containing the characters for the name of the channel. */
  15.  
  16. #define propChannelName          'nmch'
  17.  
  18. /* Returns the image mode using the plugInMode constants.  (Simple) */
  19.  
  20. #define propImageMode          'mode'
  21.  
  22. /* Returns the number of channels including the work path. (Simple) */
  23.  
  24. #define propNumberOfPaths      'nupa'
  25.  
  26. /* Returns the name of the indexed path (zero-based). (Complex) */
  27.  
  28. #define propPathName          'nmpa'
  29.  
  30. /* Returns the contents of the indexed path (zero-based). (Complex) */
  31.  
  32. #define propPathContents      'path'
  33.  
  34. /* The index of the work path.  -1 if no work path. (Simple) */
  35.  
  36. #define propWorkPathIndex     'wkpa'
  37.  
  38. /* The index of the clipping path.  -1 if none. (Simple) */
  39.  
  40. #define propClippingPathIndex 'clpa'
  41.  
  42. /* The index of the target path.  -1 if none. (Simple) */
  43.  
  44. #define propTargetPathIndex   'tgpa'
  45.  
  46.  
  47.  
  48.  
  49.