home *** CD-ROM | disk | FTP | other *** search
- ;Assembler header file for KeyboardShortcut
- ;written by DefMod (Jun 30 1995) on Tue Sep 5 16:29:57 1995
- ;Jonathan Coxhead, Acorn Computers Ltd
-
- [ :LNOT: :DEF: Get_Types
- GBLS Get_Types
- ]
- [ :LNOT: :DEF: Types_Hdr
- Get_Types SETS "GET OS:Hdr.Types"
- |
- Get_Types SETS ""
- ]
- $Get_Types
-
- [ :LNOT: :DEF: Get_Toolbox
- GBLS Get_Toolbox
- ]
- [ :LNOT: :DEF: Toolbox_Hdr
- Get_Toolbox SETS "GET OS:Hdr.Toolbox"
- |
- Get_Toolbox SETS ""
- ]
- $Get_Toolbox
-
- [ :LNOT: :DEF: KeyboardShortcut_Hdr
- GBLS KeyboardShortcut_Hdr
-
- ;Symbols for constants
- KeyboardShortcut_ShowAsMenu * &1
-
- ;Symbols for structure offsets and sizes
- KeyboardShortcut_Flags * Bits
-
- ^ 0
- KeyboardShortcut_Object_flags # KeyboardShortcut_Flags
- KeyboardShortcut_Object_c # Int
- KeyboardShortcut_Object_action # Bits
- KeyboardShortcut_Object_name # Toolbox_StringReference
- KeyboardShortcut_Object * @
-
-
- ]
- END
-