home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / programming / oslib / oslib_1 / OSLib / Toolbox / Hdr / KeyboardSh < prev    next >
Encoding:
Text File  |  1995-09-05  |  1.2 KB  |  44 lines

  1. ;Assembler header file for KeyboardShortcut
  2. ;written by DefMod (Jun 30 1995) on Tue Sep  5 16:29:57 1995
  3. ;Jonathan Coxhead, Acorn Computers Ltd
  4.  
  5.         [       :LNOT: :DEF: Get_Types
  6.         GBLS    Get_Types
  7.         ]
  8.         [       :LNOT: :DEF: Types_Hdr
  9. Get_Types                       SETS    "GET OS:Hdr.Types"
  10.         |
  11. Get_Types                       SETS    ""
  12.         ]
  13.         $Get_Types
  14.  
  15.         [       :LNOT: :DEF: Get_Toolbox
  16.         GBLS    Get_Toolbox
  17.         ]
  18.         [       :LNOT: :DEF: Toolbox_Hdr
  19. Get_Toolbox                     SETS    "GET OS:Hdr.Toolbox"
  20.         |
  21. Get_Toolbox                     SETS    ""
  22.         ]
  23.         $Get_Toolbox
  24.  
  25.         [       :LNOT: :DEF: KeyboardShortcut_Hdr
  26.         GBLS    KeyboardShortcut_Hdr
  27.  
  28. ;Symbols for constants
  29. KeyboardShortcut_ShowAsMenu     *       &1
  30.  
  31. ;Symbols for structure offsets and sizes
  32. KeyboardShortcut_Flags          *       Bits
  33.  
  34.                                 ^       0
  35. KeyboardShortcut_Object_flags   #       KeyboardShortcut_Flags
  36. KeyboardShortcut_Object_c       #       Int
  37. KeyboardShortcut_Object_action  #       Bits
  38. KeyboardShortcut_Object_name    #       Toolbox_StringReference
  39. KeyboardShortcut_Object         *       @
  40.  
  41.  
  42.         ]
  43.         END
  44.