💾 Archived View for mirrors.apple2.org.za › archive › apple.cabi.net › Hypercard › HCGS.INFO.MISC › … captured on 2023-03-20 at 23:19:18.
⬅️ Previous capture (2023-01-29)
-=-=-=-=-=-=-
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