Window 1.63 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
; Copyright 1999 Pace Micro Technology plc
;
; Licensed under the Apache License, Version 2.0 (the "License");
; you may not use this file except in compliance with the License.
; You may obtain a copy of the License at
;
;     http://www.apache.org/licenses/LICENSE-2.0
;
; Unless required by applicable law or agreed to in writing, software
; distributed under the License is distributed on an "AS IS" BASIS,
; WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
; See the License for the specific language governing permissions and
; limitations under the License.
;
        SUBT    Exported assembler Toolbox (Window) constants

OldOpt  SETA   {OPT}
        OPT    OptNoList+OptNoP1List

; ***********************************
; ***    C h a n g e   L i s t    ***
; ***********************************
;
; Date       Name  Description
; ----       ----  -----------
; 16-Nov-99  SNB   New file.  Reorganised to use AddSWI macro.

28
SWIClass        SETS    WindowSWI_Name
29

30
        ^       WindowSWI_Base
31 32 33 34 35 36 37 38 39 40 41 42 43 44

        AddSWI  ClassSWI
        AddSWI  PostFilter
        AddSWI  PreFilter
        AddSWI  GetPointerInfo
        AddSWI  WimpToToolbox
        AddSWI  RegisterExternal
        AddSWI  DeregisterExternal
        AddSWI  SupportExternal
        AddSWI  RegisterFilter
        AddSWI  DeregisterFilter
        AddSWI  EnumerateGadgets
        AddSWI  GadgetGetIconList

45
        ^       WindowSWI_Base + 32
46 47 48

        AddSWI  InternalOp

49
        ^       WindowSWI_Base + 61
50 51 52 53 54

        AddSWI  PreSubMenuShow
        AddSWI  ExtractGadgetInfo
        AddSWI  PlotGadget

55
        ASSERT  @ = (WindowSWI_Base + 64)
56 57 58 59


        OPT OldOpt
        END