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

  1. ;Assembler header file for Label
  2. ;written by DefMod (Jun 30 1995) on Tue Sep  5 16:29:56 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: Get_Gadget
  26.         GBLS    Get_Gadget
  27.         ]
  28.         [       :LNOT: :DEF: Gadget_Hdr
  29. Get_Gadget                      SETS    "GET OS:Hdr.Gadget"
  30.         |
  31. Get_Gadget                      SETS    ""
  32.         ]
  33.         $Get_Gadget
  34.  
  35.         [       :LNOT: :DEF: Label_Hdr
  36.         GBLS    Label_Hdr
  37.  
  38. ;Symbols for constants
  39. Class_Label                     *       &140
  40. Label_NoBox                     *       &1
  41. Label_RJustified                *       &2
  42. Label_HCentred                  *       &4
  43.  
  44. ;Symbols for structure offsets and sizes
  45.                                 ^       0
  46. Label_Gadget_label              #       Toolbox_MsgReference
  47. Label_Gadget                    *       @
  48.  
  49.  
  50.         ]
  51.         END
  52.