💾 Archived View for mirrors.apple2.org.za › archive › apple.cabi.net › Hypercard › Xcmds › E16XCMD.t… captured on 2023-05-25 at 00:21:29.

View Raw

More Information

-=-=-=-=-=-=-

File: E16.HyperXCMD

For use with HyperCard IIGS version 1.1


Offset constants for XCMDBlock

oxbParamCount           GEQU     0
oxbParams               GEQU     2
oxbReturnValue          GEQU     66
oxbPassFlag             GEQU     70
oxbUserID               GEQU     72
oxbReturnStat           GEQU     74

XCMDBlock constants for event.what

xOpenEvt                GEQU     1000    ; the first event after you are created }
xCloseEvt               GEQU     1001    ; your window is being forced close }
xHidePalettesEvt        GEQU     1004    ; someone called HideHCPalettes }
xShowPalettesEvt        GEQU     1005    ; someone called ShowHCPalettes }
xCursorWithin           GEQU     1300    ; cursor is within the window }

; XWindow styles
xWindoidStyle           GEQU     0
xRectStyle              GEQU     1
xShadowStyle            GEQU     2
xDialogStyle            GEQU     3