home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 1 / ARM_CLUB_CD.iso / contents / apps / program / d / indices / !Indices³_Data_Files_Reasons < prev    next >
Encoding:
Text File  |  1993-05-26  |  4.5 KB  |  77 lines

  1.  
  2. 3-119   Redraw_Window_Request   R1+0    window handle
  3.  
  4. 3-119   Open_Window_Request     R1+0    window handle
  5. 3-119   Open_Window_Request     R1+4    visible area minimum x coordinate
  6. 3-119   Open_Window_Request     R1+8    visible area maximum y coordinate
  7. 3-119   Open_Window_Request     R1+12   visible area maximum x coordinate
  8. 3-119   Open_Window_Request     R1+16   visible area maximum y coordinate
  9. 3-119   Open_Window_Request     R1+20   scroll x offset relative to work area origin
  10. 3-119   Open_Window_Request     R1+24   scroll y offset relative to work area origin
  11. 3-119   Open_Window_Request     R1+28   handle to open window behind (-1 top, -2 bottom)
  12.  
  13. 3-119   Close_Window_Request    R1+0    window handle
  14.  
  15. 3-120   Pointer_Leaving_Window  R1+0    window handle
  16.  
  17. 3-120   Pointer_Entering_Window R1+0    window handle
  18.  
  19. 3-121   Mouse_Click             R1+0    mouse x (screen coordinates)
  20. 3-121   Mouse_Click             R1+4    mouse y
  21. 3-121   Mouse_Click             R1+8    buttons (depending on window/icon button type)
  22. 3-121   Mouse_Click             R1+12   window handle (-1 background, -2 icon bar)
  23. 3-121   Mouse_Click             R1+16   icon handle (-1 work area)
  24.  
  25. 3-121   User_Drag_Box           R1+4    drag box minimum x coordinate (inclusive)
  26. 3-121   User_Drag_Box           R1+8    drag box maximum y coordinate (inclusive)
  27. 3-121   User_Drag_Box           R1+12   drag box maximum x coordinate (exclusive)
  28. 3-121   User_Drag_Box           R1+16   drag box maximum y coordinate (exclusive)
  29.  
  30. 3-122   Key_Pressed             R1+0    window handle with input focus
  31. 3-122   Key_Pressed             R1+4    icon handle (-1 if none)
  32. 3-122   Key_Pressed             R1+8    x offset of caret (relative to work area origin)
  33. 3-122   Key_Pressed             R1+12   y offset of caret (relative to work area origin)
  34. 3-122   Key_Pressed             R1+16   caret height and flags
  35. 3-122   Key_Pressed             R1+20   index of caret into string (only if in icon)
  36. 3-122   Key_Pressed             R1+24   character code of key pressed (32 bits)
  37.  
  38. 3-123   Menu_Selection          R1+0    item selected in main menu (starting from 0)
  39. 3-123   Menu_Selection          R1+4    item selected in first submenu
  40. 3-123   Menu_Selection          R1+8    item selected in second submenu
  41. 3-123   Menu_Selection          ...     terminated by -1
  42.  
  43. 3-124   Scroll_Request          R1+0    window handle
  44. 3-124   Scroll_Request          R1+4    visible area minimum x coordinate
  45. 3-124   Scroll_Request          R1+8    visible area maximum y coordinate
  46. 3-124   Scroll_Request          R1+12   visible area maximum x coordinate
  47. 3-124   Scroll_Request          R1+16   visible area maximum y coordinate
  48. 3-124   Scroll_Request          R1+20   scroll x offset relative to work area origin
  49. 3-124   Scroll_Request          R1+24   scroll y offset relative to work area origin
  50. 3-124   Scroll_Request          R1+28   handle to open window behind (-1 top, -2 bottom)
  51. 3-124   Scroll_Request          R1+32   scroll x direction (-2 .. 2)
  52. 3-124   Scroll_Request          R1+36   scroll y direction (-2 .. 2)
  53.  
  54. 3-125   Lose_Caret              R1+0    window handle which had input focus (-1 if none)
  55. 3-125   Lose_Caret              R1+4    icon handle (-1 if none)
  56. 3-125   Lose_Caret              R1+8    x offset of caret (relative to window origin)
  57. 3-125   Lose_Caret              R1+12   y offset of caret (relative to window origin)
  58. 3-125   Lose_Caret              R1+16   caret height and flags
  59. 3-125   Lose_Caret              R1+20   index of caret into string (-1 if not icon)
  60.  
  61. 3-125   Gain_Caret              R1+0    window handle which now has input focus
  62. 3-125   Gain_Caret              R1+4    icon handle (-1 if none)
  63. 3-125   Gain_Caret              R1+8    x offset of caret (relative to window origin)
  64. 3-125   Gain_Caret              R1+12   y offset of caret (relative to window origin)
  65. 3-125   Gain_Caret              R1+16   caret height and flags
  66. 3-125   Gain_Caret              R1+20   index of caret into string (-1 if not icon)
  67.  
  68. 3-126   PollWord_NonZero        R1+0    address of poll word
  69. 3-126   PollWord_NonZero        R1+4    contents of poll word
  70.  
  71. 3-127   User_Message            R1+0    size of block (20-256, 32 bit multiple)
  72. 3-127   User_Message            R1+4    task handle of message sender
  73. 3-127   User_Message            R1+8    my_ref - sender's reference
  74. 3-127   User_Message            R1+12   your_reg - previous my_ref or 0
  75. 3-127   User_Message            R1+16   message action code
  76. 3-127   User_Message            ...     message data
  77.