home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 3 Comm / 03-Comm.zip / EASL2PRF.ZIP / PMPTR.INC < prev    next >
Text File  |  1989-07-17  |  1KB  |  35 lines

  1. #################################################################
  2. #                                #
  3. # Name: PMPTR.INC                        #
  4. #                                #
  5. # Presentation Manager system pointers.                #
  6. #                                #
  7. # (C) Copyright Interactive Images, Inc. 1989            #
  8. # All Rights Reserved                        #
  9. #                                #
  10. #################################################################
  11.  
  12.  
  13. #======================================#
  14. #======================================#
  15.  
  16. integer constant
  17.     SPTR_ARROW         is 1   # Arrow cursor
  18.     SPTR_TEXT         is 2   # Text entry I-beam
  19.     SPTR_WAIT         is 3   # Hourglass
  20.     SPTR_MOVE         is 5   # Four-way arrow
  21.     SPTR_SIZENWSE         is 6   # Size border arrow for UL and LR corners
  22.     SPTR_SIZENESW         is 7   # Size border arrow for LL and UR corners
  23.     SPTR_SIZEWE         is 8   # Size border arrow for left and right sides
  24.     SPTR_SIZENS         is 9   # Size border arrow for top and bottom
  25.     SPTR_APPICON         is 10  # Large rectangle
  26.     SPTR_ICONINFORMATION is 11  # Hand inside of a stop sign
  27.     SPTR_ICONQUESTION    is 12  # Question mark inside of inverted triangle
  28.     SPTR_ICONERROR         is 13  # Exclamation mark inside of a triangle
  29.     SPTR_ICONWARNING     is 14  # Large asterisk inside of a box
  30.     SPTR_ILLEGAL         is 18  # Diagonal line inside of a circle
  31.     SPTR_FILE         is 19  # Rectangle with UR corner folded down
  32.     SPTR_FOLDER         is 20  # File folder symbol
  33.     SPTR_MULTFILE         is 21  # Multiple overlapping rectangles
  34.     SPTR_PROGRAM         is 22  # Rectangle, bold on top
  35.