Documentation
¶
Overview ¶
Package hitoolbox provides a fluent Go API over the macOS HIToolbox framework.
Construction ¶
New… functions create objects; each With… method sets one property and returns its receiver, so configuration calls chain. A <Type>FromID constructor adopts an Objective-C object obtained elsewhere.
Lifecycle ¶
A wrapper releases its Objective-C object automatically once the garbage collector finds it unreachable. Call Release to relinquish the reference deterministically (for objects holding scarce resources); Release is idempotent, and afterwards the wrapper's methods are no-ops returning zero values.
Index ¶
- Constants
- func AEGetInteractionAllowed() (result int16, level int8)
- func AEGetTheCurrentEvent(theAppleEvent unsafe.Pointer) int16
- func AEInteractWithUser(timeOutInTicks int, nmReqPtr unsafe.Pointer, idleProc unsafe.Pointer) int16
- func AEProcessAppleEvent(theEventRecord *EventRecord) int16
- func AEProcessEvent(inEvent EventRef) error
- func AEResetTimer(reply unsafe.Pointer) int16
- func AEResumeTheCurrentEvent(theAppleEvent unsafe.Pointer, reply unsafe.Pointer, dispatcher unsafe.Pointer, ...) int16
- func AESend(theAppleEvent unsafe.Pointer, reply unsafe.Pointer, sendMode int, ...) int16
- func AESetInteractionAllowed(level int8) int16
- func AESetTheCurrentEvent(theAppleEvent unsafe.Pointer) int16
- func AESuspendTheCurrentEvent(theAppleEvent unsafe.Pointer) int16
- func AddEventTypesToHandler(inHandlerRef EventHandlerRef, inNumTypes int, inList *EventTypeSpec) error
- func Button() uint8
- func CMPluginExamineContext(thisInstance unsafe.Pointer, inContext unsafe.Pointer, ...) int
- func CMPluginHandleSelection(thisInstance unsafe.Pointer, inContext unsafe.Pointer, inCommandID int) int
- func CMPluginPostMenuCleanup(thisInstance unsafe.Pointer)
- func CallNextEventHandler(inCallRef EventHandlerCallRef, inEvent EventRef) error
- func CheckEventQueueForUserCancel() uint8
- func CopyEventCGEvent(inEvent EventRef) coregraphics.CGEventRef
- func CopySymbolicHotKeys() (obj.Object, error)
- func CopyThemeIdentifier() (obj.Object, error)
- func CreateEvent(inAllocator obj.Object, inClassID int, inKind int, inWhen float64, ...) error
- func CreateEventWithCGEvent(inAllocator obj.Object, inEvent coregraphics.CGEventRef, inAttributes int, ...) error
- func DebugPrintEvent(inEvent EventRef)
- func DebugPrintMainEventQueue()
- func DisableSecureEventInput() error
- func DisposeAEFilterUPP(userUPP unsafe.Pointer)
- func DisposeAEIdleUPP(userUPP unsafe.Pointer)
- func DisposeCaretHookUPP(userUPP unsafe.Pointer)
- func DisposeControlActionUPP(userUPP unsafe.Pointer)
- func DisposeControlEditTextValidationUPP(userUPP unsafe.Pointer)
- func DisposeControlKeyFilterUPP(userUPP unsafe.Pointer)
- func DisposeControlUserPaneActivateUPP(userUPP unsafe.Pointer)
- func DisposeControlUserPaneDrawUPP(userUPP unsafe.Pointer)
- func DisposeControlUserPaneFocusUPP(userUPP unsafe.Pointer)
- func DisposeControlUserPaneHitTestUPP(userUPP unsafe.Pointer)
- func DisposeControlUserPaneIdleUPP(userUPP unsafe.Pointer)
- func DisposeControlUserPaneKeyDownUPP(userUPP unsafe.Pointer)
- func DisposeControlUserPaneTrackingUPP(userUPP unsafe.Pointer)
- func DisposeDataBrowserAcceptDragUPP(userUPP unsafe.Pointer)
- func DisposeDataBrowserAddDragItemUPP(userUPP unsafe.Pointer)
- func DisposeDataBrowserDrawItemUPP(userUPP unsafe.Pointer)
- func DisposeDataBrowserEditItemUPP(userUPP unsafe.Pointer)
- func DisposeDataBrowserGetContextualMenuUPP(userUPP unsafe.Pointer)
- func DisposeDataBrowserHitTestUPP(userUPP unsafe.Pointer)
- func DisposeDataBrowserItemAcceptDragUPP(userUPP unsafe.Pointer)
- func DisposeDataBrowserItemCompareUPP(userUPP unsafe.Pointer)
- func DisposeDataBrowserItemDataUPP(userUPP unsafe.Pointer)
- func DisposeDataBrowserItemDragRgnUPP(userUPP unsafe.Pointer)
- func DisposeDataBrowserItemHelpContentUPP(userUPP unsafe.Pointer)
- func DisposeDataBrowserItemNotificationUPP(userUPP unsafe.Pointer)
- func DisposeDataBrowserItemNotificationWithItemUPP(userUPP unsafe.Pointer)
- func DisposeDataBrowserItemReceiveDragUPP(userUPP unsafe.Pointer)
- func DisposeDataBrowserItemUPP(userUPP unsafe.Pointer)
- func DisposeDataBrowserPostProcessDragUPP(userUPP unsafe.Pointer)
- func DisposeDataBrowserReceiveDragUPP(userUPP unsafe.Pointer)
- func DisposeDataBrowserSelectContextualMenuUPP(userUPP unsafe.Pointer)
- func DisposeDataBrowserTrackingUPP(userUPP unsafe.Pointer)
- func DisposeDragDrawingUPP(userUPP unsafe.Pointer)
- func DisposeDragInputUPP(userUPP unsafe.Pointer)
- func DisposeDragReceiveHandlerUPP(userUPP unsafe.Pointer)
- func DisposeDragSendDataUPP(userUPP unsafe.Pointer)
- func DisposeDragTrackingHandlerUPP(userUPP unsafe.Pointer)
- func DisposeDrawHookUPP(userUPP unsafe.Pointer)
- func DisposeEOLHookUPP(userUPP unsafe.Pointer)
- func DisposeEditUnicodePostUpdateUPP(userUPP unsafe.Pointer)
- func DisposeEventComparatorUPP(userUPP unsafe.Pointer)
- func DisposeEventHandlerUPP(userUPP unsafe.Pointer)
- func DisposeEventLoopIdleTimerUPP(userUPP unsafe.Pointer)
- func DisposeEventLoopTimerUPP(userUPP unsafe.Pointer)
- func DisposeGetScrapDataUPP(userUPP unsafe.Pointer)
- func DisposeHMControlContentUPP(userUPP unsafe.Pointer)
- func DisposeHMMenuItemContentUPP(userUPP unsafe.Pointer)
- func DisposeHMMenuTitleContentUPP(userUPP unsafe.Pointer)
- func DisposeHMWindowContentUPP(userUPP unsafe.Pointer)
- func DisposeHighHookUPP(userUPP unsafe.Pointer)
- func DisposeHitTestHookUPP(userUPP unsafe.Pointer)
- func DisposeListClickLoopUPP(userUPP unsafe.Pointer)
- func DisposeListDefUPP(userUPP unsafe.Pointer)
- func DisposeListSearchUPP(userUPP unsafe.Pointer)
- func DisposeMenuItemDrawingUPP(userUPP unsafe.Pointer)
- func DisposeMenuTitleDrawingUPP(userUPP unsafe.Pointer)
- func DisposeModalFilterUPP(userUPP unsafe.Pointer)
- func DisposeModalFilterYDUPP(userUPP unsafe.Pointer)
- func DisposeNMUPP(userUPP unsafe.Pointer)
- func DisposeNWidthHookUPP(userUPP unsafe.Pointer)
- func DisposeScrapPromiseKeeperUPP(userUPP unsafe.Pointer)
- func DisposeTEClickLoopUPP(userUPP unsafe.Pointer)
- func DisposeTEDoTextUPP(userUPP unsafe.Pointer)
- func DisposeTEFindWordUPP(userUPP unsafe.Pointer)
- func DisposeTERecalcUPP(userUPP unsafe.Pointer)
- func DisposeTSMTEPostUpdateUPP(userUPP unsafe.Pointer)
- func DisposeTSMTEPreUpdateUPP(userUPP unsafe.Pointer)
- func DisposeTXNActionKeyMapperUPP(userUPP unsafe.Pointer)
- func DisposeTXNActionNameMapperUPP(userUPP unsafe.Pointer)
- func DisposeTXNContextualMenuSetupUPP(userUPP unsafe.Pointer)
- func DisposeTXNFindUPP(userUPP unsafe.Pointer)
- func DisposeTXNScrollInfoUPP(userUPP unsafe.Pointer)
- func DisposeTextWidthHookUPP(userUPP unsafe.Pointer)
- func DisposeThemeButtonDrawUPP(userUPP unsafe.Pointer)
- func DisposeThemeEraseUPP(userUPP unsafe.Pointer)
- func DisposeThemeIteratorUPP(userUPP unsafe.Pointer)
- func DisposeThemeTabTitleDrawUPP(userUPP unsafe.Pointer)
- func DisposeUserItemUPP(userUPP unsafe.Pointer)
- func DisposeWidthHookUPP(userUPP unsafe.Pointer)
- func DisposeWindowPaintUPP(userUPP unsafe.Pointer)
- func DisposeWindowTitleDrawingUPP(userUPP unsafe.Pointer)
- func EnableSecureEventInput() error
- func FlushEventQueue(inQueue EventQueueRef) error
- func FlushEvents(whichMask uint16, stopMask uint16)
- func FlushEventsMatchingListFromQueue(inQueue EventQueueRef, inNumTypes int, inList *EventTypeSpec) error
- func FlushSpecificEventsFromQueue(inQueue EventQueueRef, inComparator unsafe.Pointer, ...) error
- func GetApplicationTextEncoding() int
- func GetCFRunLoopFromEventLoop(inEventLoop EventLoopRef) obj.Object
- func GetCurrentButtonState() int
- func GetCurrentEventButtonState() int
- func GetCurrentEventKeyModifiers() int
- func GetCurrentEventTime() float64
- func GetCurrentKeyModifiers() int
- func GetEventClass(inEvent EventRef) int
- func GetEventKind(inEvent EventRef) int
- func GetEventParameter(inEvent EventRef, inName int, inDesiredType int, inBufferSize int, ...) (result int, outActualType int, outActualSize int)
- func GetEventRetainCount(inEvent EventRef) int
- func GetEventTime(inEvent EventRef) float64
- func GetKeys(theKeys *carboncore.BigEndianUInt32)
- func GetMenuTrackingData(theMenu MenuRef, outData unsafe.Pointer) int
- func GetNumEventsInQueue(inQueue EventQueueRef) int
- func GetSymbolicHotKeyMode() int
- func GetSystemUIMode() (outMode int, outOptions int)
- func GetThemeMenuItemExtra(inItemType uint16) (result int, outHeight int16, outWidth int16)
- func GetThemeMenuSeparatorHeight() (result int, outHeight int16)
- func GetThemeMenuTitleExtra(inIsSquished uint8) (result int, outWidth int16)
- func GetThemeMetric(inMetric int) (result int, outMetric int)
- func HIDictionaryWindowShow(dictionary obj.Object, textString obj.Object, ...)
- func HIGetMousePosition(inSpace int, inObject unsafe.Pointer, outPoint *corefoundation.CGPoint) *corefoundation.CGPoint
- func HIMouseTrackingGetParameters(inSelector int, outDistance *corefoundation.CGSize) (result int, outTime float64)
- func HIObjectAddDelegate(inObject HIObjectRef, inDelegate HIObjectRef, inPosition int) error
- func HIObjectCopyClassID(inObject HIObjectRef) corefoundation.CFStringRef
- func HIObjectCopyDelegates(inObject HIObjectRef) (obj.Object, error)
- func HIObjectCreate(inClassID obj.Object, inConstructData EventRef, outObject unsafe.Pointer) error
- func HIObjectCreateFromBundle(inBundle obj.Object, outObject unsafe.Pointer) error
- func HIObjectDynamicCast(inObject HIObjectRef, inClassID corefoundation.CFStringRef) unsafe.Pointer
- func HIObjectIsArchivingIgnored(inObject HIObjectRef) uint8
- func HIObjectIsOfClass(inObject HIObjectRef, inObjectClassID corefoundation.CFStringRef) uint8
- func HIObjectPrintDebugInfo(inObject HIObjectRef)
- func HIObjectRegisterSubclass(inClassID obj.Object, inBaseClassID obj.Object, inOptions int, ...) error
- func HIObjectRemoveDelegate(inObject HIObjectRef, inDelegate HIObjectRef, inPosition int) error
- func HIObjectUnregisterClass(inClassRef HIObjectClassRef) error
- func HIPointConvert(ioPoint *corefoundation.CGPoint, inSourceSpace int, ...)
- func HIRectConvert(ioRect *corefoundation.CGRect, inSourceSpace int, ...)
- func HISearchWindowShow(inSearchString obj.Object, inFlags int) error
- func HISizeConvert(ioSize *corefoundation.CGSize, inSourceSpace int, ...)
- func HIThemeApplyBackground(inBounds *corefoundation.CGRect, inDrawInfo *HIThemeBackgroundDrawInfo, ...) error
- func HIThemeBeginFocus(inContext coregraphics.CGContextRef, inRing int, inReserved unsafe.Pointer) error
- func HIThemeBrushCreateCGColor(inBrush int16, outColor unsafe.Pointer) error
- func HIThemeDrawBackground(inBounds *corefoundation.CGRect, inDrawInfo *HIThemeBackgroundDrawInfo, ...) error
- func HIThemeDrawButton(inBounds *corefoundation.CGRect, inDrawInfo unsafe.Pointer, ...) int
- func HIThemeDrawChasingArrows(inBounds *corefoundation.CGRect, inDrawInfo *HIThemeChasingArrowsDrawInfo, ...) error
- func HIThemeDrawFocusRect(inRect *corefoundation.CGRect, inHasFocus uint8, ...) error
- func HIThemeDrawFrame(inRect *corefoundation.CGRect, inDrawInfo *HIThemeFrameDrawInfo, ...) error
- func HIThemeDrawGenericWell(inRect *corefoundation.CGRect, inDrawInfo unsafe.Pointer, ...) int
- func HIThemeDrawGrabber(inRect *corefoundation.CGRect, inDrawInfo *HIThemeGrabberDrawInfo, ...) error
- func HIThemeDrawGroupBox(inRect *corefoundation.CGRect, inDrawInfo *HIThemeGroupBoxDrawInfo, ...) error
- func HIThemeDrawGrowBox(inOrigin *corefoundation.CGPoint, inDrawInfo *HIThemeGrowBoxDrawInfo, ...) error
- func HIThemeDrawHeader(inRect *corefoundation.CGRect, inDrawInfo *HIThemeHeaderDrawInfo, ...) error
- func HIThemeDrawMenuBackground(inMenuRect *corefoundation.CGRect, inMenuDrawInfo *HIThemeMenuDrawInfo, ...) error
- func HIThemeDrawMenuBarBackground(inBounds *corefoundation.CGRect, inDrawInfo *HIThemeMenuBarDrawInfo, ...) error
- func HIThemeDrawMenuItem(inMenuRect *corefoundation.CGRect, inItemRect *corefoundation.CGRect, ...) error
- func HIThemeDrawMenuSeparator(inMenuRect *corefoundation.CGRect, inItemRect *corefoundation.CGRect, ...) error
- func HIThemeDrawMenuTitle(inMenuBarRect *corefoundation.CGRect, inTitleRect *corefoundation.CGRect, ...) error
- func HIThemeDrawPaneSplitter(inRect *corefoundation.CGRect, inDrawInfo *HIThemeSplitterDrawInfo, ...) error
- func HIThemeDrawPlacard(inRect *corefoundation.CGRect, inDrawInfo *HIThemePlacardDrawInfo, ...) error
- func HIThemeDrawPopupArrow(inBounds *corefoundation.CGRect, inDrawInfo *HIThemePopupArrowDrawInfo, ...) error
- func HIThemeDrawScrollBarDelimiters(inContRect *corefoundation.CGRect, ...) error
- func HIThemeDrawSegment(inBounds *corefoundation.CGRect, inDrawInfo *HIThemeSegmentDrawInfo, ...) error
- func HIThemeDrawSeparator(inRect *corefoundation.CGRect, inDrawInfo *HIThemeSeparatorDrawInfo, ...) error
- func HIThemeDrawTab(inRect *corefoundation.CGRect, inDrawInfo *HIThemeTabDrawInfo, ...) error
- func HIThemeDrawTabPane(inRect *corefoundation.CGRect, inDrawInfo *HIThemeTabPaneDrawInfo, ...) error
- func HIThemeDrawTextBox(inString obj.Object, inBounds *corefoundation.CGRect, ...) int
- func HIThemeDrawTickMark(inBounds *corefoundation.CGRect, inDrawInfo *HIThemeTickMarkDrawInfo, ...) error
- func HIThemeDrawTitleBarWidget(inContRect *corefoundation.CGRect, inDrawInfo *HIThemeWindowWidgetDrawInfo, ...) error
- func HIThemeDrawTrack(inDrawInfo unsafe.Pointer, inGhostRect *corefoundation.CGRect, ...) int
- func HIThemeDrawTrackTickMarks(inDrawInfo unsafe.Pointer, inNumTicks int, inContext coregraphics.CGContextRef, ...) int
- func HIThemeDrawWindowFrame(inContRect *corefoundation.CGRect, inDrawInfo *HIThemeWindowDrawInfo, ...) error
- func HIThemeEndFocus(inContext coregraphics.CGContextRef) error
- func HIThemeGetButtonBackgroundBounds(inBounds *corefoundation.CGRect, inDrawInfo unsafe.Pointer, ...) int
- func HIThemeGetButtonContentBounds(inBounds *corefoundation.CGRect, inDrawInfo unsafe.Pointer, ...) int
- func HIThemeGetButtonShape(inBounds *corefoundation.CGRect, inDrawInfo unsafe.Pointer, ...) int
- func HIThemeGetGrowBoxBounds(inOrigin *corefoundation.CGPoint, inDrawInfo *HIThemeGrowBoxDrawInfo, ...) error
- func HIThemeGetMenuBackgroundShape(inMenuRect *corefoundation.CGRect, inMenuDrawInfo *HIThemeMenuDrawInfo, ...) error
- func HIThemeGetScrollBarTrackRect(inBounds *corefoundation.CGRect, inTrackInfo *HIScrollBarTrackInfo, ...) error
- func HIThemeGetTabDrawShape(inRect *corefoundation.CGRect, inDrawInfo *HIThemeTabDrawInfo, ...) error
- func HIThemeGetTabPaneContentShape(inRect *corefoundation.CGRect, inDirection uint16, inTabSize int, ...) error
- func HIThemeGetTabPaneDrawShape(inRect *corefoundation.CGRect, inDirection uint16, inTabSize int, ...) error
- func HIThemeGetTabShape(inRect *corefoundation.CGRect, inDrawInfo *HIThemeTabDrawInfo, ...) error
- func HIThemeGetTextColorForThemeBrush(inBrush int16, inWindowIsActive uint8) (result int, outColor int16)
- func HIThemeGetTextDimensions(inString obj.Object, inWidth float64, inTextInfo unsafe.Pointer) (result int, outWidth float64, outHeight float64, outBaseline float64)
- func HIThemeGetTrackBounds(inDrawInfo unsafe.Pointer, outBounds *corefoundation.CGRect) int
- func HIThemeGetTrackDragRect(inDrawInfo unsafe.Pointer, outDragRect *corefoundation.CGRect) int
- func HIThemeGetTrackLiveValue(inDrawInfo unsafe.Pointer, inRelativePosition float64) (result int, outValue int)
- func HIThemeGetTrackPartBounds(inDrawInfo unsafe.Pointer, inPartCode int16, ...) int
- func HIThemeGetTrackParts(inDrawInfo unsafe.Pointer, inMaxParts int) (result int, outNumberOfParts int, ioPartsBuffer int16)
- func HIThemeGetTrackThumbPositionFromBounds(inDrawInfo unsafe.Pointer, inThumbBounds *corefoundation.CGRect) (result int, outRelativePosition float64)
- func HIThemeGetTrackThumbPositionFromOffset(inDrawInfo unsafe.Pointer, inThumbOffset *corefoundation.CGPoint) (result int, outRelativePosition float64)
- func HIThemeGetTrackThumbShape(inDrawInfo unsafe.Pointer, outThumbShape unsafe.Pointer) int
- func HIThemeGetUIFontType(inFontID uint16) unsafe.Pointer
- func HIThemeGetWindowRegionHit(inContRect *corefoundation.CGRect, inDrawInfo *HIThemeWindowDrawInfo, ...) (result uint8, outRegionHit uint16)
- func HIThemeGetWindowShape(inContRect *corefoundation.CGRect, inDrawInfo *HIThemeWindowDrawInfo, ...) error
- func HIThemeHitTestScrollBarArrows(inScrollBarBounds *corefoundation.CGRect, inTrackInfo *HIScrollBarTrackInfo, ...) (result uint8, outPartCode int16)
- func HIThemeHitTestTrack(inDrawInfo unsafe.Pointer, inMousePoint *corefoundation.CGPoint) (result uint8, outPartHit int16)
- func HIThemeSetFill(inBrush int16, inInfo unsafe.Pointer, inContext coregraphics.CGContextRef, ...) error
- func HIThemeSetStroke(inBrush int16, inInfo unsafe.Pointer, inContext coregraphics.CGContextRef, ...) error
- func HIThemeSetTextFill(inColor int16, inInfo unsafe.Pointer, inContext coregraphics.CGContextRef, ...) error
- func IMKTextOrientationName() obj.Object
- func InstallEventHandler(inTarget EventTargetRef, inHandler unsafe.Pointer, inNumTypes int, ...) error
- func InstallEventLoopTimer(inEventLoop EventLoopRef, inFireDelay float64, inInterval float64, ...) error
- func InvokeCaretHookUPP(r *Rect, pTE unsafe.Pointer, userUPP unsafe.Pointer)
- func InvokeControlActionUPP(theControl ControlRef, partCode int16, userUPP unsafe.Pointer)
- func InvokeControlEditTextValidationUPP(control ControlRef, userUPP unsafe.Pointer)
- func InvokeControlKeyFilterUPP(theControl ControlRef, userUPP unsafe.Pointer) (result int16, keyCode int16, charCode int16, modifiers uint16)
- func InvokeControlUserPaneActivateUPP(control ControlRef, activating uint8, userUPP unsafe.Pointer)
- func InvokeControlUserPaneDrawUPP(control ControlRef, part int16, userUPP unsafe.Pointer)
- func InvokeControlUserPaneFocusUPP(control ControlRef, action int16, userUPP unsafe.Pointer) int16
- func InvokeControlUserPaneHitTestUPP(control ControlRef, where Point, userUPP unsafe.Pointer) int16
- func InvokeControlUserPaneIdleUPP(control ControlRef, userUPP unsafe.Pointer)
- func InvokeControlUserPaneKeyDownUPP(control ControlRef, keyCode int16, charCode int16, modifiers int16, ...) int16
- func InvokeControlUserPaneTrackingUPP(control ControlRef, startPt Point, actionProc unsafe.Pointer, ...) int16
- func InvokeDataBrowserAcceptDragUPP(browser ControlRef, theDrag unsafe.Pointer, item int, userUPP unsafe.Pointer) uint8
- func InvokeDataBrowserAddDragItemUPP(browser ControlRef, theDrag unsafe.Pointer, item int, itemRef unsafe.Pointer, ...) uint8
- func InvokeDataBrowserDrawItemUPP(browser ControlRef, item int, property int, itemState int, theRect *Rect, ...)
- func InvokeDataBrowserGetContextualMenuUPP(browser ControlRef, menu unsafe.Pointer, helpItemString unsafe.Pointer, ...) (helpType int)
- func InvokeDataBrowserHitTestUPP(browser ControlRef, itemID int, property int, theRect *Rect, mouseRect *Rect, ...) uint8
- func InvokeDataBrowserItemAcceptDragUPP(browser ControlRef, itemID int, property int, theRect *Rect, ...) int
- func InvokeDataBrowserItemCompareUPP(browser ControlRef, itemOne int, itemTwo int, sortProperty int, ...) uint8
- func InvokeDataBrowserItemDataUPP(browser ControlRef, item int, property int, itemData unsafe.Pointer, ...) error
- func InvokeDataBrowserItemDragRgnUPP(browser ControlRef, itemID int, property int, theRect *Rect, ...)
- func InvokeDataBrowserItemHelpContentUPP(browser ControlRef, item int, property int, inRequest int16, ...) (outContentProvided int16)
- func InvokeDataBrowserItemNotificationUPP(browser ControlRef, item int, message int, userUPP unsafe.Pointer)
- func InvokeDataBrowserItemNotificationWithItemUPP(browser ControlRef, item int, message int, itemData unsafe.Pointer, ...)
- func InvokeDataBrowserItemReceiveDragUPP(browser ControlRef, itemID int, property int, dragFlags int, ...) uint8
- func InvokeDataBrowserItemUPP(item int, state int, clientData unsafe.Pointer, userUPP unsafe.Pointer)
- func InvokeDataBrowserPostProcessDragUPP(browser ControlRef, theDrag unsafe.Pointer, trackDragResult int, ...)
- func InvokeDataBrowserReceiveDragUPP(browser ControlRef, theDrag unsafe.Pointer, item int, userUPP unsafe.Pointer) uint8
- func InvokeDataBrowserSelectContextualMenuUPP(browser ControlRef, menu MenuRef, selectionType int, menuID int16, ...)
- func InvokeDataBrowserTrackingUPP(browser ControlRef, itemID int, property int, theRect *Rect, startPt Point, ...) int16
- func InvokeDragDrawingUPP(message int16, showRegion obj.Object, showOrigin Point, hideRegion obj.Object, ...) int16
- func InvokeDragReceiveHandlerUPP(theWindow unsafe.Pointer, handlerRefCon unsafe.Pointer, theDrag DragRef, ...) int16
- func InvokeDragSendDataUPP(theType int, dragSendRefCon unsafe.Pointer, theItemRef unsafe.Pointer, ...) int16
- func InvokeDragTrackingHandlerUPP(message int16, theWindow unsafe.Pointer, handlerRefCon unsafe.Pointer, ...) int16
- func InvokeDrawHookUPP(textOffset uint16, drawLen uint16, textBufferPtr unsafe.Pointer, ...)
- func InvokeEOLHookUPP(theChar int8, pTE unsafe.Pointer, hTE unsafe.Pointer, userUPP unsafe.Pointer) uint8
- func InvokeEditUnicodePostUpdateUPP(uniText unsafe.Pointer, uniTextLength int, iStartOffset int, iEndOffset int, ...) uint8
- func InvokeEventComparatorUPP(inEvent EventRef, inCompareData unsafe.Pointer, userUPP unsafe.Pointer) uint8
- func InvokeEventHandlerUPP(inHandlerCallRef EventHandlerCallRef, inEvent EventRef, ...) error
- func InvokeEventLoopIdleTimerUPP(inTimer EventLoopTimerRef, inState uint16, inUserData unsafe.Pointer, ...)
- func InvokeEventLoopTimerUPP(inTimer EventLoopTimerRef, inUserData unsafe.Pointer, userUPP unsafe.Pointer)
- func InvokeGetScrapDataUPP(requestedFormat int, srcDataGetterRefCon unsafe.Pointer, ...) (result int16, dataH string)
- func InvokeHMControlContentUPP(inControl ControlRef, inGlobalMouse Point, inRequest int16, ...) (result int, outContentProvided int16)
- func InvokeHMMenuItemContentUPP(inTrackingData unsafe.Pointer, inRequest int16, ioHelpContent unsafe.Pointer, ...) (result int, outContentProvided int16)
- func InvokeHMMenuTitleContentUPP(inMenu MenuRef, inRequest int16, ioHelpContent unsafe.Pointer, ...) (result int, outContentProvided int16)
- func InvokeHMWindowContentUPP(inWindow unsafe.Pointer, inGlobalMouse Point, inRequest int16, ...) (result int, outContentProvided int16)
- func InvokeHighHookUPP(r *Rect, pTE unsafe.Pointer, userUPP unsafe.Pointer)
- func InvokeHitTestHookUPP(styleRunLen uint16, styleRunOffset uint16, slop uint16, ...) (result uint8, pixelWidth uint16, charOffset uint16, pixelInChar uint8)
- func InvokeListClickLoopUPP(userUPP unsafe.Pointer) uint8
- func InvokeListSearchUPP(aPtr string, bPtr string, aLen int16, bLen int16, userUPP unsafe.Pointer) int16
- func InvokeMenuItemDrawingUPP(inBounds *Rect, inDepth int16, inIsColorDevice uint8, ...)
- func InvokeMenuTitleDrawingUPP(inBounds *Rect, inDepth int16, inIsColorDevice uint8, ...)
- func InvokeNMUPP(nmReqPtr unsafe.Pointer, userUPP unsafe.Pointer)
- func InvokeNWidthHookUPP(styleRunLen uint16, styleRunOffset uint16, slop int16, direction int16, ...) (result uint16, lineStart int16)
- func InvokeScrapPromiseKeeperUPP(scrap ScrapRef, flavorType int, userData unsafe.Pointer, ...) error
- func InvokeTEClickLoopUPP(pTE unsafe.Pointer, userUPP unsafe.Pointer) uint8
- func InvokeTEDoTextUPP(pTE unsafe.Pointer, firstChar uint16, lastChar uint16, selector int16, ...) (charPosition int16)
- func InvokeTEFindWordUPP(currentPos uint16, caller int16, pTE unsafe.Pointer, hTE unsafe.Pointer, ...) (wordStart uint16, wordEnd uint16)
- func InvokeTERecalcUPP(pTE unsafe.Pointer, changeLength uint16, userUPP unsafe.Pointer) (lineStart uint16, firstChar uint16, lastChar uint16)
- func InvokeTSMTEPostUpdateUPP(textH unsafe.Pointer, fixLen int, inputAreaStart int, inputAreaEnd int, ...)
- func InvokeTSMTEPreUpdateUPP(textH unsafe.Pointer, refCon int, userUPP unsafe.Pointer)
- func InvokeTXNActionKeyMapperUPP(actionKey int, commandID int, userUPP unsafe.Pointer) corefoundation.CFStringRef
- func InvokeTXNActionNameMapperUPP(actionName corefoundation.CFStringRef, commandID int, ...) corefoundation.CFStringRef
- func InvokeTXNContextualMenuSetupUPP(iContextualMenu MenuRef, object TXNObject, inUserData unsafe.Pointer, ...)
- func InvokeTXNFindUPP(matchData unsafe.Pointer, iDataType int, iMatchOptions int, ...) (result int, oStartMatch int, oEndMatch int, ofound uint8)
- func InvokeTXNScrollInfoUPP(iValue int, iMaximumValue int, iScrollBarOrientation int, ...)
- func InvokeTextWidthHookUPP(textLen uint16, textOffset uint16, textBufferPtr unsafe.Pointer, ...) uint16
- func InvokeThemeButtonDrawUPP(bounds *Rect, kind uint16, info *ThemeButtonDrawInfo, userData unsafe.Pointer, ...)
- func InvokeThemeEraseUPP(bounds *Rect, eraseData unsafe.Pointer, depth int16, isColorDev uint8, ...)
- func InvokeThemeIteratorUPP(resID int16, inThemeSettings obj.Object, inUserData unsafe.Pointer, ...) (result uint8, inFileName uint8)
- func InvokeThemeTabTitleDrawUPP(bounds *Rect, style uint16, direction uint16, depth int16, isColorDev uint8, ...)
- func InvokeUserItemUPP(theDialog unsafe.Pointer, itemNo int16, userUPP unsafe.Pointer)
- func InvokeWidthHookUPP(textLen uint16, textOffset uint16, textBufferPtr unsafe.Pointer, ...) uint16
- func InvokeWindowPaintUPP(device unsafe.Pointer, qdContext obj.Object, window unsafe.Pointer, ...) int
- func InvokeWindowTitleDrawingUPP(bounds *Rect, depth int16, colorDevice uint8, userData unsafe.Pointer, ...)
- func IsCmdChar(event *EventRecord, test int16) uint8
- func IsEventInQueue(inQueue EventQueueRef, inEvent EventRef) uint8
- func IsSecureEventInputEnabled() uint8
- func IsUserCancelEventRef(event EventRef) uint8
- func KBGetLayoutType(iKeyboardType int16) int
- func KHIDelegateAfterKey() obj.Object
- func KHIDelegateBeforeKey() obj.Object
- func KHIObjectCustomDataCDEFProcIDKey() obj.Object
- func KHIObjectCustomDataClassIDKey() obj.Object
- func KHIObjectCustomDataDelegateGroupParametersKey() obj.Object
- func KHIObjectCustomDataParameterNamesKey() obj.Object
- func KHIObjectCustomDataParameterTypesKey() obj.Object
- func KHIObjectCustomDataParameterValuesKey() obj.Object
- func KHIObjectCustomDataSuperClassIDKey() obj.Object
- func KHIObjectInitParamDescription() obj.Object
- func KHIObjectInitParamEventName() obj.Object
- func KHIObjectInitParamEventType() obj.Object
- func KHIObjectInitParamUserName() obj.Object
- func KHITextViewClassID() obj.Object
- func KHIToolboxVersionNumber() uintptr
- func KHIViewMenuContentID() uintptr
- func KHIViewWindowCloseBoxID() uintptr
- func KHIViewWindowCollapseBoxID() uintptr
- func KHIViewWindowContentID() uintptr
- func KHIViewWindowGrowBoxID() uintptr
- func KHIViewWindowTitleID() uintptr
- func KHIViewWindowToolbarButtonID() uintptr
- func KHIViewWindowToolbarID() uintptr
- func KHIViewWindowZoomBoxID() uintptr
- func KTISCategoryInkInputSource() obj.Object
- func KTISCategoryKeyboardInputSource() obj.Object
- func KTISCategoryPaletteInputSource() obj.Object
- func KTISNotifyEnabledKeyboardInputSourcesChanged() obj.Object
- func KTISNotifySelectedKeyboardInputSourceChanged() obj.Object
- func KTISPropertyBundleID() obj.Object
- func KTISPropertyIconImageURL() obj.Object
- func KTISPropertyIconRef() obj.Object
- func KTISPropertyInputModeID() obj.Object
- func KTISPropertyInputSourceCategory() obj.Object
- func KTISPropertyInputSourceID() obj.Object
- func KTISPropertyInputSourceIsASCIICapable() obj.Object
- func KTISPropertyInputSourceIsEnableCapable() obj.Object
- func KTISPropertyInputSourceIsEnabled() obj.Object
- func KTISPropertyInputSourceIsSelectCapable() obj.Object
- func KTISPropertyInputSourceIsSelected() obj.Object
- func KTISPropertyInputSourceLanguages() obj.Object
- func KTISPropertyInputSourceType() obj.Object
- func KTISPropertyLocalizedName() obj.Object
- func KTISPropertyUnicodeKeyLayoutData() obj.Object
- func KTISTypeCharacterPalette() obj.Object
- func KTISTypeInk() obj.Object
- func KTISTypeKeyboardInputMethodModeEnabled() obj.Object
- func KTISTypeKeyboardInputMethodWithoutModes() obj.Object
- func KTISTypeKeyboardInputMode() obj.Object
- func KTISTypeKeyboardLayout() obj.Object
- func KTISTypeKeyboardViewer() obj.Object
- func KTXNActionAlignCenter() obj.Object
- func KTXNActionAlignLeft() obj.Object
- func KTXNActionAlignRight() obj.Object
- func KTXNActionChangeColor() obj.Object
- func KTXNActionChangeFont() obj.Object
- func KTXNActionChangeFontFeature() obj.Object
- func KTXNActionChangeFontVariation() obj.Object
- func KTXNActionChangeGlyphVariation() obj.Object
- func KTXNActionChangeSize() obj.Object
- func KTXNActionChangeStyle() obj.Object
- func KTXNActionChangeTextPosition() obj.Object
- func KTXNActionClear() obj.Object
- func KTXNActionCountOfAllChanges() obj.Object
- func KTXNActionCountOfStyleChanges() obj.Object
- func KTXNActionCountOfTextChanges() obj.Object
- func KTXNActionCut() obj.Object
- func KTXNActionDrop() obj.Object
- func KTXNActionMove() obj.Object
- func KTXNActionPaste() obj.Object
- func KTXNActionTyping() obj.Object
- func KTXNActionUndoLast() obj.Object
- func KTXNDataOptionCharacterEncodingKey() obj.Object
- func KTXNDataOptionDocumentTypeKey() obj.Object
- func KTXNDocumentAttributeAuthorKey() obj.Object
- func KTXNDocumentAttributeCommentKey() obj.Object
- func KTXNDocumentAttributeCompanyNameKey() obj.Object
- func KTXNDocumentAttributeCopyrightKey() obj.Object
- func KTXNDocumentAttributeCreationTimeKey() obj.Object
- func KTXNDocumentAttributeEditorKey() obj.Object
- func KTXNDocumentAttributeKeywordsKey() obj.Object
- func KTXNDocumentAttributeModificationTimeKey() obj.Object
- func KTXNDocumentAttributeSubjectKey() obj.Object
- func KTXNDocumentAttributeTitleKey() obj.Object
- func KTXNMLTEDocumentType() obj.Object
- func KTXNPlainTextDocumentType() obj.Object
- func KTXNQuickTimeDocumentType() obj.Object
- func KTXNRTFDocumentType() obj.Object
- func LMGetKbdLast() uint8
- func LMGetKbdType() uint8
- func LMGetKeyRepThresh() int16
- func LMGetKeyThresh() int16
- func NewAEFilterUPP(userRoutine unsafe.Pointer) unsafe.Pointer
- func NewAEIdleUPP(userRoutine unsafe.Pointer) unsafe.Pointer
- func NewCaretHookUPP(userRoutine unsafe.Pointer) unsafe.Pointer
- func NewControlActionUPP(userRoutine unsafe.Pointer) unsafe.Pointer
- func NewControlEditTextValidationUPP(userRoutine unsafe.Pointer) unsafe.Pointer
- func NewControlKeyFilterUPP(userRoutine unsafe.Pointer) unsafe.Pointer
- func NewControlUserPaneActivateUPP(userRoutine unsafe.Pointer) unsafe.Pointer
- func NewControlUserPaneDrawUPP(userRoutine unsafe.Pointer) unsafe.Pointer
- func NewControlUserPaneFocusUPP(userRoutine unsafe.Pointer) unsafe.Pointer
- func NewControlUserPaneHitTestUPP(userRoutine unsafe.Pointer) unsafe.Pointer
- func NewControlUserPaneIdleUPP(userRoutine unsafe.Pointer) unsafe.Pointer
- func NewControlUserPaneKeyDownUPP(userRoutine unsafe.Pointer) unsafe.Pointer
- func NewControlUserPaneTrackingUPP(userRoutine unsafe.Pointer) unsafe.Pointer
- func NewDataBrowserAcceptDragUPP(userRoutine unsafe.Pointer) unsafe.Pointer
- func NewDataBrowserAddDragItemUPP(userRoutine unsafe.Pointer) unsafe.Pointer
- func NewDataBrowserDrawItemUPP(userRoutine unsafe.Pointer) unsafe.Pointer
- func NewDataBrowserEditItemUPP(userRoutine unsafe.Pointer) unsafe.Pointer
- func NewDataBrowserGetContextualMenuUPP(userRoutine unsafe.Pointer) unsafe.Pointer
- func NewDataBrowserHitTestUPP(userRoutine unsafe.Pointer) unsafe.Pointer
- func NewDataBrowserItemAcceptDragUPP(userRoutine unsafe.Pointer) unsafe.Pointer
- func NewDataBrowserItemCompareUPP(userRoutine unsafe.Pointer) unsafe.Pointer
- func NewDataBrowserItemDataUPP(userRoutine unsafe.Pointer) unsafe.Pointer
- func NewDataBrowserItemDragRgnUPP(userRoutine unsafe.Pointer) unsafe.Pointer
- func NewDataBrowserItemHelpContentUPP(userRoutine unsafe.Pointer) unsafe.Pointer
- func NewDataBrowserItemNotificationUPP(userRoutine unsafe.Pointer) unsafe.Pointer
- func NewDataBrowserItemNotificationWithItemUPP(userRoutine unsafe.Pointer) unsafe.Pointer
- func NewDataBrowserItemReceiveDragUPP(userRoutine unsafe.Pointer) unsafe.Pointer
- func NewDataBrowserItemUPP(userRoutine unsafe.Pointer) unsafe.Pointer
- func NewDataBrowserPostProcessDragUPP(userRoutine unsafe.Pointer) unsafe.Pointer
- func NewDataBrowserReceiveDragUPP(userRoutine unsafe.Pointer) unsafe.Pointer
- func NewDataBrowserSelectContextualMenuUPP(userRoutine unsafe.Pointer) unsafe.Pointer
- func NewDataBrowserTrackingUPP(userRoutine unsafe.Pointer) unsafe.Pointer
- func NewDragDrawingUPP(userRoutine unsafe.Pointer) unsafe.Pointer
- func NewDragInputUPP(userRoutine unsafe.Pointer) unsafe.Pointer
- func NewDragReceiveHandlerUPP(userRoutine unsafe.Pointer) unsafe.Pointer
- func NewDragSendDataUPP(userRoutine unsafe.Pointer) unsafe.Pointer
- func NewDragTrackingHandlerUPP(userRoutine unsafe.Pointer) unsafe.Pointer
- func NewDrawHookUPP(userRoutine unsafe.Pointer) unsafe.Pointer
- func NewEOLHookUPP(userRoutine unsafe.Pointer) unsafe.Pointer
- func NewEditUnicodePostUpdateUPP(userRoutine unsafe.Pointer) unsafe.Pointer
- func NewEventComparatorUPP(userRoutine unsafe.Pointer) unsafe.Pointer
- func NewEventHandlerUPP(userRoutine unsafe.Pointer) unsafe.Pointer
- func NewEventLoopIdleTimerUPP(userRoutine unsafe.Pointer) unsafe.Pointer
- func NewEventLoopTimerUPP(userRoutine unsafe.Pointer) unsafe.Pointer
- func NewGetScrapDataUPP(userRoutine unsafe.Pointer) unsafe.Pointer
- func NewHMControlContentUPP(userRoutine unsafe.Pointer) unsafe.Pointer
- func NewHMMenuItemContentUPP(userRoutine unsafe.Pointer) unsafe.Pointer
- func NewHMMenuTitleContentUPP(userRoutine unsafe.Pointer) unsafe.Pointer
- func NewHMWindowContentUPP(userRoutine unsafe.Pointer) unsafe.Pointer
- func NewHighHookUPP(userRoutine unsafe.Pointer) unsafe.Pointer
- func NewHitTestHookUPP(userRoutine unsafe.Pointer) unsafe.Pointer
- func NewListClickLoopUPP(userRoutine unsafe.Pointer) unsafe.Pointer
- func NewListDefUPP(userRoutine unsafe.Pointer) unsafe.Pointer
- func NewListSearchUPP(userRoutine unsafe.Pointer) unsafe.Pointer
- func NewMenuItemDrawingUPP(userRoutine unsafe.Pointer) unsafe.Pointer
- func NewMenuTitleDrawingUPP(userRoutine unsafe.Pointer) unsafe.Pointer
- func NewModalFilterUPP(userRoutine unsafe.Pointer) unsafe.Pointer
- func NewModalFilterYDUPP(userRoutine unsafe.Pointer) unsafe.Pointer
- func NewNMUPP(userRoutine unsafe.Pointer) unsafe.Pointer
- func NewNWidthHookUPP(userRoutine unsafe.Pointer) unsafe.Pointer
- func NewScrapPromiseKeeperUPP(userRoutine unsafe.Pointer) unsafe.Pointer
- func NewTEClickLoopUPP(userRoutine unsafe.Pointer) unsafe.Pointer
- func NewTEDoTextUPP(userRoutine unsafe.Pointer) unsafe.Pointer
- func NewTEFindWordUPP(userRoutine unsafe.Pointer) unsafe.Pointer
- func NewTERecalcUPP(userRoutine unsafe.Pointer) unsafe.Pointer
- func NewTSMTEPostUpdateUPP(userRoutine unsafe.Pointer) unsafe.Pointer
- func NewTSMTEPreUpdateUPP(userRoutine unsafe.Pointer) unsafe.Pointer
- func NewTXNActionKeyMapperUPP(userRoutine unsafe.Pointer) unsafe.Pointer
- func NewTXNActionNameMapperUPP(userRoutine unsafe.Pointer) unsafe.Pointer
- func NewTXNContextualMenuSetupUPP(userRoutine unsafe.Pointer) unsafe.Pointer
- func NewTXNFindUPP(userRoutine unsafe.Pointer) unsafe.Pointer
- func NewTXNScrollInfoUPP(userRoutine unsafe.Pointer) unsafe.Pointer
- func NewTextWidthHookUPP(userRoutine unsafe.Pointer) unsafe.Pointer
- func NewThemeButtonDrawUPP(userRoutine unsafe.Pointer) unsafe.Pointer
- func NewThemeEraseUPP(userRoutine unsafe.Pointer) unsafe.Pointer
- func NewThemeIteratorUPP(userRoutine unsafe.Pointer) unsafe.Pointer
- func NewThemeTabTitleDrawUPP(userRoutine unsafe.Pointer) unsafe.Pointer
- func NewUserItemUPP(userRoutine unsafe.Pointer) unsafe.Pointer
- func NewWidthHookUPP(userRoutine unsafe.Pointer) unsafe.Pointer
- func NewWindowPaintUPP(userRoutine unsafe.Pointer) unsafe.Pointer
- func NewWindowTitleDrawingUPP(userRoutine unsafe.Pointer) unsafe.Pointer
- func PopSymbolicHotKeyMode(inToken unsafe.Pointer)
- func PostEventToQueue(inQueue EventQueueRef, inEvent EventRef, inPriority int16) error
- func ProcessHICommand(inCommand unsafe.Pointer) int
- func PushSymbolicHotKeyMode(inOptions int) unsafe.Pointer
- func QuitEventLoop(inEventLoop EventLoopRef) error
- func ReceiveNextEvent(inNumTypes int, inList *EventTypeSpec, inTimeout float64, inPullEvent uint8, ...) error
- func RegisterEventHotKey(inHotKeyCode int, inHotKeyModifiers int, inHotKeyID EventHotKeyID, ...) error
- func ReleaseEvent(inEvent EventRef)
- func RemoveEventFromQueue(inQueue EventQueueRef, inEvent EventRef) error
- func RemoveEventHandler(inHandlerRef EventHandlerRef) error
- func RemoveEventLoopTimer(inTimer EventLoopTimerRef) error
- func RemoveEventParameter(inEvent EventRef, inName int) error
- func RemoveEventTypesFromHandler(inHandlerRef EventHandlerRef, inNumTypes int, inList *EventTypeSpec) error
- func RunCurrentEventLoop(inTimeout float64) error
- func SendEventToEventTarget(inEvent EventRef, inTarget EventTargetRef) error
- func SendEventToEventTargetWithOptions(inEvent EventRef, inTarget EventTargetRef, inOptions int) error
- func SetEventLoopTimerNextFireTime(inTimer EventLoopTimerRef, inNextFire float64) error
- func SetEventParameter(inEvent EventRef, inName int, inType int, inSize int, inDataPtr unsafe.Pointer) error
- func SetEventTime(inEvent EventRef, inTime float64) error
- func SetSystemUIMode(inMode int, inOptions int) error
- func TISCreateASCIICapableInputSourceList() corefoundation.CFArrayRef
- func TISCreateInputSourceList(properties corefoundation.CFDictionaryRef, includeAllInstalled uint8) corefoundation.CFArrayRef
- func TISDeselectInputSource(inputSource TISInputSourceRef) error
- func TISDisableInputSource(inputSource TISInputSourceRef) error
- func TISEnableInputSource(inputSource TISInputSourceRef) error
- func TISGetInputSourceProperty(inputSource TISInputSourceRef, propertyKey corefoundation.CFStringRef) unsafe.Pointer
- func TISInputSourceGetTypeID() int
- func TISRegisterInputSource(location obj.Object) error
- func TISSelectInputSource(inputSource TISInputSourceRef) error
- func TISSetInputMethodKeyboardLayoutOverride(keyboardLayout TISInputSourceRef) error
- func TSMGetDocumentProperty(docID TSMDocumentID, propertyTag int, bufferSize int, ...) (result int, actualSize int)
- func TSMRemoveDocumentProperty(docID TSMDocumentID, propertyTag int) error
- func TSMSetDocumentProperty(docID TSMDocumentID, propertyTag int, propertySize int, ...) error
- func UnregisterEventHotKey(inHotKey EventHotKeyRef) error
- type AlertStdAlertParamRec
- type AlertStdCFStringAlertParamRec
- type AlertTemplate
- type BasicWindowDescription
- type Clockid
- type ContextualMenuInterfaceStruct
- func (u *ContextualMenuInterfaceStruct) AsAddRef() func(unsafe.Pointer) uint32
- func (u *ContextualMenuInterfaceStruct) AsExamineContext() func(unsafe.Pointer, unsafe.Pointer, unsafe.Pointer) int32
- func (u *ContextualMenuInterfaceStruct) AsHandleSelection() func(unsafe.Pointer, unsafe.Pointer, int32) int32
- func (u *ContextualMenuInterfaceStruct) AsPostMenuCleanup() func(unsafe.Pointer)
- func (u *ContextualMenuInterfaceStruct) AsQueryInterface() unsafe.Pointer
- func (u *ContextualMenuInterfaceStruct) AsRelease() func(unsafe.Pointer) uint32
- type ControlEditTextSelectionRec
- type ControlFontStyleRec
- type ControlID
- type ControlImageContentInfo
- type ControlKind
- type ControlRef
- type ControlTabEntry
- type ControlTabInfoRec
- type ControlTabInfoRecV1
- type ControlTemplate
- type CtlCTab
- type DataBrowserAccessibilityItemInfo
- type DataBrowserAccessibilityItemInfoV0
- type DataBrowserAccessibilityItemInfoV1
- type DataBrowserCallbacks
- type DataBrowserCustomCallbacks
- type DataBrowserListViewColumnDesc
- type DataBrowserListViewHeaderDesc
- type DataBrowserPropertyDesc
- type DialogTemplate
- type DispatchAutoreleaseFrequency
- type DispatchBlockFlags
- type DragRef
- type EntryID
- type EvCmd
- type EvQEl
- type EventHandlerCallRef
- type EventHandlerRef
- type EventHotKeyID
- type EventHotKeyRef
- type EventLoopRef
- type EventLoopTimer
- type EventLoopTimerRef
- type EventQueueRef
- type EventRecord
- func InvokeAEFilterUPP(returnID int, transactionID int, sender unsafe.Pointer, userUPP unsafe.Pointer) (result uint8, theEvent EventRecord)
- func InvokeAEIdleUPP(mouseRgn unsafe.Pointer, userUPP unsafe.Pointer) (result uint8, theEvent EventRecord, sleepTime int)
- func InvokeModalFilterUPP(theDialog unsafe.Pointer, userUPP unsafe.Pointer) (result uint8, theEvent EventRecord, itemHit int16)
- func InvokeModalFilterYDUPP(theDialog unsafe.Pointer, yourDataPtr unsafe.Pointer, userUPP unsafe.Pointer) (result uint8, theEvent EventRecord, itemHit int16)
- type EventRef
- func AcquireFirstMatchingEventInQueue(inQueue EventQueueRef, inNumTypes int, inList *EventTypeSpec, inOptions int) EventRef
- func CopyEvent(inOther EventRef) EventRef
- func CopyEventAs(inAllocator corefoundation.CFAllocatorRef, inOther EventRef, inEventClass int, ...) EventRef
- func FindSpecificEventInQueue(inQueue EventQueueRef, inComparator unsafe.Pointer, ...) EventRef
- func GetCurrentEvent() EventRef
- func RetainEvent(inEvent EventRef) EventRef
- type EventTargetRef
- type EventTypeSpec
- type FileTranslationList
- type FileTranslationSpec
- type FileTypeSpec
- type FilesecProperty
- type Flag
- type GetGrowImageRegionRec
- type GetWindowRegionRec
- type HFSFlavor
- type HIArchiveRef
- type HIAxisPosition
- type HIAxisScale
- type HIBinding
- type HICommand
- type HICommandExtended
- type HIContentBorderMetrics
- type HILayoutInfo
- type HIObjectClassRef
- type HIObjectRef
- type HIPositioning
- type HIScaling
- type HIScrollBarTrackInfo
- type HISideBinding
- type HIThemeAnimationFrameInfo
- type HIThemeAnimationTimeInfo
- type HIThemeBackgroundDrawInfo
- type HIThemeButtonDrawInfo
- type HIThemeChasingArrowsDrawInfo
- type HIThemeFrameDrawInfo
- type HIThemeGrabberDrawInfo
- type HIThemeGroupBoxDrawInfo
- type HIThemeGrowBoxDrawInfo
- type HIThemeHeaderDrawInfo
- type HIThemeMenuBarDrawInfo
- type HIThemeMenuDrawInfo
- type HIThemeMenuDrawInfoVersionZero
- type HIThemeMenuItemDrawInfo
- type HIThemeMenuTitleDrawInfo
- type HIThemePlacardDrawInfo
- type HIThemePopupArrowDrawInfo
- type HIThemeScrollBarDelimitersDrawInfo
- type HIThemeSegmentDrawInfo
- type HIThemeSeparatorDrawInfo
- type HIThemeSplitterDrawInfo
- type HIThemeTabDrawInfo
- type HIThemeTabDrawInfoVersionZero
- type HIThemeTabPaneDrawInfo
- type HIThemeTabPaneDrawInfoVersionZero
- type HIThemeTextInfo
- type HIThemeTickMarkDrawInfo
- type HIThemeTrackDrawInfo
- type HIThemeWindowDrawInfo
- type HIThemeWindowWidgetDrawInfo
- type HITypeAndCreator
- type HIViewContentInfo
- type HIViewFrameMetrics
- type HIViewKind
- type HIViewTrackingAreaRef
- type HMHelpContent
- type HMHelpContentRec
- type HMStringResType
- type HMenuBarHeader
- type HMenuBarMenu
- type IBNibRef
- type IMKTextInput
- type IMKUnicodeTextInput
- type Idtype
- type IndicatorDragConstraint
- type IpcInfoObjectType
- type KeyboardLayoutRef
- type LHElement
- type LaunchDataType
- type ListDefSpec
- type ListRec
- type MCEntry
- type MDEFDrawData
- type MDEFDrawItemsData
- type MDEFFindItemData
- type MDEFHiliteItemData
- type MDLabelDomain
- type MDQueryOptionFlags
- type MDQuerySortOptionFlags
- type MachVMRangeFlags
- type MachVMRangeFlavor
- type MachVMRangeTag
- type MeasureWindowTitleRec
- type MenuBarHeader
- type MenuBarMenu
- type MenuCRsrc
- type MenuDefSpec
- type MenuItemDataRec
- type MenuRef
- type MenuTrackingData
- type MpoFlags
- type NMRec
- type NXMouseButton
- type NullStRec
- type OSClockid
- type OpaqueControlRef
- type OpaqueDragRef
- type OpaqueEventHandlerCallRef
- type OpaqueEventHandlerRef
- type OpaqueEventHotKeyRef
- type OpaqueEventLoopRef
- type OpaqueEventQueueRef
- type OpaqueEventRef
- type OpaqueEventTargetRef
- type OpaqueHIArchiveRef
- type OpaqueHIObjectClassRef
- type OpaqueHIObjectRef
- type OpaqueHIViewTrackingAreaRef
- type OpaqueIBNibRef
- type OpaqueKeyboardLayoutRef
- type OpaqueMenuRef
- type OpaqueScrapRef
- type OpaqueTSMDocumentID
- type OpaqueTXNObject
- type OpaqueThemeDrawingState
- type OpaqueToolboxObjectClassRef
- type OpaqueWindowGroupRef
- type PMPageToPaperMappingType
- type Perm
- type Point
- type ProgressTrackInfo
- type PromiseHFSFlavor
- type PtrauthKey
- type QosClass
- type RGBColor
- type Rect
- type STElement
- type ScrapFlavorInfo
- type ScrapRef
- type ScrapTranslationList
- type ScrapTypeSpec
- type ScriptLanguageRecord
- type ScriptLanguageSupport
- type ScrollBarTrackInfo
- type ScrpSTElement
- type SetupWindowProxyDragImageRec
- type SliderTrackInfo
- type StScrpRec
- type StandardIconListCellDataRec
- type StyleRun
- type TERec
- type TEStyleRec
- type TISInputSource
- type TISInputSourceRef
- func TISCopyCurrentASCIICapableKeyboardInputSource() TISInputSourceRef
- func TISCopyCurrentASCIICapableKeyboardLayoutInputSource() TISInputSourceRef
- func TISCopyCurrentKeyboardInputSource() TISInputSourceRef
- func TISCopyCurrentKeyboardLayoutInputSource() TISInputSourceRef
- func TISCopyInputMethodKeyboardLayoutOverride() TISInputSourceRef
- func TISCopyInputSourceForLanguage(language corefoundation.CFStringRef) TISInputSourceRef
- type TSMDocumentID
- type TSMGlyphInfo
- type TSMGlyphInfoArray
- type TSMTERec
- type TXNATSUIFeatures
- type TXNATSUIVariations
- type TXNAttributeData
- type TXNBackground
- type TXNBackgroundData
- type TXNCarbonEventInfo
- type TXNControlData
- type TXNLongRect
- type TXNMargins
- type TXNMatchTextRecord
- type TXNObject
- type TXNTab
- type TXNTypeAttributes
- type TabletPointRec
- type TabletProximityRec
- type Tag
- type TextServiceInfo
- type TextServiceList
- type TextStyle
- type ThemeButtonDrawInfo
- type ThemeDrawingState
- type ThemeTrackDrawInfo
- type ThemeWindowMetrics
- type ToolboxObjectClassRef
- type TransitionWindowOptions
- type Type
- type TypeSelectRecord
- type VirtualMemoryGuardExceptionCode
- type WStateData
- type WinCTab
- type WindowDefSpec
- type WindowGroupRef
- type XpcListenerCreateFlags
- type XpcSessionCreateFlags
Constants ¶
const ( DRAWHook = 4 EOLHook = 0 HITTESTHook = 12 TextWidthHook = 28 WIDTHHook = 8 KeyboardDispatch = 43642 ActivMask = 256 ActivateEvt = 8 ActiveFlag = 1 ActiveFlagBit = 0 AdbAddrMask = 16711680 AddSize = 16 AddSizeBit = 4 AlphaLock = 1024 AlphaLockBit = 10 AltDBoxProc = 3 App1Evt = 12 App1Mask = 4096 App2Evt = 13 App2Mask = 8192 App3Evt = 14 App3Mask = 16384 App4Evt = 15 App4Mask = 32768 AppearanceBadBrushIndexErr = -30560 AppearanceBadCursorIndexErr = -30565 AppearanceBadTextColorIndexErr = -30563 AppearanceProcessNotRegisteredErr = -30562 AppearanceProcessRegisteredErr = -30561 AppearanceThemeHasNoAccents = -30564 AppendDITLBottom = 2 AppendDITLRight = 1 AutoKey = 5 AutoKeyMask = 32 BHandleAERecording = 16 BLanguageMask = 255 BScriptLanguageMask = 32767 BScriptMask = 32512 BTakeActiveEvent = 15 BtnCtrl = 0 BtnState = 128 BtnStateBit = 7 CBodyColor = 1 CFrameColor = 0 CTextColor = 2 CThumbColor = 3 Cancel = 2 CautionIcon = 2 CharCodeMask = 255 CheckBoxProc = 1 ChkCtrl = 1 ClrBit = 3 CmdKey = 256 CmdKeyBit = 8 ControlKey = 4096 ControlKeyBit = 12 CtrlItem = 4 DBoxProc = 1 DeskPatID = 16 DialogKind = 2 DiskEvt = 7 DiskMask = 128 DoAll = 15 DoColor = 8 DoFace = 2 DoFont = 1 DoSize = 4 DoToggle = 32 DocumentProc = 0 DomCannot = 0 DomNative = 1 DomTranslateFirst = 2 DomWildcard = 3 DriverEvt = 11 DriverMask = 2048 EditText = 16 ErrDataBrowserInvalidPropertyData = -4974 ErrDataBrowserInvalidPropertyPart = -4973 ErrDataBrowserItemNotAdded = -4975 ErrDataBrowserItemNotFound = -4971 ErrDataBrowserNotConfigured = -4970 ErrDataBrowserPropertyNotFound = -4972 ErrDataBrowserPropertyNotSupported = -4979 ErrHMIllegalContentForMaximumState = -10981 ErrHMIllegalContentForMinimumState = -10980 ErrKBFailSettingID = -30852 ErrKBFailSettingTranslationTable = -30853 ErrKBFailWritePreference = -30854 ErrKBIlligalParameters = -30851 ErrKBPS2KeyboardNotAvailable = -30850 ErrNeedsCompositedWindow = -30598 EventAlreadyPostedErr = -9860 EventClassIncorrectErr = -9864 EventClassInvalidErr = -9862 EventDeferAccessibilityEventErr = -9865 EventHandlerAlreadyInstalledErr = -9866 EventHotKeyExistsErr = -9878 EventHotKeyInvalidErr = -9879 EventInternalErr = -9868 EventKindIncorrectErr = -9869 EventLoopQuitErr = -9876 EventLoopTimedOutErr = -9875 EventNotHandledErr = -9874 EventNotInQueueErr = -9877 EventParameterNotFoundErr = -9870 EventPassToNextTargetErr = -9880 EventTargetBusyErr = -9861 EveryEvent = 65535 FaceBit = 1 FlavorDataPromised = 512 FlavorNotSaved = 4 FlavorSenderOnly = 1 FlavorSenderTranslated = 2 FlavorSystemTranslated = 256 FlavorTypeHFS = 1751544608 FlavorTypePromiseHFS = 1885890163 FloatGrowProc = 1987 FloatProc = 1985 FloatSideGrowProc = 1995 FloatSideProc = 1993 FloatSideZoomGrowProc = 1999 FloatSideZoomProc = 1997 FloatZoomGrowProc = 1991 FloatZoomProc = 1989 FontBit = 0 GestaltContextualMenuAttr = 1668116085 GestaltContextualMenuHasAttributeAndModifierKeys = 2 GestaltContextualMenuHasUnicodeSupport = 3 GestaltContextualMenuTrapAvailable = 1 GestaltContextualMenuUnusedBit = 0 GestaltKBPS2Keyboards = 1 GestaltKBPS2SetIDToAny = 2 GestaltKBPS2SetTranslationTable = 4 GestaltKeyboardsAttr = 1801610355 HAxisOnly = 1 HMenuCmd = 27 HiArchiveEncodingCompleteErr = -6782 HiArchiveHIObjectIgnoresArchivingErr = -6783 HiArchiveKeyNotAvailableErr = -6781 HiArchiveTypeMismatchErr = -6780 HiObjectCannotSubclassSingletonErr = -22084 HiObjectClassExistsErr = -22080 HiObjectClassHasInstancesErr = -22081 HiObjectClassHasSubclassesErr = -22082 HiObjectClassIsAbstractErr = -22083 HiObjectDelegateAlreadyExistsErr = -22090 HiObjectDelegateNotFoundErr = -22091 HierMenu = -1 HighLevelEventMask = 1024 IconItem = 32 InCollapseBox = 11 InContent = 3 InDesk = 0 InDrag = 4 InGoAway = 6 InGrow = 5 InMenuBar = 1 InNoWindow = 0 InProxyIcon = 12 InStructure = 15 InSysWindow = 2 InToolbarButton = 13 InZoomIn = 7 InZoomOut = 8 IntDrawHook = 1 IntEOLHook = 0 IntHitTestHook = 3 IntInlineInputTSMTEPostUpdateHook = 9 IntInlineInputTSMTEPreUpdateHook = 8 IntNWidthHook = 6 IntTextWidthHook = 7 IntWidthHook = 2 ItemDisable = 128 KAEAppearanceChanged = 1953000805 KAEDoNotIgnoreHandler = 0 KAEDontDisposeOnResume = -2147483648 KAEIgnoreAppEventHandler = 2 KAEIgnoreAppPhacHandler = 1 KAEIgnoreSysEventHandler = 8 KAEIgnoreSysPhacHandler = 4 KAEIngoreBuiltInEventHandler = 16 KAEInteractWithAll = 2 KAEInteractWithLocal = 1 KAEInteractWithSelf = 0 KAENoDispatch = 0 KAESmallSystemFontChanged = 1936942702 KAESystemFontChanged = 1937339238 KAEThemeSwitch = 1953000805 KAEUseStandardDispatch = -1 KAEViewsFontChanged = 1986424436 KActivateAndHandleClick = 3 KActivateAndIgnoreClick = 2 KAlertCautionAlert = 2 KAlertDefaultCancelText = -1 KAlertDefaultOKText = -1 KAlertDefaultOtherText = -1 KAlertFlagsAlertIsMovable = 4 KAlertFlagsUseCompositing = 256 KAlertFlagsUseControlHierarchy = 2 KAlertFlagsUseThemeBackground = 1 KAlertFlagsUseThemeControls = 8 KAlertNoteAlert = 1 KAlertPlainAlert = 3 KAlertStdAlertCancelButton = 2 KAlertStdAlertHelpButton = 4 KAlertStdAlertOKButton = 1 KAlertStdAlertOtherButton = 3 KAlertStopAlert = 0 KAlertVariantCode = 7 KAlertWindowClass = 1 KAllWindowClasses = 4294967295 KAltPlainWindowClass = 16 KAppearanceEventClass = 1634758770 KAppearancePartDownButton = 21 KAppearancePartIndicator = 129 KAppearancePartLeftButton = 20 KAppearancePartMetaDisabled = 254 KAppearancePartMetaInactive = 255 KAppearancePartMetaNone = 0 KAppearancePartPageDownArea = 23 KAppearancePartPageLeftArea = 22 KAppearancePartPageRightArea = 23 KAppearancePartPageUpArea = 22 KAppearancePartRightButton = 21 KAppearancePartUpButton = 20 KAppearanceRegionCloseBox = 2 KAppearanceRegionCollapseBox = 7 KAppearanceRegionContent = 33 KAppearanceRegionDrag = 5 KAppearanceRegionGrow = 6 KAppearanceRegionStructure = 32 KAppearanceRegionTitleBar = 0 KAppearanceRegionTitleProxyIcon = 8 KAppearanceRegionTitleText = 1 KAppearanceRegionToolbarButton = 41 KAppearanceRegionZoomBox = 3 KAppleLogoCharCode = 20 KAppleLogoUnicode = 63743 KApplicationWindowKind = 8 KAvailBoundsChangedForDisplay = 2 KAvailBoundsChangedForDock = 1 KAvailBoundsChangedForMenuBar = 4 KBackspaceCharCode = 8 KBellCharCode = 7 KBulletCharCode = 165 KBulletUnicode = 8226 KButtonDialogItem = 4 KCMActivateTextService = 4 KCMCopyTextServiceInputModeList = 15 KCMDeactivateTextService = 5 KCMFixTextService = 9 KCMGetInputModePaletteMenu = 17 KCMGetScriptLangSupport = 1 KCMGetTextServiceMenu = 7 KCMGetTextServiceProperty = 12 KCMHelpItemAppleGuide = 1 KCMHelpItemNoHelp = 0 KCMHelpItemOtherHelp = 2 KCMHelpItemRemoveHelp = 3 KCMHidePaletteWindows = 11 KCMInitiateTextService = 2 KCMInputModePaletteItemHit = 16 KCMMenuItemSelected = 1 KCMNothingSelected = 0 KCMSetTextServiceCursor = 10 KCMSetTextServiceProperty = 13 KCMShowHelpSelected = 3 KCMTerminateTextService = 3 KCMTextServiceEvent = 6 KCMTextServiceEventRef = 6 KCMTextServiceMenuSelect = 8 KCMUCTextServiceEvent = 14 KCautionIcon = 2 KCenterOnScreen = 2 KCharacterPaletteInputMethodClass = 1668312180 KCheckBoxDialogItem = 5 KCheckCharCode = 18 KCheckUnicode = 10003 KClearCharCode = 27 KCommandCharCode = 17 KCommandUnicode = 8984 KControlAddFontSizeMask = 256 KControlAddToMetaFontMask = 512 KControlAutoToggles = 16384 KControlBehaviorCommandMenu = 8192 KControlBehaviorMultiValueMenu = 16384 KControlBehaviorOffsetContents = 32768 KControlBehaviorSingleValueMenu = 0 KControlBehaviorSticky = 512 KControlBehaviorToggles = 256 KControlBevelButtonAlignBottom = 4 KControlBevelButtonAlignBottomLeft = 6 KControlBevelButtonAlignBottomRight = 8 KControlBevelButtonAlignCenter = 0 KControlBevelButtonAlignLeft = 1 KControlBevelButtonAlignRight = 2 KControlBevelButtonAlignSysDirection = -1 KControlBevelButtonAlignTextCenter = 1 KControlBevelButtonAlignTextFlushLeft = -2 KControlBevelButtonAlignTextFlushRight = -1 KControlBevelButtonAlignTextSysDirection = 0 KControlBevelButtonAlignTop = 3 KControlBevelButtonAlignTopLeft = 5 KControlBevelButtonAlignTopRight = 7 KControlBevelButtonCenterPopupGlyphTag = 1885826147 KControlBevelButtonContentTag = 1668247156 KControlBevelButtonGraphicAlignTag = 1734437993 KControlBevelButtonGraphicOffsetTag = 1735353958 KControlBevelButtonIsMultiValueMenuTag = 1836412020 KControlBevelButtonKindTag = 1650811499 KControlBevelButtonLargeBevel = 2 KControlBevelButtonLargeBevelProc = 34 KControlBevelButtonLargeBevelVariant = 2 KControlBevelButtonLastMenuTag = 1819111029 KControlBevelButtonMenuDelayTag = 1835297913 KControlBevelButtonMenuHandleTag = 1835560548 KControlBevelButtonMenuOnBottom = 0 KControlBevelButtonMenuOnRight = 4 KControlBevelButtonMenuOnRightVariant = 4 KControlBevelButtonMenuRefTag = 1835560548 KControlBevelButtonMenuValueTag = 1836474732 KControlBevelButtonNormalBevel = 1 KControlBevelButtonNormalBevelProc = 33 KControlBevelButtonNormalBevelVariant = 1 KControlBevelButtonOwnedMenuRefTag = 1869443686 KControlBevelButtonPlaceAboveGraphic = 4 KControlBevelButtonPlaceBelowGraphic = 3 KControlBevelButtonPlaceNormally = 0 KControlBevelButtonPlaceSysDirection = -1 KControlBevelButtonPlaceToLeftOfGraphic = 2 KControlBevelButtonPlaceToRightOfGraphic = 1 KControlBevelButtonScaleIconTag = 1935892844 KControlBevelButtonSmallBevel = 0 KControlBevelButtonSmallBevelProc = 32 KControlBevelButtonSmallBevelVariant = 0 KControlBevelButtonTextAlignTag = 1952541801 KControlBevelButtonTextOffsetTag = 1953457766 KControlBevelButtonTextPlaceTag = 1953524835 KControlBevelButtonTransformTag = 1953653102 KControlBoundsChangePositionChanged = 8 KControlBoundsChangeSizeChanged = 4 KControlButtonPart = 10 KControlChasingArrowsAnimatingTag = 1634625901 KControlChasingArrowsProc = 112 KControlCheckBoxAutoToggleProc = 371 KControlCheckBoxCheckedValue = 1 KControlCheckBoxMixedValue = 2 KControlCheckBoxPart = 11 KControlCheckBoxProc = 369 KControlCheckBoxUncheckedValue = 0 KControlClickableMetaPart = -4 KControlClockAMPMPart = 12 KControlClockAbsoluteTimeTag = 1633842036 KControlClockAnimatingTag = 1634625901 KControlClockDateProc = 242 KControlClockFlagDisplayOnly = 1 KControlClockFlagLive = 2 KControlClockFlagStandard = 0 KControlClockFontStyleTag = 1718578804 KControlClockHourDayPart = 9 KControlClockIsDisplayOnly = 1 KControlClockIsLive = 2 KControlClockLongDateTag = 1684108389 KControlClockMinuteMonthPart = 10 KControlClockMonthYearProc = 243 KControlClockNoFlags = 0 KControlClockPart = 8 KControlClockSecondYearPart = 11 KControlClockTimeProc = 240 KControlClockTimeSecondsProc = 241 KControlClockTypeHourMinute = 0 KControlClockTypeHourMinuteSecond = 1 KControlClockTypeMonthDayYear = 2 KControlClockTypeMonthYear = 3 KControlCollectionTagBounds = 1651471726 KControlCollectionTagCommand = 1668113440 KControlCollectionTagIDID = 1768188260 KControlCollectionTagIDSignature = 1768190825 KControlCollectionTagMaximum = 1835104288 KControlCollectionTagMinimum = 1835626016 KControlCollectionTagRefCon = 1919247971 KControlCollectionTagTitle = 1953068140 KControlCollectionTagUnicodeTitle = 1970566252 KControlCollectionTagValue = 1986096245 KControlCollectionTagVarCode = 1986097763 KControlCollectionTagViewSize = 1986618743 KControlCollectionTagVisibility = 1986622313 KControlColorTableResourceType = 1667462242 KControlContentAlertIconRes = 5 KControlContentCGImageRef = 134 KControlContentCIconHandle = 130 KControlContentCIconRes = 2 KControlContentICON = 133 KControlContentICONRes = 4 KControlContentIconRef = 132 KControlContentIconSuiteHandle = 129 KControlContentIconSuiteRes = 1 KControlContentMetaPart = -2 KControlContentPictHandle = 131 KControlContentPictRes = 3 KControlContentTag = 1668247156 KControlContentTextOnly = 0 KControlDataBrowserDraggedPart = 25 KControlDataBrowserEditTextKeyFilterTag = 1718383730 KControlDataBrowserEditTextValidationProcTag = 1986096233 KControlDataBrowserIncludesFrameAndFocusTag = 1651663986 KControlDataBrowserKeyFilterTag = 1718383730 KControlDataBrowserPart = 24 KControlDefProcResourceType = 1128547654 KControlDefProcType = 1128547654 KControlDialogItem = 4 KControlDisabledPart = 254 KControlDisclosureButtonClosed = 0 KControlDisclosureButtonDisclosed = 1 KControlDisclosureTrianglePointDefault = 0 KControlDisclosureTrianglePointLeft = 2 KControlDisclosureTrianglePointRight = 1 KControlDownButtonPart = 21 KControlEditTextCFStringTag = 1667658612 KControlEditTextCharCount = 1667789411 KControlEditTextFixedTextTag = 1718909044 KControlEditTextInlineInputProc = 276 KControlEditTextInlinePostUpdateProcTag = 1886352752 KControlEditTextInlinePreUpdateProcTag = 1886549360 KControlEditTextInsertCFStringRefTag = 1768842086 KControlEditTextInsertTextBufferTag = 1768846456 KControlEditTextKeyFilterTag = 1718383730 KControlEditTextKeyScriptBehaviorTag = 1802724210 KControlEditTextLockedTag = 1819239275 KControlEditTextPart = 5 KControlEditTextPasswordCFStringTag = 1886872422 KControlEditTextPasswordProc = 274 KControlEditTextPasswordTag = 1885434739 KControlEditTextProc = 272 KControlEditTextSelectionTag = 1936026725 KControlEditTextSingleLineTag = 1936157795 KControlEditTextSpellCheckAsYouTypeTag = 1935892852 KControlEditTextSpellCheckingTag = 1936745323 KControlEditTextStyleTag = 1718578804 KControlEditTextTEHandleTag = 1952997742 KControlEditTextTextTag = 1952807028 KControlEditTextValidationProcTag = 1986096233 KControlEditUnicodeTextPasswordProc = 914 KControlEditUnicodeTextPostUpdateProcTag = 1970304368 KControlEditUnicodeTextProc = 912 KControlEntireControl = 0 KControlFocusNextPart = -1 KControlFocusNoPart = 0 KControlFocusPrevPart = -2 KControlFontBigSystemFont = -1 KControlFontMiniSystemFont = -5 KControlFontSmallBoldSystemFont = -3 KControlFontSmallSystemFont = -2 KControlFontStyleTag = 1718578804 KControlFontViewSystemFont = -4 KControlGetsFocusOnClick = 256 KControlGroupBoxCheckBoxProc = 161 KControlGroupBoxFontStyleTag = 1718578804 KControlGroupBoxFrameRectTag = 1718773091 KControlGroupBoxMenuHandleTag = 1835557230 KControlGroupBoxMenuRefTag = 1835557230 KControlGroupBoxPopupButtonProc = 162 KControlGroupBoxSecondaryCheckBoxProc = 165 KControlGroupBoxSecondaryPopupButtonProc = 166 KControlGroupBoxSecondaryTextTitleProc = 164 KControlGroupBoxTextTitleProc = 160 KControlGroupBoxTitleRectTag = 1953654115 KControlHandlesTracking = 32 KControlHasRadioBehavior = 2048 KControlHasSpecialBackground = 128 KControlIconAlignmentTag = 1634494318 KControlIconContentTag = 1668247156 KControlIconNoTrackProc = 321 KControlIconPart = 7 KControlIconProc = 320 KControlIconRefNoTrackProc = 325 KControlIconRefProc = 324 KControlIconResourceIDTag = 1769104755 KControlIconSuiteNoTrackProc = 323 KControlIconSuiteProc = 322 KControlIconTransformTag = 1953654381 KControlIdlesWithTimer = 8388608 KControlImageWellContentTag = 1668247156 KControlImageWellIsDragDestinationTag = 1685217639 KControlImageWellPart = 26 KControlImageWellProc = 176 KControlImageWellTransformTag = 1953653102 KControlInactivePart = 255 KControlIndicatorPart = 129 KControlInvertsUpDownValueMeaning = 16777216 KControlKeyFilterBlockKey = 0 KControlKeyFilterPassKey = 1 KControlKeyFilterTag = 1718383730 KControlKeyScriptBehaviorAllowAnyScript = 1634629920 KControlKeyScriptBehaviorPrefersRoman = 1886547310 KControlKeyScriptBehaviorRequiresRoman = 1920101742 KControlKindBevelButton = 1650816620 KControlKindChasingArrows = 1667330674 KControlKindCheckBox = 1667395448 KControlKindCheckGroupBox = 1667723888 KControlKindClock = 1668047723 KControlKindDataBrowser = 1684108386 KControlKindDisclosureButton = 1684632418 KControlKindDisclosureTriangle = 1684632436 KControlKindEditText = 1702131828 KControlKindEditUnicodeText = 1702196344 KControlKindGroupBox = 1735553122 KControlKindHIComboBox = 1667392120 KControlKindHIGrowBoxView = 1735552887 KControlKindHIImageView = 1768776039 KControlKindHIMenuView = 1835363957 KControlKindHIScrollView = 1935897196 KControlKindHISearchField = 1936877156 KControlKindHIStandardMenuView = 1936551541 KControlKindHITextView = 1751741560 KControlKindIcon = 1768124270 KControlKindImageWell = 2003135596 KControlKindListBox = 1818390392 KControlKindLittleArrows = 1818325618 KControlKindPicture = 1885954932 KControlKindPlacard = 1886151011 KControlKindPopupArrow = 1885434482 KControlKindPopupButton = 1886351458 KControlKindPopupGroupBox = 1885827696 KControlKindProgressBar = 1886545762 KControlKindPushButton = 1886745448 KControlKindPushIconButton = 1885954926 KControlKindRadioButton = 1919183215 KControlKindRadioGroup = 1919382128 KControlKindRelevanceBar = 1919249506 KControlKindRoundButton = 1919837282 KControlKindScrollBar = 1935827314 KControlKindScrollingTextBox = 1937007224 KControlKindSeparator = 1936027745 KControlKindSignatureApple = 1634758764 KControlKindSlider = 1936483442 KControlKindStaticText = 1937012852 KControlKindTabs = 1952539251 KControlKindTag = 1802071652 KControlKindUserPane = 1970299246 KControlKindWindowHeader = 2003330404 KControlLabelPart = 1 KControlListBoxAutoSizeProc = 353 KControlListBoxDoubleClickPart = 25 KControlListBoxDoubleClickTag = 1684171875 KControlListBoxFontStyleTag = 1718578804 KControlListBoxKeyFilterTag = 1718383730 KControlListBoxLDEFTag = 1818518886 KControlListBoxListHandleTag = 1818780014 KControlListBoxPart = 24 KControlListBoxProc = 352 KControlListDescResType = 1818518899 KControlLittleArrowsIncrementValueTag = 1768842098 KControlLittleArrowsProc = 96 KControlMenuPart = 2 KControlNoContent = 0 KControlNoPart = 0 KControlNoVariant = 0 KControlOpaqueMetaPart = -3 KControlPageDownPart = 23 KControlPageUpPart = 22 KControlPictureHandleTag = 1885954920 KControlPictureNoTrackProc = 305 KControlPicturePart = 6 KControlPictureProc = 304 KControlPlacardProc = 224 KControlPopupArrowEastProc = 192 KControlPopupArrowNorthProc = 194 KControlPopupArrowOrientationEast = 0 KControlPopupArrowOrientationNorth = 2 KControlPopupArrowOrientationSouth = 3 KControlPopupArrowOrientationWest = 1 KControlPopupArrowSizeNormal = 0 KControlPopupArrowSizeSmall = 1 KControlPopupArrowSmallEastProc = 196 KControlPopupArrowSmallNorthProc = 198 KControlPopupArrowSmallSouthProc = 199 KControlPopupArrowSmallWestProc = 197 KControlPopupArrowSouthProc = 195 KControlPopupArrowWestProc = 193 KControlPopupButtonCheckCurrentTag = 1667785579 KControlPopupButtonExtraHeightTag = 1702389876 KControlPopupButtonMenuHandleTag = 1835557230 KControlPopupButtonMenuIDTag = 1835952484 KControlPopupButtonMenuRefTag = 1835557230 KControlPopupButtonOwnedMenuRefTag = 1869443686 KControlPopupButtonProc = 400 KControlPopupFixedWidthVariant = 1 KControlPopupUseAddResMenuVariant = 4 KControlPopupUseWFontVariant = 8 KControlPopupVariableWidthVariant = 2 KControlProgressBarAnimatingTag = 1634625901 KControlProgressBarIndeterminateTag = 1768842341 KControlProgressBarProc = 80 KControlPropertyPersistent = 1 KControlPushButLeftIconProc = 374 KControlPushButRightIconProc = 375 KControlPushButtonAnimatingTag = 1634625901 KControlPushButtonCancelTag = 1668178796 KControlPushButtonContentTag = 1668247156 KControlPushButtonDefaultTag = 1684434036 KControlPushButtonIconAlignmentTag = 1668311393 KControlPushButtonIconOnLeft = 6 KControlPushButtonIconOnRight = 7 KControlPushButtonIsTexturedTag = 1835365484 KControlPushButtonProc = 368 KControlRadioButtonAutoToggleProc = 372 KControlRadioButtonCheckedValue = 1 KControlRadioButtonMixedValue = 2 KControlRadioButtonPart = 11 KControlRadioButtonProc = 370 KControlRadioButtonUncheckedValue = 0 KControlRadioGroupPart = 27 KControlRadioGroupProc = 416 KControlRelevanceBarProc = 81 KControlRoundButtonContentTag = 1668247156 KControlRoundButtonLargeSize = 2 KControlRoundButtonNormalSize = 0 KControlRoundButtonSizeTag = 1936292453 KControlScrollBarLiveProc = 386 KControlScrollBarProc = 384 KControlScrollBarShowsArrowsTag = 1634890351 KControlScrollTextBoxAnimatingTag = 1634625901 KControlScrollTextBoxAutoScrollAmountTag = 1935764852 KControlScrollTextBoxAutoScrollProc = 433 KControlScrollTextBoxContentsTag = 1953654131 KControlScrollTextBoxDelayBeforeAutoScrollTag = 1937007724 KControlScrollTextBoxDelayBetweenAutoScrollTag = 1935893612 KControlScrollTextBoxProc = 432 KControlSearchFieldCancelPart = 30 KControlSearchFieldMenuPart = 31 KControlSeparatorLineProc = 144 KControlSizeAuto = 65535 KControlSizeLarge = 2 KControlSizeMini = 3 KControlSizeNormal = 0 KControlSizeSmall = 1 KControlSizeTag = 1936292453 KControlSliderDoesNotPoint = 2 KControlSliderHasTickMarks = 2 KControlSliderLiveFeedback = 1 KControlSliderNonDirectional = 8 KControlSliderPointsDownOrRight = 0 KControlSliderPointsUpOrLeft = 1 KControlSliderProc = 48 KControlSliderReverseDirection = 4 KControlStaticTextCFStringTag = 1667658612 KControlStaticTextIsMultilineTag = 1937009005 KControlStaticTextProc = 288 KControlStaticTextStyleTag = 1718578804 KControlStaticTextTextHeightTag = 1952998761 KControlStaticTextTextTag = 1952807028 KControlStaticTextTruncTag = 1953658222 KControlStructureMetaPart = -1 KControlSupportsCalcBestRect = 512 KControlSupportsClickActivation = 4194304 KControlSupportsContextualMenus = 2097152 KControlSupportsDataAccess = 64 KControlSupportsDragAndDrop = 4096 KControlSupportsEmbedding = 2 KControlSupportsFlattening = 524288 KControlSupportsFocus = 4 KControlSupportsGetRegion = 131072 KControlSupportsGhosting = 1 KControlSupportsLiveFeedback = 1024 KControlSupportsSetCursor = 1048576 KControlTabContentRectTag = 1919247220 KControlTabDirectionEast = 2 KControlTabDirectionNorth = 0 KControlTabDirectionSouth = 1 KControlTabDirectionWest = 3 KControlTabEnabledFlagTag = 1701732706 KControlTabFontStyleTag = 1718578804 KControlTabImageContentTag = 1668247156 KControlTabInfoTag = 1952539241 KControlTabInfoVersionOne = 1 KControlTabInfoVersionZero = 0 KControlTabLargeEastProc = 132 KControlTabLargeNorthProc = 128 KControlTabLargeProc = 128 KControlTabLargeSouthProc = 130 KControlTabLargeWestProc = 134 KControlTabListResType = 1952539171 KControlTabSizeLarge = 0 KControlTabSizeMini = 3 KControlTabSizeSmall = 1 KControlTabSmallEastProc = 133 KControlTabSmallNorthProc = 129 KControlTabSmallProc = 129 KControlTabSmallSouthProc = 131 KControlTabSmallWestProc = 135 KControlTemplateResourceType = 1129206860 KControlThemeTextFontTag = 1952999028 KControlThemeTextHorizontalFlushTag = 1952999526 KControlThemeTextInfoTag = 1953002601 KControlThemeTextTruncationTag = 1953002612 KControlThemeTextVerticalFlushTag = 1953003110 KControlTriangleAutoToggleProc = 66 KControlTriangleLastValueTag = 1818325876 KControlTriangleLeftFacingAutoToggleProc = 67 KControlTriangleLeftFacingProc = 65 KControlTrianglePart = 4 KControlTriangleProc = 64 KControlUnicode = 8963 KControlUpButtonPart = 20 KControlUseAllMask = 255 KControlUseBackColorMask = 16 KControlUseFaceMask = 2 KControlUseFontMask = 1 KControlUseForeColorMask = 8 KControlUseJustMask = 64 KControlUseModeMask = 32 KControlUseSizeMask = 4 KControlUseThemeFontIDMask = 128 KControlUserItemDrawProcTag = 1969841264 KControlUserPaneActivateProcTag = 1633907817 KControlUserPaneBackgroundProcTag = 1650549611 KControlUserPaneDrawProcTag = 1685217655 KControlUserPaneFocusProcTag = 1718575977 KControlUserPaneHitTestProcTag = 1751741556 KControlUserPaneIdleProcTag = 1768189029 KControlUserPaneKeyDownProcTag = 1801812324 KControlUserPaneProc = 256 KControlUserPaneTrackingProcTag = 1953653099 KControlUsesOwningWindowsFontVariant = 8 KControlWantsActivate = 16 KControlWantsIdle = 8 KControlWindowHeaderIsListHeaderTag = 1769172072 KControlWindowHeaderProc = 336 KControlWindowListViewHeaderProc = 337 KDataBrowserAlwaysExtendSelection = 32 KDataBrowserAttributeAutoHideScrollBars = 8 KDataBrowserAttributeColumnViewResizeWindow = 1 KDataBrowserAttributeListViewAlternatingRowColors = 2 KDataBrowserAttributeListViewDrawColumnDividers = 4 KDataBrowserAttributeNone = 0 KDataBrowserAttributeReserveGrowBoxSpace = 16 KDataBrowserCheckboxTriState = 256 KDataBrowserCheckboxType = 1667785336 KDataBrowserClientPropertyFlagsMask = -16777216 KDataBrowserClientPropertyFlagsOffset = 24 KDataBrowserCmdTogglesSelection = 8 KDataBrowserColumnView = 1668050294 KDataBrowserColumnViewPreviewProperty = 10 KDataBrowserContainerAliasIDProperty = 9 KDataBrowserContainerClosed = 10 KDataBrowserContainerClosing = 9 KDataBrowserContainerIsClosableProperty = 6 KDataBrowserContainerIsOpen = 2 KDataBrowserContainerIsOpenableProperty = 5 KDataBrowserContainerIsSortableProperty = 7 KDataBrowserContainerOpened = 8 KDataBrowserContainerSorted = 12 KDataBrowserContainerSorting = 11 KDataBrowserContentHit = 1 KDataBrowserCustomType = 1061109567 KDataBrowserDateTimeDateOnly = 512 KDataBrowserDateTimeRelative = 256 KDataBrowserDateTimeSecondsToo = 2048 KDataBrowserDateTimeTimeOnly = 1024 KDataBrowserDateTimeType = 1684108389 KDataBrowserDefaultPropertyFlags = 0 KDataBrowserDoNotTruncateText = 768 KDataBrowserDragSelect = 1 KDataBrowserEditMsgClear = 1668048225 KDataBrowserEditMsgCopy = 1668247673 KDataBrowserEditMsgCut = 1668641824 KDataBrowserEditMsgPaste = 1885434740 KDataBrowserEditMsgRedo = 1919247471 KDataBrowserEditMsgSelectAll = 1935764588 KDataBrowserEditMsgUndo = 1970168943 KDataBrowserEditStarted = 3 KDataBrowserEditStopped = 4 KDataBrowserIconAndTextType = 1953063790 KDataBrowserIconType = 1768124018 KDataBrowserItemAdded = 1 KDataBrowserItemAnyState = 4294967295 KDataBrowserItemDeselected = 6 KDataBrowserItemDoubleClicked = 7 KDataBrowserItemIsActiveProperty = 1 KDataBrowserItemIsContainerProperty = 4 KDataBrowserItemIsDragTarget = 4 KDataBrowserItemIsEditableProperty = 3 KDataBrowserItemIsSelectableProperty = 2 KDataBrowserItemIsSelected = 1 KDataBrowserItemNoProperty = 0 KDataBrowserItemNoState = 0 KDataBrowserItemParentContainerProperty = 11 KDataBrowserItemRemoved = 2 KDataBrowserItemSelected = 5 KDataBrowserItemSelfIdentityProperty = 8 KDataBrowserItemsAdd = 0 KDataBrowserItemsAssign = 1 KDataBrowserItemsRemove = 3 KDataBrowserItemsToggle = 2 KDataBrowserLatestCallbacks = 0 KDataBrowserLatestCustomCallbacks = 0 KDataBrowserListView = 1819505782 KDataBrowserListViewAppendColumn = -1 KDataBrowserListViewDefaultColumnFlags = 393216 KDataBrowserListViewLatestHeaderDesc = 0 KDataBrowserListViewMovableColumn = 131072 KDataBrowserListViewNoGapForIconInHeaderButton = 1048576 KDataBrowserListViewSelectionColumn = 65536 KDataBrowserListViewSortableColumn = 262144 KDataBrowserListViewTypeSelectColumn = 524288 KDataBrowserMetricCellContentInset = 1 KDataBrowserMetricDisclosureColumnEdgeInset = 3 KDataBrowserMetricDisclosureColumnPerDepthGap = 5 KDataBrowserMetricDisclosureTriangleAndContentGap = 4 KDataBrowserMetricIconAndTextGap = 2 KDataBrowserMetricLast = 5 KDataBrowserNeverEmptySelectionSet = 64 KDataBrowserNoDisjointSelection = 16 KDataBrowserNoItem = 0 KDataBrowserNoView = 1061109567 KDataBrowserNothingHit = 0 KDataBrowserOrderDecreasing = 2 KDataBrowserOrderIncreasing = 1 KDataBrowserOrderUndefined = 0 KDataBrowserPopupMenuButtonless = 256 KDataBrowserPopupMenuType = 1835363957 KDataBrowserProgressBarType = 1886547815 KDataBrowserPropertyCheckboxPart = 1667785336 KDataBrowserPropertyContentPart = 757935405 KDataBrowserPropertyDisclosurePart = 1684632419 KDataBrowserPropertyEnclosingPart = 0 KDataBrowserPropertyFlagsMask = 65280 KDataBrowserPropertyFlagsOffset = 8 KDataBrowserPropertyIconPart = 1768124018 KDataBrowserPropertyIsEditable = 1 KDataBrowserPropertyIsMutable = 1 KDataBrowserPropertyModificationFlags = 65280 KDataBrowserPropertyProgressBarPart = 1886547815 KDataBrowserPropertyRelevanceRankPart = 1918987883 KDataBrowserPropertySliderPart = 1936483442 KDataBrowserPropertyTextPart = 1952807028 KDataBrowserRelativeDateTime = 256 KDataBrowserRelevanceRankType = 1918987883 KDataBrowserResetSelection = 4 KDataBrowserRevealAndCenterInView = 1 KDataBrowserRevealOnly = 0 KDataBrowserRevealWithoutSelecting = 2 KDataBrowserSelectOnlyOne = 2 KDataBrowserSelectionAnchorDown = 1 KDataBrowserSelectionAnchorLeft = 2 KDataBrowserSelectionAnchorRight = 3 KDataBrowserSelectionAnchorUp = 0 KDataBrowserSelectionSetChanged = 14 KDataBrowserSliderDownwardThumb = 512 KDataBrowserSliderPlainThumb = 0 KDataBrowserSliderType = 1936483442 KDataBrowserSliderUpwardThumb = 256 KDataBrowserStopTracking = -1 KDataBrowserTableViewFillHilite = 1 KDataBrowserTableViewLastColumn = -1 KDataBrowserTableViewMinimalHilite = 0 KDataBrowserTableViewSelectionColumn = 65536 KDataBrowserTargetChanged = 15 KDataBrowserTextType = 1952807028 KDataBrowserTruncateTextAtEnd = 512 KDataBrowserTruncateTextAtStart = 256 KDataBrowserTruncateTextMiddle = 0 KDataBrowserUniversalPropertyFlags = 255 KDataBrowserUniversalPropertyFlagsMask = 255 KDataBrowserUserStateChanged = 13 KDataBrowserUserToggledContainer = 16 KDataBrowserViewSpecificFlagsMask = 16711680 KDataBrowserViewSpecificFlagsOffset = 16 KDataBrowserViewSpecificPropertyFlags = 16711680 KDeleteCharCode = 127 KDialogFlagsHandleMovableModal = 4 KDialogFlagsUseCompositing = 256 KDialogFlagsUseControlHierarchy = 2 KDialogFlagsUseThemeBackground = 1 KDialogFlagsUseThemeControls = 8 KDialogFontAddFontSizeMask = 256 KDialogFontAddToMetaFontMask = 1024 KDialogFontNoFontStyle = 0 KDialogFontUseAllMask = 255 KDialogFontUseBackColorMask = 16 KDialogFontUseFaceMask = 2 KDialogFontUseFontMask = 1 KDialogFontUseFontNameMask = 512 KDialogFontUseForeColorMask = 8 KDialogFontUseJustMask = 64 KDialogFontUseModeMask = 32 KDialogFontUseSizeMask = 4 KDialogFontUseThemeFontIDMask = 128 KDialogWindowKind = 2 KDiamondCharCode = 19 KDiamondUnicode = 9670 KDoNotActivateAndHandleClick = 1 KDoNotActivateAndIgnoreClick = 0 KDocumentWindowClass = 6 KDocumentWindowVariantCode = 0 KDownArrowCharCode = 31 KDragActionAlias = 2 KDragActionAll = 4294967295 KDragActionCopy = 1 KDragActionDelete = 32 KDragActionGeneric = 4 KDragActionMove = 16 KDragActionNothing = 0 KDragActionPrivate = 8 KDragBehaviorNone = 0 KDragBehaviorZoomBackAnimation = 1 KDragDarkTranslucency = 1 KDragDarkerTranslucency = 2 KDragDoNotScaleImage = 32 KDragFlavorTypeHFS = 1751544608 KDragFlavorTypePromiseHFS = 1885890163 KDragHasLeftSenderWindow = 1 KDragInsideSenderApplication = 2 KDragInsideSenderWindow = 4 KDragOpaqueTranslucency = 3 KDragPromisedFlavor = 1718842192 KDragPromisedFlavorFindFile = 1918332209 KDragPseudoCreatorVolumeOrDirectory = 1296122707 KDragPseudoFileTypeDirectory = 1718578276 KDragPseudoFileTypeVolume = 1684632427 KDragRegionAndImage = 16 KDragRegionBegin = 1 KDragRegionDraw = 2 KDragRegionEnd = 5 KDragRegionHide = 3 KDragRegionIdle = 4 KDragStandardDropLocationTrash = 1953657704 KDragStandardDropLocationUnknown = 1970170734 KDragStandardTranslucency = 0 KDragTrackingEnterControl = 2 KDragTrackingEnterHandler = 1 KDragTrackingEnterWindow = 2 KDragTrackingInControl = 3 KDragTrackingInWindow = 3 KDragTrackingLeaveControl = 4 KDragTrackingLeaveHandler = 5 KDragTrackingLeaveWindow = 4 KDrawControlEntireControl = 0 KDrawControlIndicatorOnly = 129 KDrawerWindowClass = 20 KEditTextDialogItem = 16 KEndCharCode = 4 KEnterCharCode = 3 KEscapeCharCode = 27 KEventAccessibleGetAllActionNames = 41 KEventAccessibleGetAllAttributeNames = 21 KEventAccessibleGetAllParameterizedAttributeNames = 25 KEventAccessibleGetChildAtPoint = 1 KEventAccessibleGetFocusedChild = 2 KEventAccessibleGetNamedActionDescription = 44 KEventAccessibleGetNamedAttribute = 22 KEventAccessibleIsNamedAttributeSettable = 24 KEventAccessiblePerformNamedAction = 42 KEventAccessibleSetNamedAttribute = 23 KEventAppActivated = 1 KEventAppActiveWindowChanged = 111 KEventAppAvailableWindowBoundsChanged = 110 KEventAppDeactivated = 2 KEventAppFocusDrawer = 12 KEventAppFocusMenuBar = 8 KEventAppFocusNextDocumentWindow = 9 KEventAppFocusNextFloatingWindow = 10 KEventAppFocusToolbar = 11 KEventAppFrontSwitched = 7 KEventAppGetDockTileMenu = 20 KEventAppHidden = 107 KEventAppIsEventInInstantMouser = 104 KEventAppLaunchNotification = 4 KEventAppLaunched = 5 KEventAppQuit = 3 KEventAppShown = 108 KEventAppSystemUIModeChanged = 109 KEventAppTerminated = 6 KEventAppUpdateDockTile = 21 KEventAppearanceScrollBarVariantChanged = 1 KEventAppleEvent = 1 KEventAttributeMonitored = 8 KEventAttributeNone = 0 KEventAttributeUserEvent = 1 KEventClassAccessibility = 1633903461 KEventClassAppearance = 1634758765 KEventClassAppleEvent = 1701867619 KEventClassApplication = 1634758764 KEventClassClockView = 1668050787 KEventClassCommand = 1668113523 KEventClassControl = 1668183148 KEventClassDataBrowser = 1751737442 KEventClassDelegate = 1684368485 KEventClassEPPC = 1701867619 KEventClassGesture = 1734701940 KEventClassHIComboBox = 1751737186 KEventClassHIObject = 1751740258 KEventClassInk = 1768844064 KEventClassKeyboard = 1801812322 KEventClassMenu = 1835363957 KEventClassMouse = 1836021107 KEventClassScrollable = 1935897196 KEventClassSearchField = 1936877156 KEventClassService = 1936028278 KEventClassSystem = 1835098995 KEventClassTSMDocumentAccess = 1952735587 KEventClassTablet = 1952607348 KEventClassTextField = 1954047588 KEventClassTextInput = 1952807028 KEventClassToolbar = 1952604530 KEventClassToolbarItem = 1952606580 KEventClassToolbarItemView = 1952606582 KEventClassVolume = 1987013664 KEventClassWindow = 2003398244 KEventClockDateOrTimeChanged = 1 KEventComboBoxListItemSelected = 1 KEventCommandProcess = 1 KEventCommandUpdateStatus = 2 KEventControlActivate = 9 KEventControlAddedSubControl = 152 KEventControlApplyTextColor = 6 KEventControlBoundsChanged = 154 KEventControlClick = 13 KEventControlContextualMenuClick = 12 KEventControlDeactivate = 10 KEventControlDispose = 1001 KEventControlDragEnter = 18 KEventControlDragLeave = 20 KEventControlDragReceive = 21 KEventControlDragWithin = 19 KEventControlDraw = 4 KEventControlEnabledStateChanged = 161 KEventControlFocusPartChanged = 164 KEventControlGetActionProcPart = 56 KEventControlGetAutoToggleValue = 15 KEventControlGetClickActivation = 17 KEventControlGetData = 104 KEventControlGetFocusPart = 8 KEventControlGetFrameMetrics = 106 KEventControlGetIndicatorDragConstraint = 53 KEventControlGetNextFocusCandidate = 14 KEventControlGetOptimalBounds = 1003 KEventControlGetPartBounds = 102 KEventControlGetPartRegion = 101 KEventControlGetScrollToHereStartPoint = 52 KEventControlGetSizeConstraints = 105 KEventControlGetSubviewForMouseEvent = 16 KEventControlGhostingFinished = 55 KEventControlHiliteChanged = 160 KEventControlHit = 1 KEventControlHitTest = 3 KEventControlIndicatorMoved = 54 KEventControlInitialize = 1000 KEventControlInterceptSubviewClick = 16 KEventControlInvalidateForSizeChange = 22 KEventControlLayoutInfoChanged = 162 KEventControlOptimalBoundsChanged = 1004 KEventControlOwningWindowChanged = 159 KEventControlRemovingSubControl = 153 KEventControlSetCursor = 11 KEventControlSetData = 103 KEventControlSetFocusPart = 7 KEventControlSimulateHit = 2 KEventControlTitleChanged = 158 KEventControlTrack = 51 KEventControlTrackingAreaEntered = 23 KEventControlTrackingAreaExited = 24 KEventControlValueFieldChanged = 151 KEventControlVisibilityChanged = 157 KEventDataBrowserDrawCustomItem = 1 KEventDelegateGetGroupClasses = 5 KEventDelegateGetTargetClasses = 3 KEventDelegateInstalled = 1 KEventDelegateIsGroup = 4 KEventDelegateRemoved = 2 KEventGestureEnded = 2 KEventGestureMagnify = 4 KEventGestureRotate = 6 KEventGestureStarted = 1 KEventGestureSwipe = 5 KEventGetSelectedText = 6 KEventHIObjectConstruct = 1 KEventHIObjectCreatedFromArchive = 7 KEventHIObjectDestruct = 3 KEventHIObjectEncode = 6 KEventHIObjectGetInitParameters = 8 KEventHIObjectInitialize = 2 KEventHIObjectIsEqual = 4 KEventHIObjectPrintDebugInfo = 5 KEventHighLevelEvent = 1 KEventHotKeyExclusive = 1 KEventHotKeyNoOptions = 0 KEventHotKeyPressed = 5 KEventHotKeyReleased = 6 KEventInkGesture = 11 KEventInkPoint = 10 KEventInkText = 12 KEventKeyModifierFnBit = 17 KEventKeyModifierFnMask = 131072 KEventKeyModifierNumLockBit = 16 KEventKeyModifierNumLockMask = 65536 KEventLeaveInQueue = 0 KEventLoopIdleTimerIdling = 2 KEventLoopIdleTimerStarted = 1 KEventLoopIdleTimerStopped = 3 KEventMenuBarHidden = 2001 KEventMenuBarShown = 2000 KEventMenuBecomeScrollable = 1007 KEventMenuBeginTracking = 1 KEventMenuCalculateSize = 1004 KEventMenuCeaseToBeScrollable = 1008 KEventMenuChangeTrackingMode = 3 KEventMenuClosed = 5 KEventMenuCreateFrameView = 1005 KEventMenuDispose = 1001 KEventMenuDrawItem = 102 KEventMenuDrawItemContent = 103 KEventMenuEnableItems = 8 KEventMenuEndTracking = 2 KEventMenuGetFrameBounds = 1006 KEventMenuMatchKey = 7 KEventMenuMeasureItemHeight = 101 KEventMenuMeasureItemWidth = 100 KEventMenuOpening = 4 KEventMenuPopulate = 9 KEventMenuTargetItem = 6 KEventMouseButtonPrimary = 1 KEventMouseButtonSecondary = 2 KEventMouseButtonTertiary = 3 KEventMouseDown = 1 KEventMouseDragged = 6 KEventMouseEntered = 8 KEventMouseExited = 9 KEventMouseMoved = 5 KEventMouseScroll = 11 KEventMouseUp = 2 KEventMouseWheelAxisX = 0 KEventMouseWheelAxisY = 1 KEventMouseWheelMoved = 10 KEventOffsetToPos = 3 KEventParamAEEventClass = 1702257516 KEventParamAEEventID = 1702261865 KEventParamAccessibilityEventQueued = 1634038133 KEventParamAccessibleActionDescription = 1633903731 KEventParamAccessibleActionName = 1633906285 KEventParamAccessibleActionNames = 1633906291 KEventParamAccessibleAttributeName = 1635020397 KEventParamAccessibleAttributeNames = 1635020403 KEventParamAccessibleAttributeParameter = 1635020897 KEventParamAccessibleAttributeSettable = 1635021684 KEventParamAccessibleAttributeValue = 1635022444 KEventParamAccessibleChild = 1633904748 KEventParamAccessibleObject = 1634689642 KEventParamAfterDelegates = 1633969516 KEventParamAppleEvent = 1634039412 KEventParamAppleEventReply = 1634038384 KEventParamAttributes = 1635021938 KEventParamAvailableBounds = 1635150946 KEventParamBeforeDelegates = 1650746732 KEventParamBounds = 1651471726 KEventParamCGContextRef = 1668183160 KEventParamCGImageRef = 1667721581 KEventParamCandidateText = 1953723512 KEventParamClickActivation = 1668047203 KEventParamClickCount = 1667460724 KEventParamComboBoxListSelectedItemIndex = 1667394665 KEventParamControlAction = 1667331440 KEventParamControlClickActivationResult = 1667457394 KEventParamControlCurrentOwningWindow = 1667460983 KEventParamControlCurrentPart = 1668182115 KEventParamControlDataBuffer = 1667523174 KEventParamControlDataBufferSize = 1667523187 KEventParamControlDataTag = 1667527783 KEventParamControlDrawDepth = 1667523696 KEventParamControlDrawEngraved = 1667523950 KEventParamControlDrawInColor = 1667524963 KEventParamControlFeatures = 1667658866 KEventParamControlFocusEverything = 1667655030 KEventParamControlFrameMetrics = 1667657076 KEventParamControlHit = 1667787124 KEventParamControlIndicatorDragConstraint = 1667851363 KEventParamControlIndicatorOffset = 1667854182 KEventParamControlIndicatorRegion = 1667854958 KEventParamControlInvalRgn = 1667855986 KEventParamControlIsGhosting = 1667724148 KEventParamControlMessage = 1668117351 KEventParamControlOptimalBaselineOffset = 1668244079 KEventParamControlOptimalBounds = 1668244078 KEventParamControlOriginalOwningWindow = 1668247415 KEventParamControlParam = 1668313709 KEventParamControlPart = 1668313716 KEventParamControlPartAutoRepeats = 1667331442 KEventParamControlPartBounds = 1668309604 KEventParamControlPrefersShape = 1668313960 KEventParamControlPreviousPart = 1668247651 KEventParamControlRef = 1668575852 KEventParamControlRegion = 1668441966 KEventParamControlResult = 1668445036 KEventParamControlSubControl = 1668511074 KEventParamControlSubview = 1668511351 KEventParamControlValue = 1668702572 KEventParamControlWouldAcceptDrop = 1668047975 KEventParamCurrentBounds = 1668440948 KEventParamCurrentDockDevice = 1667524452 KEventParamCurrentDockRect = 1667527267 KEventParamCurrentMenuTrackingMode = 1668117613 KEventParamCurrentWindow = 1668641399 KEventParamDataBrowserItemID = 1684171108 KEventParamDataBrowserItemState = 1684171123 KEventParamDataBrowserPropertyID = 1684172900 KEventParamDecodingForEditor = 1684366949 KEventParamDelegateGroupClasses = 1735553123 KEventParamDelegateGroupParameters = 1735553136 KEventParamDelegateTarget = 1684368500 KEventParamDelegateTargetClasses = 1953654627 KEventParamDeviceColor = 1684371043 KEventParamDeviceDepth = 1684371044 KEventParamDimensions = 1684630899 KEventParamDirectObject = 757935405 KEventParamDirectionInverted = 1684632169 KEventParamDisplayChangeFlags = 1667720304 KEventParamDisplayDevice = 1734632822 KEventParamDragRef = 1685217639 KEventParamEnableMenuForKeyEvent = 1718579819 KEventParamEnabled = 1701732706 KEventParamEventRef = 1702260340 KEventParamGDevice = 1734632822 KEventParamGrafPort = 1735549286 KEventParamHIArchive = 1751736675 KEventParamHICommand = 1751346532 KEventParamHIObjectInstance = 1751740265 KEventParamHIViewTrackingArea = 1668575841 KEventParamImageSize = 1768780666 KEventParamIndex = 1768842360 KEventParamInitCollection = 1768124268 KEventParamInitParameters = 1885434465 KEventParamInkGestureBounds = 1734504036 KEventParamInkGestureHotspot = 1734897524 KEventParamInkGestureKind = 1735093860 KEventParamInkKeyboardShortcut = 1768645220 KEventParamInkTextRef = 1769435748 KEventParamIsInInstantMouser = 1768779637 KEventParamKeyCode = 1801678692 KEventParamKeyMacCharCodes = 1801676914 KEventParamKeyModifiers = 1802334052 KEventParamKeyUnicodes = 1802858089 KEventParamKeyboardType = 1801610356 KEventParamLaunchErr = 1701999136 KEventParamLaunchRefCon = 1819436390 KEventParamLineSize = 1819177850 KEventParamMagnificationAmount = 1835100014 KEventParamMaximumSize = 1836610426 KEventParamMenuCommand = 1835232612 KEventParamMenuCommandKeyBounds = 1835232610 KEventParamMenuContext = 1835234424 KEventParamMenuContextHeight = 1835231348 KEventParamMenuDirection = 1835297138 KEventParamMenuDismissed = 1835297139 KEventParamMenuDrawState = 1835299443 KEventParamMenuEventOptions = 1835364208 KEventParamMenuFirstOpen = 829650031 KEventParamMenuFrameView = 1835430518 KEventParamMenuIconBounds = 1835623266 KEventParamMenuIsPopup = 1836085104 KEventParamMenuItemBounds = 1835627618 KEventParamMenuItemHeight = 1835627624 KEventParamMenuItemIndex = 1769235821 KEventParamMenuItemType = 1835627632 KEventParamMenuItemWidth = 1835627639 KEventParamMenuMarkBounds = 1835887458 KEventParamMenuPopupItem = 1836083572 KEventParamMenuRef = 1835363957 KEventParamMenuTextBaseline = 1836343916 KEventParamMenuTextBounds = 1836349538 KEventParamMenuType = 1836349808 KEventParamMenuVirtualBottom = 1836479074 KEventParamMenuVirtualTop = 1836479092 KEventParamMinimumSize = 1835955066 KEventParamModalClickResult = 2003657586 KEventParamModalWindow = 1836542318 KEventParamMouseButton = 1835168878 KEventParamMouseChord = 1667788658 KEventParamMouseDelta = 1835299937 KEventParamMouseLocation = 1835822947 KEventParamMouseTrackingRef = 1836348006 KEventParamMouseWheelAxis = 1836540280 KEventParamMouseWheelDelta = 1836541036 KEventParamMouseWheelSmoothHorizontalDelta = 1935767672 KEventParamMouseWheelSmoothVerticalDelta = 1935767673 KEventParamMutableArray = 1835102834 KEventParamNewMenuTrackingMode = 1852666989 KEventParamNewScrollBarVariant = 1853055606 KEventParamNextControl = 1668184163 KEventParamOrigin = 1869768558 KEventParamOriginalBounds = 1869767540 KEventParamParentMenu = 1836085869 KEventParamParentMenuItem = 1836085865 KEventParamPasteboardRef = 1885500004 KEventParamPostOptions = 1886351476 KEventParamPostTarget = 1886679655 KEventParamPreviousBounds = 1886544756 KEventParamPreviousDockDevice = 1885628260 KEventParamPreviousDockRect = 1885631075 KEventParamPreviousWindow = 1886549623 KEventParamProcessID = 1886613024 KEventParamReason = 2003335487 KEventParamReplacementText = 1953657976 KEventParamResult = 1634628466 KEventParamRgnHandle = 1919381096 KEventParamRotationAmount = 1919906913 KEventParamScrapRef = 1935897200 KEventParamServiceCopyTypes = 1937142628 KEventParamServiceMessageName = 1937141095 KEventParamServicePasteTypes = 1937141876 KEventParamServiceUserData = 1937143140 KEventParamShape = 1936220528 KEventParamStartControl = 1668510819 KEventParamSwipeDirection = 1937205616 KEventParamSystemUIMode = 1969843556 KEventParamSystemUIOptions = 1969844080 KEventParamTSMDocAccessBaselineDelta = 1952735844 KEventParamTSMDocAccessCharacterCount = 1952736116 KEventParamTSMDocAccessEffectiveRange = 1952736626 KEventParamTSMDocAccessLineBounds = 1952738402 KEventParamTSMDocAccessLockCount = 1952738403 KEventParamTSMDocAccessReplyATSFont = 1952735590 KEventParamTSMDocAccessReplyATSUGlyphSelector = 1952739943 KEventParamTSMDocAccessReplyCTFontRef = 1952736102 KEventParamTSMDocAccessReplyCTGlyphInfoRef = 1952739945 KEventParamTSMDocAccessReplyCharacterRange = 1952739954 KEventParamTSMDocAccessReplyCharactersPtr = 1952739952 KEventParamTSMDocAccessReplyFontSize = 1952739955 KEventParamTSMDocAccessRequestedCharacterAttributes = 1952736097 KEventParamTSMDocAccessSendCharacterIndex = 1952740201 KEventParamTSMDocAccessSendCharacterRange = 1952740210 KEventParamTSMDocAccessSendCharactersPtr = 1952740208 KEventParamTSMDocAccessSendComponentInstance = 1953719145 KEventParamTSMDocAccessSendRefCon = 1953722979 KEventParamTSMSendComponentInstance = 1953719145 KEventParamTSMSendRefCon = 1953722979 KEventParamTabletEventType = 1952607348 KEventParamTabletPointRec = 1952608867 KEventParamTabletPointerRec = 1952608867 KEventParamTabletProximityRec = 1952608376 KEventParamTextInputGlyphInfoArray = 1735159912 KEventParamTextInputReplyATSFont = 1953653094 KEventParamTextInputReplyAttributedString = 1953653107 KEventParamTextInputReplyCTFontRef = 1953653606 KEventParamTextInputReplyFMFont = 1953654381 KEventParamTextInputReplyFont = 1953654388 KEventParamTextInputReplyGlyphInfoArray = 1919381608 KEventParamTextInputReplyLeadingEdge = 1953655909 KEventParamTextInputReplyLineAscent = 1953655905 KEventParamTextInputReplyLineHeight = 1953655912 KEventParamTextInputReplyMacEncoding = 1953656165 KEventParamTextInputReplyPoint = 1953656948 KEventParamTextInputReplyPointSize = 1953656954 KEventParamTextInputReplyRegionClass = 1953657447 KEventParamTextInputReplySLRec = 1953657708 KEventParamTextInputReplyShowHide = 1953657704 KEventParamTextInputReplyText = 1953657976 KEventParamTextInputReplyTextAngle = 1953657953 KEventParamTextInputReplyTextOffset = 1953657967 KEventParamTextInputSendAttributedString = 1953718643 KEventParamTextInputSendClauseRng = 1953719148 KEventParamTextInputSendComponentInstance = 1953719145 KEventParamTextInputSendCurrentPoint = 1953719152 KEventParamTextInputSendDraggingMode = 1953719405 KEventParamTextInputSendFixLen = 1953719928 KEventParamTextInputSendGlyphInfoArray = 1735159912 KEventParamTextInputSendHiliteRng = 1953720425 KEventParamTextInputSendKeyboardEvent = 1953721189 KEventParamTextInputSendLeadingEdge = 1953721445 KEventParamTextInputSendMouseEvent = 1953721701 KEventParamTextInputSendPinRng = 1953722478 KEventParamTextInputSendRefCon = 1953722979 KEventParamTextInputSendReplaceRange = 1953722992 KEventParamTextInputSendSLRec = 1953723244 KEventParamTextInputSendShowHide = 1953723240 KEventParamTextInputSendText = 1953723512 KEventParamTextInputSendTextOffset = 1953723503 KEventParamTextInputSendTextServiceEncoding = 1953723237 KEventParamTextInputSendTextServiceMacEncoding = 1953723245 KEventParamTextInputSendUpdateRng = 1953723760 KEventParamTextLength = 1414284622 KEventParamTextSelection = 1954050924 KEventParamToolbar = 1952604530 KEventParamToolbarDisplayMode = 1952605293 KEventParamToolbarDisplaySize = 1952605299 KEventParamToolbarItem = 1952606580 KEventParamToolbarItemConfigData = 1952606564 KEventParamToolbarItemIdentifier = 1952606569 KEventParamTransactionID = 1953656435 KEventParamUnconfirmedRange = 1953853042 KEventParamUnconfirmedText = 1954051438 KEventParamUserData = 1970500196 KEventParamViewSize = 1987539834 KEventParamWindowContentBounds = 2003001966 KEventParamWindowDefPart = 2003071075 KEventParamWindowDragHiliteFlag = 2003069030 KEventParamWindowFeatures = 2003203186 KEventParamWindowGrowRect = 1735549812 KEventParamWindowModality = 2003660644 KEventParamWindowModifiedFlag = 2003658342 KEventParamWindowMouseLocation = 2003660661 KEventParamWindowPartCode = 2003853682 KEventParamWindowProxyGWorldPtr = 2003855223 KEventParamWindowProxyImageRgn = 2003855730 KEventParamWindowProxyOutlineRgn = 2003857266 KEventParamWindowRef = 2003398244 KEventParamWindowRegionCode = 2004052080 KEventParamWindowStateChangedFlags = 2004050790 KEventParamWindowTitleFullWidth = 2004117111 KEventParamWindowTitleTextWidth = 2004120695 KEventParamWindowTransitionAction = 2004115811 KEventParamWindowTransitionEffect = 2004116838 KEventPosToOffset = 4 KEventPriorityHigh = 2 KEventPriorityLow = 0 KEventPriorityStandard = 1 KEventProcessCommand = 1 KEventQueueOptionsNone = 0 KEventRawKeyDown = 1 KEventRawKeyModifiersChanged = 4 KEventRawKeyRepeat = 2 KEventRawKeyUp = 3 KEventRemoveFromQueue = 1 KEventScrollableGetInfo = 1 KEventScrollableInfoChanged = 2 KEventScrollableScrollTo = 10 KEventSearchFieldCancelClicked = 1 KEventSearchFieldSearchClicked = 2 KEventServiceCopy = 1 KEventServiceGetTypes = 3 KEventServicePaste = 2 KEventServicePerform = 4 KEventShowHideBottomWindow = 5 KEventSystemDisplayReconfigured = 6 KEventSystemDisplaysAsleep = 3 KEventSystemDisplaysAwake = 4 KEventSystemTimeDateChanged = 2 KEventSystemUserSessionActivated = 10 KEventSystemUserSessionDeactivated = 11 KEventTSMDocumentAccessGetCharacters = 5 KEventTSMDocumentAccessGetCharactersPtr = 3 KEventTSMDocumentAccessGetCharactersPtrForLargestBuffer = 4 KEventTSMDocumentAccessGetFirstRectForRange = 11 KEventTSMDocumentAccessGetFont = 6 KEventTSMDocumentAccessGetGlyphInfo = 7 KEventTSMDocumentAccessGetLength = 1 KEventTSMDocumentAccessGetSelectedRange = 2 KEventTSMDocumentAccessLockDocument = 8 KEventTSMDocumentAccessUnlockDocument = 9 KEventTabletPoint = 1 KEventTabletPointer = 1 KEventTabletProximity = 2 KEventTargetDontPropagate = 1 KEventTargetSendToAllHandlers = 2 KEventTextAccepted = 1 KEventTextDidChange = 3 KEventTextInputFilterText = 14 KEventTextInputGetSelectedText = 6 KEventTextInputIsMouseEventInInlineInputArea = 16 KEventTextInputOffsetToPos = 3 KEventTextInputPosToOffset = 4 KEventTextInputShowHideBottomWindow = 5 KEventTextInputUnicodeForKeyEvent = 2 KEventTextInputUnicodeText = 7 KEventTextInputUpdateActiveInputArea = 1 KEventTextShouldChangeInRange = 2 KEventToolbarBeginMultiChange = 12 KEventToolbarCreateItemFromDrag = 4 KEventToolbarCreateItemWithIdentifier = 3 KEventToolbarDisplayModeChanged = 7 KEventToolbarDisplaySizeChanged = 8 KEventToolbarEndMultiChange = 13 KEventToolbarGetAllowedIdentifiers = 2 KEventToolbarGetDefaultIdentifiers = 1 KEventToolbarGetSelectableIdentifiers = 10 KEventToolbarItemAcceptDrop = 11 KEventToolbarItemAdded = 5 KEventToolbarItemCommandIDChanged = 4 KEventToolbarItemCreateCustomView = 6 KEventToolbarItemEnabledStateChanged = 7 KEventToolbarItemGetPersistentData = 5 KEventToolbarItemHelpTextChanged = 3 KEventToolbarItemImageChanged = 1 KEventToolbarItemLabelChanged = 2 KEventToolbarItemPerformAction = 8 KEventToolbarItemRemoved = 6 KEventToolbarItemSelectedStateChanged = 12 KEventToolbarItemViewConfigForMode = 3 KEventToolbarItemViewConfigForSize = 4 KEventToolbarItemViewEnterConfigMode = 5 KEventToolbarItemViewExitConfigMode = 6 KEventToolbarItemWouldAcceptDrop = 10 KEventToolbarLayoutChanged = 9 KEventUnicodeForKeyEvent = 2 KEventUpdateActiveInputArea = 1 KEventVolumeMounted = 1 KEventVolumeUnmounted = 2 KEventWindowActivated = 5 KEventWindowAttributesChanged = 1019 KEventWindowBoundsChanged = 27 KEventWindowBoundsChanging = 26 KEventWindowClose = 72 KEventWindowCloseAll = 74 KEventWindowClosed = 73 KEventWindowCollapse = 66 KEventWindowCollapseAll = 68 KEventWindowCollapsed = 67 KEventWindowCollapsing = 86 KEventWindowColorSpaceChanged = 95 KEventWindowConstrain = 83 KEventWindowContextualMenuSelect = 78 KEventWindowCursorChange = 40 KEventWindowDeactivated = 6 KEventWindowDefDispose = 1005 KEventWindowDefDragHilite = 1006 KEventWindowDefDrawFrame = 1000 KEventWindowDefDrawGrowBox = 1011 KEventWindowDefDrawPart = 1001 KEventWindowDefGetGrowImageRegion = 1012 KEventWindowDefGetRegion = 1002 KEventWindowDefHitTest = 1003 KEventWindowDefInit = 1004 KEventWindowDefMeasureTitle = 1010 KEventWindowDefModified = 1007 KEventWindowDefSetupProxyDragImage = 1008 KEventWindowDefStateChanged = 1009 KEventWindowDispose = 1005 KEventWindowDragCompleted = 31 KEventWindowDragHilite = 1006 KEventWindowDragStarted = 30 KEventWindowDrawFrame = 1000 KEventWindowDrawGrowBox = 1011 KEventWindowDrawPart = 1001 KEventWindowDrawerClosed = 223 KEventWindowDrawerClosing = 222 KEventWindowDrawerOpened = 221 KEventWindowDrawerOpening = 220 KEventWindowExpand = 69 KEventWindowExpandAll = 71 KEventWindowExpanded = 70 KEventWindowExpanding = 87 KEventWindowFocusAcquired = 200 KEventWindowFocusContent = 202 KEventWindowFocusDrawer = 204 KEventWindowFocusLost = 205 KEventWindowFocusRelinquish = 201 KEventWindowFocusRestored = 206 KEventWindowFocusToolbar = 203 KEventWindowFullScreenEnterCompleted = 242 KEventWindowFullScreenEnterStarted = 241 KEventWindowFullScreenExitCompleted = 244 KEventWindowFullScreenExitStarted = 243 KEventWindowGetClickActivation = 7 KEventWindowGetClickModality = 8 KEventWindowGetDockTileMenu = 90 KEventWindowGetFullScreenContentSize = 240 KEventWindowGetGrowImageRegion = 1012 KEventWindowGetIdealSize = 80 KEventWindowGetIdealStandardState = 93 KEventWindowGetMaximumSize = 82 KEventWindowGetMinimumSize = 81 KEventWindowGetRegion = 1002 KEventWindowHandleActivate = 91 KEventWindowHandleDeactivate = 92 KEventWindowHidden = 25 KEventWindowHiding = 23 KEventWindowHitTest = 1003 KEventWindowInit = 1004 KEventWindowMeasureTitle = 1010 KEventWindowModified = 1007 KEventWindowPaint = 1013 KEventWindowPathSelect = 79 KEventWindowProxyBeginDrag = 128 KEventWindowProxyEndDrag = 129 KEventWindowResizeCompleted = 29 KEventWindowResizeStarted = 28 KEventWindowRestoreFromDock = 84 KEventWindowRestoredAfterRelaunch = 96 KEventWindowSetupProxyDragImage = 1008 KEventWindowSheetClosed = 213 KEventWindowSheetClosing = 212 KEventWindowSheetOpened = 211 KEventWindowSheetOpening = 210 KEventWindowShowing = 22 KEventWindowShown = 24 KEventWindowStateChanged = 1009 KEventWindowTitleChanged = 1020 KEventWindowToolbarSwitchMode = 150 KEventWindowTransitionCompleted = 89 KEventWindowTransitionStarted = 88 KEventWindowUpdateDockTile = 94 KEventWindowZoom = 75 KEventWindowZoomAll = 77 KEventWindowZoomed = 76 KFillScreen = 4 KFitToScreen = 3 KFlavorTypeClippingFilename = 1668048494 KFlavorTypeClippingName = 1668050541 KFlavorTypeDragToTrashOnly = 1717859444 KFlavorTypeFinderNoTrackingBehavior = 1718514786 KFlavorTypeUnicodeClippingFilename = 1969450086 KFlavorTypeUnicodeClippingName = 1969450094 KFloatingWindowClass = 5 KFloatingWindowDefinition = 124 KFormFeedCharCode = 12 KFunctionKeyCharCode = 16 KHIArchiveDecodeSuperclassForUnregisteredObjects = 1 KHIArchiveDecodingForEditor = 2 KHIClassOptionSingleton = 1 KHIComboBoxAutoCompletionAttribute = 1 KHIComboBoxAutoDisclosureAttribute = 2 KHIComboBoxAutoSizeListAttribute = 8 KHIComboBoxAutoSortAttribute = 4 KHIComboBoxDisclosurePart = 28 KHIComboBoxEditTextPart = 5 KHIComboBoxListPixelHeightTag = 1667394664 KHIComboBoxListPixelWidthTag = 1667394679 KHIComboBoxListTag = 1667394675 KHIComboBoxNoAttributes = 0 KHIComboBoxNumVisibleItemsTag = 1667395177 KHIComboBoxStandardAttributes = 11 KHICommandAbout = 1633841013 KHICommandAppHelp = 1634233456 KHICommandArrangeInFront = 1718775412 KHICommandBringAllToFront = 1650881140 KHICommandCancel = 1852797985 KHICommandChangeSpelling = 1667789680 KHICommandCheckSpelling = 1667986288 KHICommandCheckSpellingAsYouType = 1634955363 KHICommandClear = 1668048225 KHICommandClose = 1668050803 KHICommandCloseAll = 1668050785 KHICommandCloseFile = 1668050790 KHICommandCopy = 1668247673 KHICommandCustomizeToolbar = 1952671335 KHICommandCut = 1668641824 KHICommandCycleToolbarModeLarger = 1952607596 KHICommandCycleToolbarModeSmaller = 1952607603 KHICommandFromControl = 2 KHICommandFromMenu = 1 KHICommandFromWindow = 4 KHICommandHide = 1751737445 KHICommandHideOthers = 1751737455 KHICommandHideToolbar = 1952606308 KHICommandIgnoreSpelling = 1768387440 KHICommandLearnWord = 1819440996 KHICommandMaximizeAll = 1835104353 KHICommandMaximizeWindow = 1835104361 KHICommandMinimizeAll = 1835626081 KHICommandMinimizeWindow = 1835626089 KHICommandNew = 1852143392 KHICommandOK = 1869291552 KHICommandOpen = 1869636974 KHICommandOther = 1869899890 KHICommandPageSetup = 1885431653 KHICommandPaste = 1885434740 KHICommandPreferences = 1886545254 KHICommandPrint = 1886547572 KHICommandQuit = 1903520116 KHICommandQuitAndDiscardWindows = 1903518839 KHICommandQuitAndKeepWindows = 1903520631 KHICommandRedo = 1919247471 KHICommandRevert = 1920365172 KHICommandRotateFloatingWindowsBackward = 1920231010 KHICommandRotateFloatingWindowsForward = 1920231031 KHICommandRotateWindowsBackward = 1919906914 KHICommandRotateWindowsForward = 1919906935 KHICommandSave = 1935767141 KHICommandSaveAs = 1937138035 KHICommandSelectAll = 1935764588 KHICommandSelectWindow = 1937205614 KHICommandShowAll = 1936220524 KHICommandShowCharacterPalette = 1667789424 KHICommandShowSpellingPanel = 1936225136 KHICommandShowToolbar = 1952609128 KHICommandStartDictation = 1935958900 KHICommandToggleAllToolbars = 1952609377 KHICommandToggleFullScreen = 1718840608 KHICommandToggleToolbar = 1952609383 KHICommandUndo = 1970168943 KHICommandWindowListSeparator = 2003592310 KHICommandWindowListTerminator = 2003596148 KHICommandZoomWindow = 2054123373 KHICoordSpace72DPIGlobal = 1 KHICoordSpaceScreenPixel = 2 KHICoordSpaceView = 4 KHICoordSpaceWindow = 3 KHIDelegateAfter = 2 KHIDelegateAll = 0 KHIDelegateBefore = 1 KHIHotKeyModeAllDisabled = 1 KHIHotKeyModeAllDisabledExceptUniversalAccess = 2 KHIHotKeyModeAllEnabled = 0 KHIImageViewAutoTransformNone = 0 KHIImageViewAutoTransformOnDeactivate = 2 KHIImageViewAutoTransformOnDisable = 1 KHIImageViewImageTag = 1768776039 KHILayoutBindBottom = 2 KHILayoutBindLeft = 1 KHILayoutBindMax = 2 KHILayoutBindMin = 1 KHILayoutBindNone = 0 KHILayoutBindRight = 2 KHILayoutBindTop = 1 KHILayoutInfoVersionZero = 0 KHILayoutPositionBottom = 3 KHILayoutPositionCenter = 1 KHILayoutPositionLeft = 2 KHILayoutPositionMax = 3 KHILayoutPositionMin = 2 KHILayoutPositionNone = 0 KHILayoutPositionRight = 3 KHILayoutPositionTop = 2 KHILayoutScaleAbsolute = 0 KHIMenuAppendItem = 65535 KHIMenuCenterDirection = 2 KHIMenuDismissedByActivationChange = 9 KHIMenuDismissedByAppSwitch = 6 KHIMenuDismissedByCancelMenuTracking = 8 KHIMenuDismissedByFocusChange = 10 KHIMenuDismissedByKeyEvent = 5 KHIMenuDismissedByMouseDown = 3 KHIMenuDismissedByMouseUp = 4 KHIMenuDismissedBySelection = 1 KHIMenuDismissedByTimeout = 7 KHIMenuDismissedByUserCancel = 2 KHIMenuLeftDirection = 1 KHIMenuRightDirection = 0 KHIModalClickAllowEvent = 2 KHIModalClickAnnounce = 4 KHIModalClickIsModal = 1 KHIModalClickRaiseWindow = 8 KHIScrollViewOptionsAllowGrow = 4 KHIScrollViewOptionsDisableSmoothScrolling = 16 KHIScrollViewOptionsFillGrowArea = 8 KHIScrollViewOptionsHorizScroll = 2 KHIScrollViewOptionsVertScroll = 1 KHIScrollViewPageDown = 32 KHIScrollViewPageLeft = 64 KHIScrollViewPageRight = 128 KHIScrollViewPageUp = 16 KHIScrollViewScrollToBottom = 2 KHIScrollViewScrollToLeft = 4 KHIScrollViewScrollToRight = 8 KHIScrollViewScrollToTop = 1 KHIScrollViewValidOptions = 31 KHISearchFieldAttributesCancel = 1 KHISearchFieldAttributesSearchIcon = 2 KHISearchFieldNoAttributes = 0 KHISegmentBehaviorMomentary = 1 KHISegmentBehaviorRadio = 2 KHISegmentBehaviorSticky = 4 KHISegmentBehaviorToggles = 3 KHISegmentNoAttributes = 0 KHISegmentSendCmdToUserFocus = 1 KHISegmentedViewKind = 1936158068 KHIThemeFocusRingAbove = 1 KHIThemeFocusRingBelow = 2 KHIThemeFocusRingOnly = 0 KHIThemeFrameListBox = 1 KHIThemeFrameTextFieldRound = 1000 KHIThemeFrameTextFieldRoundMini = 1002 KHIThemeFrameTextFieldRoundSmall = 1001 KHIThemeFrameTextFieldSquare = 0 KHIThemeGroupBoxKindPrimary = 0 KHIThemeGroupBoxKindPrimaryOpaque = 3 KHIThemeGroupBoxKindSecondary = 1 KHIThemeGroupBoxKindSecondaryOpaque = 4 KHIThemeGrowBoxKindNone = 1 KHIThemeGrowBoxKindNormal = 0 KHIThemeGrowBoxSizeNormal = 0 KHIThemeGrowBoxSizeSmall = 1 KHIThemeHeaderKindList = 1 KHIThemeHeaderKindWindow = 0 KHIThemeMenuDrawInfoVersionOne = 1001 KHIThemeMenuDrawInfoVersionZero = 0 KHIThemeMenuTitleDrawCondensed = 1 KHIThemeOrientationInverted = 1 KHIThemeOrientationNormal = 0 KHIThemeSegmentAdornmentFocus = 4 KHIThemeSegmentAdornmentLeadingSeparator = 8 KHIThemeSegmentAdornmentNone = 0 KHIThemeSegmentAdornmentTrailingSeparator = 16 KHIThemeSegmentKindInset = 1 KHIThemeSegmentKindNormal = 0 KHIThemeSegmentKindTextured = 1 KHIThemeSegmentPositionFirst = 0 KHIThemeSegmentPositionLast = 2 KHIThemeSegmentPositionMiddle = 1 KHIThemeSegmentPositionOnly = 3 KHIThemeSegmentSizeMini = 3 KHIThemeSegmentSizeNormal = 0 KHIThemeSegmentSizeSmall = 1 KHIThemeSplitterAdornmentMetal = 1 KHIThemeSplitterAdornmentNone = 0 KHIThemeTabAdornmentFocus = 4 KHIThemeTabAdornmentLeadingSeparator = 8 KHIThemeTabAdornmentNone = 0 KHIThemeTabAdornmentTrailingSeparator = 16 KHIThemeTabKindNormal = 0 KHIThemeTabPaneAdornmentNormal = 0 KHIThemeTabPositionFirst = 0 KHIThemeTabPositionLast = 2 KHIThemeTabPositionMiddle = 1 KHIThemeTabPositionOnly = 3 KHIThemeTabSizeMini = 3 KHIThemeTabSizeNormal = 0 KHIThemeTabSizeSmall = 1 KHIThemeTextBoxOptionDontClip = 262144 KHIThemeTextBoxOptionEngraved = 4 KHIThemeTextBoxOptionNone = 0 KHIThemeTextBoxOptionStronglyVertical = 2 KHIThemeTextHorizontalFlushCenter = 1 KHIThemeTextHorizontalFlushDefault = 3 KHIThemeTextHorizontalFlushLeft = 0 KHIThemeTextHorizontalFlushRight = 2 KHIThemeTextInfoVersionOne = 1 KHIThemeTextInfoVersionZero = 0 KHIThemeTextTruncationDefault = 3 KHIThemeTextTruncationEnd = 2 KHIThemeTextTruncationMiddle = 1 KHIThemeTextTruncationNone = 0 KHIThemeTextVerticalFlushBottom = 2 KHIThemeTextVerticalFlushCenter = 1 KHIThemeTextVerticalFlushDefault = 3 KHIThemeTextVerticalFlushTop = 0 KHIToolbarAutoSavesConfig = 1 KHIToolbarCommandPressAction = 1952608370 KHIToolbarDisplayModeDefault = 0 KHIToolbarDisplayModeIconAndLabel = 1 KHIToolbarDisplayModeIconOnly = 2 KHIToolbarDisplayModeLabelOnly = 3 KHIToolbarDisplaySizeDefault = 0 KHIToolbarDisplaySizeNormal = 1 KHIToolbarDisplaySizeSmall = 2 KHIToolbarIsConfigurable = 2 KHIToolbarItemAllowDuplicates = 1 KHIToolbarItemAnchoredLeft = 4 KHIToolbarItemCantBeRemoved = 2 KHIToolbarItemDisabled = 64 KHIToolbarItemIsSeparator = 8 KHIToolbarItemLabelDisabled = 32 KHIToolbarItemMutableAttrs = 230 KHIToolbarItemNoAttributes = 0 KHIToolbarItemSelected = 128 KHIToolbarItemSendCmdToUserFocus = 16 KHIToolbarItemValidAttrs = 255 KHIToolbarNoAttributes = 0 KHIToolbarValidAttrs = 3 KHIToolbarViewDrawBackgroundTag = 1650549611 KHITransformDisabled = 1 KHITransformNone = 0 KHITransformSelected = 16384 KHIViewAllowsSubviews = 2 KHIViewAttributeIsFieldEditor = 2 KHIViewAttributeSendCommandToUserFocus = 1 KHIViewAutoToggles = 16384 KHIViewClickableMetaPart = -4 KHIViewContentAlertIconType = 138 KHIViewContentCGImageRef = 134 KHIViewContentIconRef = 132 KHIViewContentIconSuiteRef = 129 KHIViewContentIconTypeAndCreator = 137 KHIViewContentImageFile = 136 KHIViewContentImageResource = 135 KHIViewContentMetaPart = -2 KHIViewContentNSImage = 139 KHIViewContentNone = 0 KHIViewContentTextOnly = 0 KHIViewDisabledPart = 254 KHIViewDoesNotDraw = 134217728 KHIViewDoesNotUseSpecialParts = 268435456 KHIViewEntireView = 0 KHIViewFeatureAllowsSubviews = 2 KHIViewFeatureAutoToggles = 16384 KHIViewFeatureDoesNotDraw = 134217728 KHIViewFeatureDoesNotUseSpecialParts = 268435456 KHIViewFeatureGetsFocusOnClick = 256 KHIViewFeatureIdlesWithTimer = 8388608 KHIViewFeatureIgnoresClicks = 536870912 KHIViewFeatureInvertsUpDownValueMeaning = 16777216 KHIViewFeatureIsOpaque = 33554432 KHIViewFeatureSupportsGhosting = 1 KHIViewFeatureSupportsLiveFeedback = 1024 KHIViewFeatureSupportsRadioBehavior = 2048 KHIViewFocusNextPart = -1 KHIViewFocusNoPart = 0 KHIViewFocusOnAnyControl = 1 KHIViewFocusPrevPart = -2 KHIViewFocusTraditionally = 2 KHIViewFocusWithoutWrapping = 4 KHIViewGetsFocusOnClick = 256 KHIViewIdlesWithTimer = 8388608 KHIViewIgnoresClicks = 536870912 KHIViewInactivePart = 255 KHIViewIndicatorPart = 129 KHIViewInvertsUpDownValueMeaning = 16777216 KHIViewIsOpaque = 33554432 KHIViewKindSignatureApple = 1634758764 KHIViewNoPart = 0 KHIViewOffscreenImageUseWindowBackingResolution = 1 KHIViewOpaqueMetaPart = -3 KHIViewSendCommandToUserFocus = 1 KHIViewStructureMetaPart = -1 KHIViewSupportsGhosting = 1 KHIViewSupportsLiveFeedback = 1024 KHIViewSupportsRadioBehavior = 2048 KHIViewValidFeaturesForPanther = 998264067 KHIViewZOrderAbove = 1 KHIViewZOrderBelow = 2 KHIWindowBackingLocationDefault = 0 KHIWindowBackingLocationMainMemory = 2 KHIWindowBackingLocationVideoMemory = 1 KHIWindowBehaviorStationary = 2 KHIWindowBehaviorTransient = 1 KHIWindowBitAsyncDrag = 24 KHIWindowBitAutoCalibration = 36 KHIWindowBitAutoViewDragTracking = 34 KHIWindowBitCanBeVisibleWithoutLogin = 23 KHIWindowBitCloseBox = 1 KHIWindowBitCollapseBox = 4 KHIWindowBitCompositing = 20 KHIWindowBitDoesNotCycle = 16 KHIWindowBitDoesNotHide = 33 KHIWindowBitFrameworkScaled = 21 KHIWindowBitFullScreenAuxiliary = 46 KHIWindowBitFullScreenPrimary = 45 KHIWindowBitHideOnFullScreen = 27 KHIWindowBitHideOnSuspend = 25 KHIWindowBitHighResolutionCapable = 21 KHIWindowBitIgnoreClicks = 30 KHIWindowBitInWindowMenu = 28 KHIWindowBitLiveResize = 29 KHIWindowBitNoActivates = 18 KHIWindowBitNoConstrain = 32 KHIWindowBitNoShadow = 22 KHIWindowBitNoTexturedContentSeparator = 12 KHIWindowBitNoTitleBar = 10 KHIWindowBitNoUpdates = 17 KHIWindowBitOpaqueForEvents = 19 KHIWindowBitResizable = 5 KHIWindowBitRoundBottomBarCorners = 13 KHIWindowBitSideTitlebar = 6 KHIWindowBitStandardHandler = 26 KHIWindowBitTextured = 9 KHIWindowBitTexturedSquareCorners = 11 KHIWindowBitToolbarButton = 7 KHIWindowBitUnifiedTitleAndToolbar = 8 KHIWindowBitZoomBox = 2 KHIWindowCanJoinAllSpaces = 256 KHIWindowDepth32Bit = 1 KHIWindowDepth64Bit = 2 KHIWindowDepthFloat = 3 KHIWindowDepthInvalid = 0 KHIWindowDragPart = 3 KHIWindowExposeHidden = 1 KHIWindowIgnoreObscuringWindows = 1 KHIWindowMenuCreator = 2003398244 KHIWindowMenuWindowTag = 2003398244 KHIWindowMoveToActiveSpace = 512 KHIWindowScaleModeFrameworkScaled = 2 KHIWindowScaleModeMagnified = 1 KHIWindowScaleModeUnscaled = 0 KHIWindowSharingNone = 0 KHIWindowSharingReadOnly = 1 KHIWindowSharingReadWrite = 2 KHIWindowTitleBarPart = 2 KHIWindowTitleProxyIconPart = 2 KHIWindowVisibleInAllSpaces = 256 KHMAbsoluteCenterAligned = 23 KHMBottomLeftCorner = 9 KHMBottomRightCorner = 10 KHMBottomSide = 3 KHMCFStringContent = 1667658612 KHMCFStringLocalizedContent = 1667658604 KHMContentNotProvided = 1 KHMContentNotProvidedDontPropagate = 2 KHMContentProvided = 0 KHMDefaultSide = 0 KHMDisposeContent = 1 KHMHelpMenuID = -16490 KHMHideTagFade = 1 KHMHideTagImmediately = 2 KHMIllegalContentForMinimumState = -10980 KHMInsideBottomCenterAligned = 17 KHMInsideBottomLeftCorner = 21 KHMInsideBottomRightCorner = 22 KHMInsideLeftCenterAligned = 16 KHMInsideRightCenterAligned = 15 KHMInsideTopCenterAligned = 18 KHMInsideTopLeftCorner = 19 KHMInsideTopRightCorner = 20 KHMLeftBottomCorner = 8 KHMLeftSide = 2 KHMLeftTopCorner = 7 KHMMaximumContentIndex = 1 KHMMinimumContentIndex = 0 KHMNoContent = 1852796517 KHMOutsideBottomCenterAligned = 14 KHMOutsideBottomLeftAligned = 9 KHMOutsideBottomRightAligned = 10 KHMOutsideBottomScriptAligned = 3 KHMOutsideLeftBottomAligned = 8 KHMOutsideLeftCenterAligned = 2 KHMOutsideLeftTopAligned = 7 KHMOutsideRightBottomAligned = 12 KHMOutsideRightCenterAligned = 4 KHMOutsideRightTopAligned = 11 KHMOutsideTopCenterAligned = 13 KHMOutsideTopLeftAligned = 5 KHMOutsideTopRightAligned = 6 KHMOutsideTopScriptAligned = 1 KHMPascalStrContent = 1886614642 KHMRightBottomCorner = 12 KHMRightSide = 4 KHMRightTopCorner = 11 KHMStrResContent = 1937011232 KHMStringResContent = 1937011235 KHMSupplyContent = 0 KHMTEHandleContent = 1954051176 KHMTextResContent = 1952807028 KHMTopLeftCorner = 5 KHMTopRightCorner = 6 KHMTopSide = 1 KHelpCharCode = 5 KHelpDialogItem = 1 KHelpTagEventHandlerTag = 1751479924 KHelpWindowClass = 10 KHierarchicalFontMenuOption = 1 KHighLevelEvent = 23 KHomeCharCode = 1 KIBCarbonRuntimeCantFindNibFile = -10960 KIBCarbonRuntimeCantFindObject = -10962 KIBCarbonRuntimeObjectNotOfRequestedType = -10961 KIMJaTypingMethodKana = 1801547361 KIMJaTypingMethodProperty = 1786018160 KIMJaTypingMethodRoman = 1919905121 KIMKMouseTrackingMode = 1 KIMKNearestBoundaryMode = 2 KIconDialogItem = 32 KInkInputMethodClass = 1768844064 KInsertHierarchicalMenu = -1 KItemDisableBit = 128 KKLGroupIdentifier = 6 KKLIcon = 3 KKLIdentifier = 2 KKLKCHRData = 0 KKLKCHRKind = 1 KKLKCHRuchrKind = 0 KKLKind = 7 KKLLanguageCode = 9 KKLLocalizedName = 4 KKLName = 5 KKLUSKeyboard = 0 KKLuchrData = 1 KKLuchrKind = 2 KKeyboardANSI = 1095652169 KKeyboardISO = 1230196512 KKeyboardInputMethodClass = 1768845421 KKeyboardJIS = 1246319392 KKeyboardUnknown = 1061109567 KLeftArrowCharCode = 28 KLineFeedCharCode = 10 KListDefProcPtr = 0 KListDefStandardIconType = 2 KListDefStandardTextType = 1 KListDefUserProcType = 0 KMacHelpVersion = 3 KMenuAppleLogoFilledGlyph = 20 KMenuAppleLogoOutlineGlyph = 108 KMenuAttrAutoDisable = 4 KMenuAttrCondenseSeparators = 32 KMenuAttrDoNotCacheImage = 64 KMenuAttrDoNotUseUserCommandKeys = 128 KMenuAttrExcludesMarkColumn = 1 KMenuAttrHidden = 16 KMenuAttrUsePencilGlyph = 8 KMenuBlankGlyph = 97 KMenuCGImageRefType = 7 KMenuCalcItemMsg = 5 KMenuCapsLockGlyph = 99 KMenuCheckmarkGlyph = 18 KMenuClearGlyph = 28 KMenuColorIconType = 4 KMenuCommandGlyph = 17 KMenuContextCommandIDSearch = 1048576 KMenuContextContextualMenu = 8388608 KMenuContextDontUpdateEnabled = 134217728 KMenuContextDontUpdateIcon = 67108864 KMenuContextDontUpdateKey = 33554432 KMenuContextDontUpdateText = 16777216 KMenuContextInspection = 4194304 KMenuContextKeyMatching = 262144 KMenuContextMenuBar = 1 KMenuContextMenuBarTracking = 65536 KMenuContextMenuEnabling = 524288 KMenuContextPopUp = 512 KMenuContextPopUpTracking = 131072 KMenuContextPullDown = 256 KMenuContextualMenuGlyph = 109 KMenuControlGlyph = 6 KMenuControlISOGlyph = 138 KMenuControlModifier = 4 KMenuDefClassID = 1 KMenuDefProcPtr = 0 KMenuDeleteLeftGlyph = 23 KMenuDeleteRightGlyph = 10 KMenuDiamondGlyph = 19 KMenuDisposeMsg = 9 KMenuDownArrowGlyph = 106 KMenuDownwardArrowDashedGlyph = 16 KMenuDrawItemsMsg = 12 KMenuDrawMsg = 0 KMenuEisuGlyph = 141 KMenuEjectGlyph = 140 KMenuEnterGlyph = 4 KMenuEscapeGlyph = 27 KMenuEventIncludeDisabledItems = 1 KMenuEventQueryOnly = 2 KMenuF10Glyph = 120 KMenuF11Glyph = 121 KMenuF12Glyph = 122 KMenuF13Glyph = 135 KMenuF14Glyph = 136 KMenuF15Glyph = 137 KMenuF16Glyph = 143 KMenuF17Glyph = 144 KMenuF18Glyph = 145 KMenuF19Glyph = 146 KMenuF1Glyph = 111 KMenuF2Glyph = 112 KMenuF3Glyph = 113 KMenuF4Glyph = 114 KMenuF5Glyph = 115 KMenuF6Glyph = 116 KMenuF7Glyph = 117 KMenuF8Glyph = 118 KMenuF9Glyph = 119 KMenuFindItemMsg = 10 KMenuHelpGlyph = 103 KMenuHiliteItemMsg = 11 KMenuIconRefType = 6 KMenuIconResourceType = 9 KMenuIconSuiteType = 5 KMenuIconType = 1 KMenuInitMsg = 8 KMenuItemAttrAutoDisable = 8192 KMenuItemAttrAutoRepeat = 512 KMenuItemAttrCustomDraw = 2048 KMenuItemAttrDisabled = 1 KMenuItemAttrDynamic = 8 KMenuItemAttrHidden = 32 KMenuItemAttrIconDisabled = 2 KMenuItemAttrIgnoreMeta = 256 KMenuItemAttrIncludeInCmdKeyMatching = 4096 KMenuItemAttrNotPreviousAlternate = 16 KMenuItemAttrSectionHeader = 128 KMenuItemAttrSeparator = 64 KMenuItemAttrUpdateSingleItem = 16384 KMenuItemAttrUseVirtualKey = 1024 KMenuItemDataAllDataVersionOne = 1048575 KMenuItemDataAllDataVersionThree = 8388607 KMenuItemDataAllDataVersionTwo = 2097151 KMenuItemDataAttributedText = 2097152 KMenuItemDataAttributes = 65536 KMenuItemDataCFString = 131072 KMenuItemDataCmdKey = 4 KMenuItemDataCmdKeyGlyph = 8 KMenuItemDataCmdKeyModifiers = 16 KMenuItemDataCmdVirtualKey = 1048576 KMenuItemDataCommandID = 1024 KMenuItemDataEnabled = 64 KMenuItemDataFont = 4194304 KMenuItemDataFontID = 16384 KMenuItemDataIconEnabled = 128 KMenuItemDataIconHandle = 512 KMenuItemDataIconID = 256 KMenuItemDataIndent = 524288 KMenuItemDataMark = 2 KMenuItemDataProperties = 262144 KMenuItemDataRefcon = 32768 KMenuItemDataStyle = 32 KMenuItemDataText = 1 KMenuItemDataTextEncoding = 2048 KMenuKanaGlyph = 142 KMenuLeftArrowDashedGlyph = 24 KMenuLeftArrowGlyph = 100 KMenuLeftDoubleQuotesJapaneseGlyph = 29 KMenuNoCommandModifier = 8 KMenuNoIcon = 0 KMenuNoModifiers = 0 KMenuNonmarkingReturnGlyph = 13 KMenuNorthwestArrowGlyph = 102 KMenuNullGlyph = 0 KMenuOptionGlyph = 7 KMenuOptionModifier = 2 KMenuPageDownGlyph = 107 KMenuPageUpGlyph = 98 KMenuParagraphKoreanGlyph = 21 KMenuPencilGlyph = 15 KMenuPopUpMsg = 3 KMenuPowerGlyph = 110 KMenuPropertyPersistent = 1 KMenuReturnGlyph = 11 KMenuReturnR2LGlyph = 12 KMenuRightArrowDashedGlyph = 26 KMenuRightArrowGlyph = 101 KMenuRightDoubleQuotesJapaneseGlyph = 30 KMenuShiftGlyph = 5 KMenuShiftModifier = 1 KMenuShrinkIconType = 2 KMenuSizeMsg = 2 KMenuSmallIconType = 3 KMenuSoutheastArrowGlyph = 105 KMenuSpaceGlyph = 9 KMenuStdMenuBarProc = 63 KMenuStdMenuProc = 63 KMenuSystemIconSelectorType = 8 KMenuTabLeftGlyph = 3 KMenuTabRightGlyph = 2 KMenuThemeSavvyMsg = 7 KMenuTrackingModeKeyboard = 2 KMenuTrackingModeMouse = 1 KMenuTrademarkJapaneseGlyph = 31 KMenuUpArrowDashedGlyph = 25 KMenuUpArrowGlyph = 104 KModalDialogVariantCode = 1 KModalWindowClass = 3 KMouseParamsClickAndHold = 1668049007 KMouseParamsDragInitiation = 1685217639 KMouseParamsProxyIcon = 1886547832 KMouseParamsSticky = 1937008995 KMouseTrackingClientEvent = 10 KMouseTrackingKeyModifiersChanged = 6 KMouseTrackingMouseDown = 1 KMouseTrackingMouseDragged = 5 KMouseTrackingMouseEntered = 4 KMouseTrackingMouseExited = 3 KMouseTrackingMouseMoved = 9 KMouseTrackingMousePressed = 1 KMouseTrackingMouseReleased = 2 KMouseTrackingMouseUp = 2 KMouseTrackingScrollWheel = 11 KMouseTrackingTimedOut = 8 KMouseTrackingUserCancelled = 7 KMouseUpOutOfSlop = -2147450880 KMovableAlertVariantCode = 9 KMovableAlertWindowClass = 2 KMovableModalDialogVariantCode = 5 KMovableModalWindowClass = 4 KNeutralScript = 65535 KNextWindowGroup = 1 KNonBreakingSpaceCharCode = 202 KNoteIcon = 1 KNullCharCode = 0 KNumberCtlCTabEntries = 4 KOCRInputMethodClass = 1868788256 KOptionUnicode = 8997 KOutputTextInUnicodeEncodingBit = 9 KOutputTextInUnicodeEncodingMask = 512 KOverlayWindowClass = 14 KPageDownCharCode = 12 KPageUpCharCode = 11 KPencilLeftUnicode = 63490 KPencilUnicode = 9998 KPictureDialogItem = 64 KPlainDialogVariantCode = 2 KPlainWindowClass = 13 KPreviousWindowGroup = 0 KPublicThemeFontCount = 21 KRadioButtonDialogItem = 6 KResourceControlDialogItem = 7 KReturnCharCode = 13 KRightArrowCharCode = 29 KRoundWindowDefinition = 1 KScrapClearNamedScrap = 1 KScrapFlavorMaskNone = 0 KScrapFlavorMaskSenderOnly = 1 KScrapFlavorMaskTranslated = 2 KScrapFlavorSizeUnknown = -1 KScrapFlavorTypeMovie = 1836019574 KScrapFlavorTypePicture = 1346978644 KScrapFlavorTypeSound = 1936614432 KScrapFlavorTypeText = 1413830740 KScrapFlavorTypeTextStyle = 1937013100 KScrapFlavorTypeUTF16External = 1970549046 KScrapFlavorTypeUnicode = 1970567284 KScrapFlavorTypeUnicodeStyle = 1970500716 KScrapGetNamedScrap = 0 KScrapReservedFlavorType = 1936877172 KScrollBarsAlwaysActive = 1 KScrollBarsSyncWithFocus = 0 KScrollWindowEraseToPortBackground = 2 KScrollWindowInvalidate = 1 KScrollWindowNoOptions = 0 KShadowDialogVariantCode = 3 KSheetAlertWindowClass = 15 KSheetWindowClass = 11 KShiftUnicode = 8679 KSideFloaterVariantCode = 8 KSimpleWindowClass = 18 KSpaceCharCode = 32 KSpeechInputMethodClass = 1987012963 KStandardWindowDefinition = 0 KStaticTextDialogItem = 8 KStdAlertDoNotAnimateOnCancel = 4 KStdAlertDoNotAnimateOnDefault = 2 KStdAlertDoNotAnimateOnOther = 8 KStdAlertDoNotCloseOnHelp = 16 KStdAlertDoNotDisposeSheet = 1 KStdCFStringAlertVersionOne = 1 KStdCFStringAlertVersionTwo = 2 KStdCancelItemIndex = 2 KStdOkItemIndex = 1 KStopIcon = 0 KStoredBasicWindowDescriptionID = 1935827315 KStoredWindowPascalTitleID = 1932670261 KStoredWindowSystemTag = 1634758764 KStoredWindowTitleCFStringID = 1667658612 KSupportsFileTranslation = 1 KSupportsScrapTranslation = 2 KTSM15Version = 336 KTSM20Version = 512 KTSM22Version = 544 KTSM23Version = 560 KTSM24Version = 576 KTSMDocAccessEffectiveRangeAttribute = 2 KTSMDocAccessEffectiveRangeAttributeBit = 1 KTSMDocAccessFontSizeAttribute = 1 KTSMDocAccessFontSizeAttributeBit = 0 KTSMDocumentEnabledInputSourcesPropertyTag = 1701734771 KTSMDocumentInputModePropertyTag = 1768778093 KTSMDocumentInputSourceOverridePropertyTag = 1768843635 KTSMDocumentPropertySupportGlyphInfo = 1685088105 KTSMDocumentPropertyUnicodeInputWindow = 1685091682 KTSMDocumentRefconPropertyTag = 1919247971 KTSMDocumentSupportDocumentAccessPropertyTag = 1684107385 KTSMDocumentSupportGlyphInfoPropertyTag = 1685088105 KTSMDocumentTSMTEPropertyTag = 1953322053 KTSMDocumentTextServicePropertyTag = 1953724003 KTSMDocumentUnicodeInputWindowPropertyTag = 1685091682 KTSMDocumentUnicodePropertyTag = 1969516387 KTSMDocumentUseFloatingWindowPropertyTag = 1970501485 KTSMDocumentWindowLevelPropertyTag = 1953983600 KTSMTEAutoScroll = 1 KTSMTEDocumentInterfaceType = 1953322053 KTSMTEInterfaceType = 1953322053 KTSMTESignature = 1953322053 KTSMVersion = 336 KTXNAIFFFile = 1095321158 KTXNATSUIFontFeaturesAttribute = 1635018341 KTXNATSUIFontVariationsAttribute = 1635022433 KTXNATSUIStyle = 1634956396 KTXNATSUIStyleContinuousBit = 4 KTXNATSUIStyleContinuousMask = 16 KTXNATSUIStyleSize = 8 KTXNAlignCenterAction = 9 KTXNAlignLeftAction = 8 KTXNAlignRightAction = 10 KTXNAllCountMask = 3 KTXNAlwaysWrapAtViewEdgeBit = 11 KTXNAlwaysWrapAtViewEdgeMask = 2048 KTXNAutoIndentOff = 0 KTXNAutoIndentOn = 1 KTXNAutoIndentStateTag = 1635084654 KTXNAutoScrollBehaviorTag = 1935828342 KTXNAutoScrollInsertionIntoView = 0 KTXNAutoScrollNever = 1 KTXNAutoScrollWhenInsertionVisible = 2 KTXNAutoWrap = 0 KTXNBackgroundTypeRGB = 1 KTXNCenter = 4 KTXNCenterTab = 1 KTXNChangeFontAction = 4 KTXNChangeFontColorAction = 5 KTXNChangeFontSizeAction = 6 KTXNChangeStyleAction = 7 KTXNClearAction = 3 KTXNClearTheseFontFeatures = -2147483648 KTXNClearThisControl = -1 KTXNColorContinuousBit = 3 KTXNColorContinuousMask = 8 KTXNCutAction = 1 KTXNDecrementTypeSize = -2147483648 KTXNDestinationRectKey = 1 KTXNDisableDragAndDrop = 1 KTXNDisableDragAndDropBit = 15 KTXNDisableDragAndDropMask = 32768 KTXNDisableDragAndDropTag = 1685217639 KTXNDisableLayoutAndDraw = 1 KTXNDisableLayoutAndDrawTag = 1986622306 KTXNDisabledFunctionalityErr = -22019 KTXNDoFontSubstitution = 1716745570 KTXNDoFontSubstitutionBit = 22 KTXNDoFontSubstitutionMask = 4194304 KTXNDoNotInstallDragProcsBit = 10 KTXNDoNotInstallDragProcsMask = 1024 KTXNDontCareTypeSize = -1 KTXNDontCareTypeStyle = 255 KTXNDontDrawCaretWhenInactive = 0 KTXNDontDrawCaretWhenInactiveBit = 12 KTXNDontDrawCaretWhenInactiveMask = 4096 KTXNDontDrawSelectionWhenInactive = 0 KTXNDontDrawSelectionWhenInactiveBit = 13 KTXNDontDrawSelectionWhenInactiveMask = 8192 KTXNDrawCaretWhenInactive = 1 KTXNDrawCaretWhenInactiveTag = 1684238964 KTXNDrawGrowIconBit = 0 KTXNDrawGrowIconMask = 1 KTXNDrawItemAllMask = 4294967295 KTXNDrawItemScrollbarsBit = 0 KTXNDrawItemScrollbarsMask = 1 KTXNDrawItemTextAndSelectionBit = 2 KTXNDrawItemTextAndSelectionMask = 4 KTXNDrawItemTextBit = 1 KTXNDrawItemTextMask = 2 KTXNDrawSelectionWhenInactive = 1 KTXNDrawSelectionWhenInactiveTag = 1685285998 KTXNDropAction = 11 KTXNEnableDragAndDrop = 0 KTXNEnableLayoutAndDraw = 0 KTXNEndOffset = 2147483647 KTXNEntireWordBit = 1 KTXNEntireWordMask = 2 KTXNFlattenMoviesTag = 1718378868 KTXNFlushDefault = 0 KTXNFlushLeft = 1 KTXNFlushRight = 2 KTXNFontContinuousBit = 0 KTXNFontContinuousMask = 1 KTXNFontFeatureAction = 13 KTXNFontSizeAttributeSize = 4 KTXNFontVariationAction = 14 KTXNForceFullJust = 16 KTXNFullJust = 8 KTXNHorizontal = 0 KTXNHorizontalScrollBarRectKey = 4 KTXNIOPrivilegesTag = 1768910966 KTXNIgnoreCaseBit = 0 KTXNIgnoreCaseMask = 1 KTXNImageWithQDBit = 8 KTXNImageWithQDMask = 256 KTXNIncrementTypeSize = 1 KTXNInlineStateTag = 1768846196 KTXNJustificationTag = 1786082164 KTXNLeftTab = 0 KTXNLeftToRight = 0 KTXNLineDirectionTag = 1819174002 KTXNLinkNotPressed = 0 KTXNLinkTracking = 3 KTXNLinkWasPressed = 1 KTXNMacOSEncoding = 1 KTXNMarginsTag = 1835102823 KTXNMonostyledTextBit = 17 KTXNMonostyledTextMask = 131072 KTXNMoveAction = 12 KTXNMultipleFrameType = 3 KTXNMultipleStylesPerTextDocumentResType = 1937013100 KTXNNoAppleEventHandlersBit = 0 KTXNNoAppleEventHandlersMask = 1 KTXNNoAutoWrap = 1 KTXNNoFontVariations = 32767 KTXNNoSelectionBit = 7 KTXNNoSelectionMask = 128 KTXNNoTSMEverBit = 4 KTXNNoTSMEverMask = 16 KTXNNoUserIOTag = 1853188463 KTXNOperationNotAllowedErr = -22020 KTXNPageFrameType = 2 KTXNPasteAction = 2 KTXNQDFontColorAttribute = 1802268530 KTXNQDFontColorAttributeSize = 6 KTXNQDFontFamilyIDAttribute = 1718578804 KTXNQDFontFamilyIDAttributeSize = 2 KTXNQDFontNameAttribute = 1718514798 KTXNQDFontNameAttributeSize = 256 KTXNQDFontSizeAttribute = 1936292453 KTXNQDFontSizeAttributeSize = 2 KTXNQDFontStyleAttribute = 1717658469 KTXNQDFontStyleAttributeSize = 1 KTXNReadOnly = 1 KTXNReadOnlyBit = 5 KTXNReadOnlyMask = 32 KTXNReadWrite = 0 KTXNRefConTag = 1919312750 KTXNRestartAppleEventHandlersBit = 1 KTXNRestartAppleEventHandlersMask = 2 KTXNRichTextFormatData = 1381254688 KTXNRightTab = -1 KTXNRightToLeft = 1 KTXNRunCountBit = 1 KTXNRunCountMask = 2 KTXNSaveStylesAsSTYLResourceBit = 8 KTXNSaveStylesAsSTYLResourceMask = 256 KTXNScrollUnitsInLines = 1 KTXNScrollUnitsInPixels = 0 KTXNScrollUnitsInViewRects = 2 KTXNSelectionOff = 0 KTXNSelectionOn = 1 KTXNSelectionStateTag = 1936487284 KTXNShowEnd = 1 KTXNShowStart = 0 KTXNShowWindowBit = 1 KTXNShowWindowMask = 2 KTXNSingleLevelUndoTag = 1970168943 KTXNSingleLineOnlyBit = 14 KTXNSingleLineOnlyMask = 16384 KTXNSingleStylePerTextDocumentResType = 1297109842 KTXNSizeContinuousBit = 1 KTXNSizeContinuousMask = 2 KTXNStartOffset = 0 KTXNStyleContinuousBit = 2 KTXNStyleContinuousMask = 4 KTXNSupportEditCommandProcessing = 1 KTXNSupportEditCommandUpdating = 2 KTXNSupportFontCommandProcessing = 16 KTXNSupportFontCommandUpdating = 32 KTXNSupportSpellCheckCommandProcessing = 4 KTXNSupportSpellCheckCommandUpdating = 8 KTXNSystemDefaultEncoding = 0 KTXNTabSettingsTag = 1952539251 KTXNTextData = 1413830740 KTXNTextEditStyleFrameType = 1 KTXNTextEncodingAttribute = 1701733220 KTXNTextEncodingAttributeSize = 4 KTXNTextFile = 1413830740 KTXNTextInputCountBit = 0 KTXNTextInputCountMask = 1 KTXNTextRectKey = 2 KTXNTextensionFile = 1954051182 KTXNTypingAction = 0 KTXNURLAttribute = 1970433121 KTXNUndoLastAction = 1024 KTXNUnicodeEncoding = 2 KTXNUnicodeTextData = 1970567284 KTXNUnicodeTextFile = 1970567284 KTXNUseBottomline = 1 KTXNUseCarbonEvents = 1667392354 KTXNUseCurrentSelection = 4294967295 KTXNUseEncodingWordRulesBit = 31 KTXNUseEncodingWordRulesMask = 2147483648 KTXNUseInline = 0 KTXNUseQDforImagingBit = 16 KTXNUseQDforImagingMask = 65536 KTXNUseScriptDefaultValue = -1 KTXNVertical = 1 KTXNVerticalScrollBarRectKey = 3 KTXNViewRectKey = 0 KTXNVisibilityTag = 1986622306 KTXNWantHScrollBarBit = 2 KTXNWantHScrollBarMask = 4 KTXNWantVScrollBarBit = 3 KTXNWantVScrollBarMask = 8 KTXNWillDefaultToATSUIBit = 0 KTXNWillDefaultToATSUIMask = 1 KTXNWillDefaultToCarbonEventBit = 1 KTXNWillDefaultToCarbonEventMask = 2 KTXNWordWrapStateTag = 2004316787 KTabCharCode = 9 KTextService = 1953724003 KTextServiceDocumentInterfaceType = 1953724003 KTextServiceInputModePropertyTag = 1768778093 KTextServiceJaTypingMethodPropertyTag = 1786018160 KThemeActiveAlertBackgroundBrush = 3 KThemeActiveAlertTextColor = 3 KThemeActiveBevelButtonTextColor = 15 KThemeActiveDialogBackgroundBrush = 1 KThemeActiveDialogTextColor = 1 KThemeActiveDocumentWindowTitleTextColor = 23 KThemeActiveMenuItemTextColor = 34 KThemeActiveModelessDialogBackgroundBrush = 5 KThemeActiveModelessDialogTextColor = 5 KThemeActiveMovableModalWindowTitleTextColor = 25 KThemeActivePlacardTextColor = 9 KThemeActivePopupArrowBrush = 20 KThemeActivePopupButtonTextColor = 18 KThemeActivePopupLabelTextColor = 37 KThemeActivePopupWindowTitleColor = 29 KThemeActivePushButtonTextColor = 12 KThemeActiveRootMenuTextColor = 31 KThemeActiveScrollBarDelimiterBrush = 17 KThemeActiveUtilityWindowBackgroundBrush = 7 KThemeActiveUtilityWindowTitleTextColor = 27 KThemeActiveWindowHeaderTextColor = 7 KThemeAdornmentArrowDoubleArrow = 256 KThemeAdornmentArrowDownArrow = 128 KThemeAdornmentArrowLeftArrow = 64 KThemeAdornmentArrowRightArrow = 1024 KThemeAdornmentArrowUpArrow = 512 KThemeAdornmentDefault = 1 KThemeAdornmentDrawIndicatorOnly = 32 KThemeAdornmentFocus = 4 KThemeAdornmentHeaderButtonLeftNeighborSelected = 64 KThemeAdornmentHeaderButtonNoShadow = 1024 KThemeAdornmentHeaderButtonNoSortArrow = 4096 KThemeAdornmentHeaderButtonRightNeighborSelected = 128 KThemeAdornmentHeaderButtonShadowOnly = 2048 KThemeAdornmentHeaderButtonSortUp = 256 KThemeAdornmentHeaderMenuButton = 512 KThemeAdornmentNoShadow = 1024 KThemeAdornmentNone = 0 KThemeAdornmentRightToLeft = 16 KThemeAdornmentShadowOnly = 2048 KThemeAlertHeaderFont = 107 KThemeAlertWindow = 3 KThemeAliasArrowCursor = 2 KThemeAppearanceFileNameTag = 1953000805 KThemeAppleGuideCoachmarkBrush = 23 KThemeApplicationFont = 5 KThemeArrow3pt = 0 KThemeArrow5pt = 1 KThemeArrow7pt = 2 KThemeArrow9pt = 3 KThemeArrowButton = 4 KThemeArrowButtonMini = 24 KThemeArrowButtonSmall = 23 KThemeArrowCursor = 0 KThemeArrowDown = 1 KThemeArrowLeft = 0 KThemeArrowRight = 2 KThemeArrowUp = 3 KThemeBackgroundListViewWindowHeader = 4 KThemeBackgroundMetal = 6 KThemeBackgroundPlacard = 2 KThemeBackgroundSecondaryGroupBox = 5 KThemeBackgroundTabPane = 1 KThemeBackgroundWindowHeader = 3 KThemeBevelButton = 3 KThemeBevelButtonInset = 31 KThemeBevelButtonLarge = 9 KThemeBevelButtonMedium = 3 KThemeBevelButtonSmall = 8 KThemeBottomInsideArrowPressed = 32 KThemeBottomOutsideArrowPressed = 64 KThemeBottomTrackPressed = 16 KThemeBrushActiveAreaFill = 26 KThemeBrushAlertBackgroundActive = 3 KThemeBrushAlertBackgroundInactive = 4 KThemeBrushAlternatePrimaryHighlightColor = -5 KThemeBrushAppleGuideCoachmark = 23 KThemeBrushBevelActiveDark = 45 KThemeBrushBevelActiveLight = 44 KThemeBrushBevelInactiveDark = 47 KThemeBrushBevelInactiveLight = 46 KThemeBrushBlack = -1 KThemeBrushButtonActiveDarkHighlight = 33 KThemeBrushButtonActiveDarkShadow = 32 KThemeBrushButtonActiveLightHighlight = 35 KThemeBrushButtonActiveLightShadow = 34 KThemeBrushButtonFaceActive = 29 KThemeBrushButtonFaceInactive = 30 KThemeBrushButtonFacePressed = 31 KThemeBrushButtonFrameActive = 27 KThemeBrushButtonFrameInactive = 28 KThemeBrushButtonInactiveDarkHighlight = 37 KThemeBrushButtonInactiveDarkShadow = 36 KThemeBrushButtonInactiveLightHighlight = 39 KThemeBrushButtonInactiveLightShadow = 38 KThemeBrushButtonPressedDarkHighlight = 41 KThemeBrushButtonPressedDarkShadow = 40 KThemeBrushButtonPressedLightHighlight = 43 KThemeBrushButtonPressedLightShadow = 42 KThemeBrushChasingArrows = 13 KThemeBrushDialogBackgroundActive = 1 KThemeBrushDialogBackgroundInactive = 2 KThemeBrushDocumentWindowBackground = 15 KThemeBrushDragHilite = 14 KThemeBrushDrawerBackground = 51 KThemeBrushFinderWindowBackground = 16 KThemeBrushFocusHighlight = 19 KThemeBrushIconLabelBackground = 11 KThemeBrushIconLabelBackgroundSelected = 24 KThemeBrushListViewBackground = 10 KThemeBrushListViewColumnDivider = 58 KThemeBrushListViewEvenRowBackground = 57 KThemeBrushListViewOddRowBackground = 56 KThemeBrushListViewSeparator = 12 KThemeBrushListViewSortColumnBackground = 9 KThemeBrushMenuBackground = 54 KThemeBrushMenuBackgroundSelected = 55 KThemeBrushModelessDialogBackgroundActive = 5 KThemeBrushModelessDialogBackgroundInactive = 6 KThemeBrushMovableModalBackground = 49 KThemeBrushNotificationWindowBackground = 48 KThemeBrushPassiveAreaFill = 25 KThemeBrushPopupArrowActive = 20 KThemeBrushPopupArrowInactive = 22 KThemeBrushPopupArrowPressed = 21 KThemeBrushPrimaryHighlightColor = -3 KThemeBrushScrollBarDelimiterActive = 17 KThemeBrushScrollBarDelimiterInactive = 18 KThemeBrushSecondaryHighlightColor = -4 KThemeBrushSheetBackground = 50 KThemeBrushSheetBackgroundOpaque = 50 KThemeBrushSheetBackgroundTransparent = 53 KThemeBrushStaticAreaFill = 25 KThemeBrushToolbarBackground = 52 KThemeBrushUtilityWindowBackgroundActive = 7 KThemeBrushUtilityWindowBackgroundInactive = 8 KThemeBrushWhite = -2 KThemeButtonMixed = 2 KThemeButtonOff = 0 KThemeButtonOn = 1 KThemeChasingArrowsBrush = 13 KThemeCheckBox = 1 KThemeCheckBoxCheckMark = 1 KThemeCheckBoxClassicX = 0 KThemeCheckBoxMini = 19 KThemeCheckBoxSmall = 13 KThemeClosedHandCursor = 8 KThemeComboBox = 16 KThemeComboBoxMini = 18 KThemeComboBoxSmall = 17 KThemeContextualMenuArrowCursor = 3 KThemeControlSoundsMask = 4 KThemeCopyArrowCursor = 1 KThemeCountingDownHandCursor = 12 KThemeCountingUpAndDownHandCursor = 13 KThemeCountingUpHandCursor = 11 KThemeCrossCursor = 5 KThemeCurrentPortFont = 200 KThemeCustomThemesFileType = 1935893870 KThemeDataFileType = 1953000805 KThemeDblClickCollapseTag = 1668246636 KThemeDefaultAdornment = 1 KThemeDesktopPatternNameTag = 1885434990 KThemeDesktopPatternTag = 1885434996 KThemeDesktopPictureAliasTag = 1685086572 KThemeDesktopPictureAlignmentTag = 1685086574 KThemeDesktopPictureNameTag = 1685089901 KThemeDialogWindow = 1 KThemeDisabledMenuItemTextColor = 36 KThemeDisabledRootMenuTextColor = 33 KThemeDisclosureButton = 6 KThemeDisclosureDown = 1 KThemeDisclosureLeft = 2 KThemeDisclosureRight = 0 KThemeDisclosureTriangle = 6 KThemeDocumentWindow = 0 KThemeDocumentWindowBackgroundBrush = 15 KThemeDragHiliteBrush = 14 KThemeDragSoundDragging = 1685217639 KThemeDragSoundGrowUtilWindow = 1969713775 KThemeDragSoundGrowWindow = 2003268207 KThemeDragSoundMoveAlert = 1634561910 KThemeDragSoundMoveDialog = 1684893558 KThemeDragSoundMoveIcon = 1768779638 KThemeDragSoundMoveUtilWindow = 1970106230 KThemeDragSoundMoveWindow = 2003660662 KThemeDragSoundNone = 0 KThemeDragSoundScrollBarArrowDecreasing = 1935827300 KThemeDragSoundScrollBarArrowIncreasing = 1935827305 KThemeDragSoundScrollBarGhost = 1935828840 KThemeDragSoundScrollBarThumb = 1935832168 KThemeDragSoundSliderGhost = 1936484200 KThemeDragSoundSliderThumb = 1936487528 KThemeDrawIndicatorOnly = 32 KThemeDrawerWindow = 11 KThemeEmphasizedSystemFont = 4 KThemeExamplePictureIDTag = 1701865827 KThemeFinderSoundsMask = 8 KThemeFinderWindowBackgroundBrush = 16 KThemeFocusAdornment = 4 KThemeFocusHighlightBrush = 19 KThemeGrowDown = 8 KThemeGrowLeft = 1 KThemeGrowRight = 2 KThemeGrowUp = 4 KThemeHighlightColorNameTag = 1751346797 KThemeHighlightColorTag = 1751347052 KThemeIBeamCursor = 4 KThemeIconLabelBackgroundBrush = 11 KThemeIconLabelTextColor = 21 KThemeInactiveAlertBackgroundBrush = 4 KThemeInactiveAlertTextColor = 4 KThemeInactiveBevelButtonTextColor = 16 KThemeInactiveDialogBackgroundBrush = 2 KThemeInactiveDialogTextColor = 2 KThemeInactiveDocumentWindowTitleTextColor = 24 KThemeInactiveModelessDialogBackgroundBrush = 6 KThemeInactiveModelessDialogTextColor = 6 KThemeInactiveMovableModalWindowTitleTextColor = 26 KThemeInactivePlacardTextColor = 10 KThemeInactivePopupArrowBrush = 22 KThemeInactivePopupButtonTextColor = 19 KThemeInactivePopupLabelTextColor = 38 KThemeInactivePopupWindowTitleColor = 30 KThemeInactivePushButtonTextColor = 13 KThemeInactiveScrollBarDelimiterBrush = 18 KThemeInactiveUtilityWindowBackgroundBrush = 8 KThemeInactiveUtilityWindowTitleTextColor = 28 KThemeInactiveWindowHeaderTextColor = 8 KThemeIncDecButton = 7 KThemeIncDecButtonMini = 22 KThemeIncDecButtonSmall = 21 KThemeIndeterminateBar = 4 KThemeIndeterminateBarLarge = 8 KThemeIndeterminateBarMedium = 4 KThemeIndeterminateBarMini = 12 KThemeLabelFont = 6 KThemeLargeBevelButton = 9 KThemeLargeIndeterminateBar = 8 KThemeLargeProgressBar = 7 KThemeLargeRoundButton = 12 KThemeLargeTabHeight = 21 KThemeLargeTabHeightMax = 24 KThemeLeftInsideArrowPressed = 2 KThemeLeftOutsideArrowPressed = 1 KThemeLeftTrackPressed = 4 KThemeListHeaderButton = 10 KThemeListViewBackgroundBrush = 10 KThemeListViewSeparatorBrush = 12 KThemeListViewSortColumnBackgroundBrush = 9 KThemeListViewTextColor = 22 KThemeMediumBevelButton = 3 KThemeMediumIndeterminateBar = 4 KThemeMediumProgressBar = 3 KThemeMediumScrollBar = 0 KThemeMediumSlider = 2 KThemeMenuActive = 0 KThemeMenuBarInactive = 2 KThemeMenuBarNormal = 0 KThemeMenuBarSelected = 1 KThemeMenuDisabled = 3 KThemeMenuItemAlignRight = 8192 KThemeMenuItemAtBottom = 512 KThemeMenuItemAtTop = 256 KThemeMenuItemCmdKeyFont = 103 KThemeMenuItemFont = 101 KThemeMenuItemHasIcon = 32768 KThemeMenuItemHierBackground = 1024 KThemeMenuItemHierarchical = 1 KThemeMenuItemMarkFont = 102 KThemeMenuItemNoBackground = 16384 KThemeMenuItemPlain = 0 KThemeMenuItemPopUpBackground = 2048 KThemeMenuItemScrollDownArrow = 3 KThemeMenuItemScrollUpArrow = 2 KThemeMenuSelected = 1 KThemeMenuSoundsMask = 2 KThemeMenuSquareMenuBar = 1 KThemeMenuTitleFont = 100 KThemeMenuTypeHierarchical = 2 KThemeMenuTypeInactive = 256 KThemeMenuTypePopUp = 1 KThemeMenuTypePullDown = 0 KThemeMetricBestListHeaderHeight = 20 KThemeMetricButtonRoundedHeight = 136 KThemeMetricButtonRoundedRecessedHeight = 137 KThemeMetricCheckBoxGlyphHeight = 2 KThemeMetricCheckBoxHeight = 2 KThemeMetricCheckBoxWidth = 50 KThemeMetricComboBoxLargeBottomShadowOffset = 70 KThemeMetricComboBoxLargeDisclosureWidth = 74 KThemeMetricComboBoxLargeRightShadowOffset = 71 KThemeMetricComboBoxMiniBottomShadowOffset = 81 KThemeMetricComboBoxMiniDisclosureWidth = 82 KThemeMetricComboBoxMiniRightShadowOffset = 83 KThemeMetricComboBoxSmallBottomShadowOffset = 72 KThemeMetricComboBoxSmallDisclosureWidth = 75 KThemeMetricComboBoxSmallRightShadowOffset = 73 KThemeMetricDisclosureButtonHeight = 17 KThemeMetricDisclosureButtonSize = 17 KThemeMetricDisclosureButtonWidth = 22 KThemeMetricDisclosureTriangleHeight = 25 KThemeMetricDisclosureTriangleWidth = 26 KThemeMetricEditTextFrameOutset = 5 KThemeMetricEditTextWhitespace = 4 KThemeMetricFocusRectOutset = 7 KThemeMetricHSliderHeight = 41 KThemeMetricHSliderTickHeight = 42 KThemeMetricHSliderTickOffset = 128 KThemeMetricImageWellThickness = 8 KThemeMetricLargeProgressBarThickness = 32 KThemeMetricLargeRoundButtonSize = 40 KThemeMetricLargeTabCapsWidth = 11 KThemeMetricLargeTabHeight = 10 KThemeMetricListBoxFrameOutset = 6 KThemeMetricListHeaderHeight = 20 KThemeMetricLittleArrowsHeight = 27 KThemeMetricLittleArrowsMiniHeight = 84 KThemeMetricLittleArrowsMiniWidth = 85 KThemeMetricLittleArrowsSmallHeight = 86 KThemeMetricLittleArrowsSmallWidth = 87 KThemeMetricLittleArrowsWidth = 28 KThemeMetricMenuExcludedMarkColumnWidth = 64 KThemeMetricMenuIconTrailingEdgeMargin = 69 KThemeMetricMenuIndentWidth = 68 KThemeMetricMenuMarkColumnWidth = 63 KThemeMetricMenuMarkIndent = 65 KThemeMetricMenuTextLeadingEdgeMargin = 66 KThemeMetricMenuTextTrailingEdgeMargin = 67 KThemeMetricMiniCheckBoxHeight = 88 KThemeMetricMiniCheckBoxWidth = 89 KThemeMetricMiniDisclosureButtonHeight = 90 KThemeMetricMiniDisclosureButtonWidth = 91 KThemeMetricMiniHSliderHeight = 92 KThemeMetricMiniHSliderMinThumbWidth = 93 KThemeMetricMiniHSliderTickHeight = 94 KThemeMetricMiniHSliderTickOffset = 95 KThemeMetricMiniPopupButtonHeight = 96 KThemeMetricMiniPullDownHeight = 97 KThemeMetricMiniPushButtonHeight = 98 KThemeMetricMiniRadioButtonHeight = 99 KThemeMetricMiniRadioButtonWidth = 100 KThemeMetricMiniTabCapsWidth = 101 KThemeMetricMiniTabFrameOverlap = 102 KThemeMetricMiniTabHeight = 103 KThemeMetricMiniTabOverlap = 104 KThemeMetricMiniVSliderMinThumbHeight = 105 KThemeMetricMiniVSliderTickOffset = 106 KThemeMetricMiniVSliderTickWidth = 107 KThemeMetricMiniVSliderWidth = 108 KThemeMetricNormalProgressBarThickness = 58 KThemeMetricPaneSplitterHeight = 29 KThemeMetricPopupButtonHeight = 30 KThemeMetricPrimaryGroupBoxContentInset = 61 KThemeMetricProgressBarShadowOutset = 59 KThemeMetricProgressBarThickness = 32 KThemeMetricPullDownHeight = 33 KThemeMetricPushButtonHeight = 19 KThemeMetricRadioButtonGlyphHeight = 3 KThemeMetricRadioButtonHeight = 3 KThemeMetricRadioButtonWidth = 52 KThemeMetricRelevanceIndicatorHeight = 37 KThemeMetricResizeControlHeight = 38 KThemeMetricRoundButtonSize = 18 KThemeMetricRoundTextFieldContentHeight = 80 KThemeMetricRoundTextFieldContentInsetBottom = 78 KThemeMetricRoundTextFieldContentInsetLeft = 76 KThemeMetricRoundTextFieldContentInsetRight = 77 KThemeMetricRoundTextFieldContentInsetTop = 79 KThemeMetricRoundTextFieldContentInsetWithIconLeft = 109 KThemeMetricRoundTextFieldContentInsetWithIconRight = 110 KThemeMetricRoundTextFieldMiniContentHeight = 111 KThemeMetricRoundTextFieldMiniContentInsetBottom = 112 KThemeMetricRoundTextFieldMiniContentInsetLeft = 113 KThemeMetricRoundTextFieldMiniContentInsetRight = 114 KThemeMetricRoundTextFieldMiniContentInsetTop = 115 KThemeMetricRoundTextFieldMiniContentInsetWithIconLeft = 116 KThemeMetricRoundTextFieldMiniContentInsetWithIconRight = 117 KThemeMetricRoundTextFieldSmallContentHeight = 118 KThemeMetricRoundTextFieldSmallContentInsetBottom = 119 KThemeMetricRoundTextFieldSmallContentInsetLeft = 120 KThemeMetricRoundTextFieldSmallContentInsetRight = 121 KThemeMetricRoundTextFieldSmallContentInsetTop = 122 KThemeMetricRoundTextFieldSmallContentInsetWithIconLeft = 123 KThemeMetricRoundTextFieldSmallContentInsetWithIconRight = 124 KThemeMetricScrollBarMinThumbHeight = 132 KThemeMetricScrollBarMinThumbWidth = 133 KThemeMetricScrollBarOverlap = 9 KThemeMetricScrollBarWidth = 0 KThemeMetricSecondaryGroupBoxContentInset = 62 KThemeMetricSeparatorSize = 138 KThemeMetricSliderMinThumbHeight = 130 KThemeMetricSliderMinThumbWidth = 131 KThemeMetricSmallCheckBoxHeight = 21 KThemeMetricSmallCheckBoxWidth = 51 KThemeMetricSmallDisclosureButtonHeight = 23 KThemeMetricSmallDisclosureButtonWidth = 24 KThemeMetricSmallHSliderHeight = 43 KThemeMetricSmallHSliderMinThumbWidth = 54 KThemeMetricSmallHSliderTickHeight = 44 KThemeMetricSmallHSliderTickOffset = 56 KThemeMetricSmallPaneSplitterHeight = 127 KThemeMetricSmallPopupButtonHeight = 31 KThemeMetricSmallProgressBarShadowOutset = 60 KThemeMetricSmallProgressBarThickness = 58 KThemeMetricSmallPullDownHeight = 34 KThemeMetricSmallPushButtonHeight = 35 KThemeMetricSmallRadioButtonHeight = 36 KThemeMetricSmallRadioButtonWidth = 53 KThemeMetricSmallResizeControlHeight = 39 KThemeMetricSmallScrollBarMinThumbHeight = 134 KThemeMetricSmallScrollBarMinThumbWidth = 135 KThemeMetricSmallScrollBarWidth = 1 KThemeMetricSmallTabCapsWidth = 16 KThemeMetricSmallTabFrameOverlap = 125 KThemeMetricSmallTabHeight = 15 KThemeMetricSmallTabOverlap = 126 KThemeMetricSmallVSliderMinThumbHeight = 55 KThemeMetricSmallVSliderTickOffset = 57 KThemeMetricSmallVSliderTickWidth = 48 KThemeMetricSmallVSliderWidth = 47 KThemeMetricTabFrameOverlap = 12 KThemeMetricTabIndentOrStyle = 13 KThemeMetricTabOverlap = 14 KThemeMetricTexturedPushButtonHeight = 139 KThemeMetricTexturedSmallPushButtonHeight = 140 KThemeMetricTitleBarControlsHeight = 49 KThemeMetricVSliderTickOffset = 129 KThemeMetricVSliderTickWidth = 46 KThemeMetricVSliderWidth = 45 KThemeMiniCheckBox = 19 KThemeMiniIndeterminateBar = 12 KThemeMiniProgressBar = 11 KThemeMiniRadioButton = 20 KThemeMiniScrollBar = 9 KThemeMiniSlider = 10 KThemeMiniSystemFont = 109 KThemeMovableAlertWindow = 4 KThemeMovableDialogWindow = 2 KThemeNameTag = 1851878757 KThemeNoAdornment = 0 KThemeNoSounds = 0 KThemeNormalCheckBox = 1 KThemeNormalRadioButton = 2 KThemeNotAllowedCursor = 18 KThemeOpenHandCursor = 9 KThemePlainDialogWindow = 5 KThemePlatinumFileType = 1886155886 KThemePlusCursor = 6 KThemePointingHandCursor = 10 KThemePoofCursor = 22 KThemePopupButton = 5 KThemePopupButtonMini = 30 KThemePopupButtonNormal = 28 KThemePopupButtonSmall = 29 KThemePopupTabCenterOnOffset = 2 KThemePopupTabCenterOnWindow = 1 KThemePopupTabNormalPosition = 0 KThemePopupWindow = 7 KThemePressedBevelButtonTextColor = 17 KThemePressedPlacardTextColor = 11 KThemePressedPopupArrowBrush = 21 KThemePressedPopupButtonTextColor = 20 KThemePressedPushButtonTextColor = 14 KThemeProgressBar = 3 KThemeProgressBarLarge = 7 KThemeProgressBarMedium = 3 KThemeProgressBarMini = 11 KThemePushButton = 0 KThemePushButtonFont = 105 KThemePushButtonInset = 32 KThemePushButtonInsetSmall = 33 KThemePushButtonMini = 27 KThemePushButtonNormal = 25 KThemePushButtonSmall = 26 KThemePushButtonTextured = 32 KThemePushButtonTexturedSmall = 33 KThemeRadioButton = 2 KThemeRadioButtonMini = 20 KThemeRadioButtonSmall = 14 KThemeRelevanceBar = 5 KThemeResizeDownCursor = 20 KThemeResizeLeftCursor = 15 KThemeResizeLeftRightCursor = 17 KThemeResizeRightCursor = 16 KThemeResizeUpCursor = 19 KThemeResizeUpDownCursor = 21 KThemeRightInsideArrowPressed = 32 KThemeRightOutsideArrowPressed = 64 KThemeRightToLeftAdornment = 16 KThemeRightTrackPressed = 16 KThemeRoundButton = 11 KThemeRoundButtonHelp = 34 KThemeRoundButtonLarge = 12 KThemeRoundedBevelButton = 15 KThemeSavvyMenuResponse = 29811 KThemeScrollBar = 0 KThemeScrollBarArrowStyleTag = 1935827314 KThemeScrollBarArrowsLowerRight = 1 KThemeScrollBarArrowsSingle = 0 KThemeScrollBarMedium = 0 KThemeScrollBarMini = 9 KThemeScrollBarSmall = 1 KThemeScrollBarThumbNormal = 0 KThemeScrollBarThumbProportional = 1 KThemeScrollBarThumbStyleTag = 1935832168 KThemeSelectedMenuItemTextColor = 35 KThemeSelectedRootMenuTextColor = 32 KThemeShadowDialogWindow = 6 KThemeSheetWindow = 10 KThemeSlider = 2 KThemeSliderMedium = 2 KThemeSliderMini = 10 KThemeSliderSmall = 6 KThemeSmallBevelButton = 8 KThemeSmallCheckBox = 13 KThemeSmallEmphasizedSystemFont = 2 KThemeSmallRadioButton = 14 KThemeSmallScrollBar = 1 KThemeSmallSlider = 6 KThemeSmallSystemFont = 1 KThemeSmallSystemFontTag = 1936552806 KThemeSmallTabHeight = 16 KThemeSmallTabHeightMax = 19 KThemeSmoothFontEnabledTag = 1936551791 KThemeSmoothFontMinSizeTag = 1936551795 KThemeSoundAlertClose = 1634497635 KThemeSoundAlertOpen = 1634693230 KThemeSoundBalloonClose = 1651273315 KThemeSoundBalloonOpen = 1651273327 KThemeSoundBevelEnter = 1650816613 KThemeSoundBevelExit = 1650816632 KThemeSoundBevelPress = 1650816624 KThemeSoundBevelRelease = 1650816626 KThemeSoundButtonEnter = 1651797605 KThemeSoundButtonExit = 1651797624 KThemeSoundButtonPress = 1651797616 KThemeSoundButtonRelease = 1651797618 KThemeSoundCancelButtonEnter = 1667396709 KThemeSoundCancelButtonExit = 1667396728 KThemeSoundCancelButtonPress = 1667396720 KThemeSoundCancelButtonRelease = 1667396722 KThemeSoundCheckboxEnter = 1667787621 KThemeSoundCheckboxExit = 1667787640 KThemeSoundCheckboxPress = 1667787632 KThemeSoundCheckboxRelease = 1667787634 KThemeSoundCopyDone = 1717792868 KThemeSoundDefaultButtonEnter = 1684173925 KThemeSoundDefaultButtonExit = 1684173944 KThemeSoundDefaultButtonPress = 1684173936 KThemeSoundDefaultButtonRelease = 1684173938 KThemeSoundDialogClose = 1684825955 KThemeSoundDialogOpen = 1685024878 KThemeSoundDisclosureEnter = 1685283685 KThemeSoundDisclosureExit = 1685283704 KThemeSoundDisclosurePress = 1685283696 KThemeSoundDisclosureRelease = 1685283698 KThemeSoundDiskEject = 1685285733 KThemeSoundDiskInsert = 1685285737 KThemeSoundDragTargetDrop = 1685349490 KThemeSoundDragTargetHilite = 1685350505 KThemeSoundDragTargetUnhilite = 1685353832 KThemeSoundEmptyTrash = 1718907507 KThemeSoundFinderDragOffIcon = 1717858150 KThemeSoundFinderDragOnIcon = 1717858158 KThemeSoundLaunchApp = 1718378864 KThemeSoundLittleArrowDnPress = 1818322032 KThemeSoundLittleArrowDnRelease = 1818322034 KThemeSoundLittleArrowEnter = 1818325605 KThemeSoundLittleArrowExit = 1818325624 KThemeSoundLittleArrowUpPress = 1818326384 KThemeSoundLittleArrowUpRelease = 1818326386 KThemeSoundMaskTag = 1936552811 KThemeSoundMenuClose = 1835955555 KThemeSoundMenuItemHilite = 1835955561 KThemeSoundMenuItemRelease = 1835955571 KThemeSoundMenuOpen = 1835955567 KThemeSoundNewItem = 1718510967 KThemeSoundNone = 0 KThemeSoundPopupEnter = 1886351461 KThemeSoundPopupExit = 1886351480 KThemeSoundPopupPress = 1886351472 KThemeSoundPopupRelease = 1886351474 KThemeSoundPopupWindowClose = 1886872428 KThemeSoundPopupWindowOpen = 1886875504 KThemeSoundRadioEnter = 1918985317 KThemeSoundRadioExit = 1918985336 KThemeSoundRadioPress = 1918985328 KThemeSoundRadioRelease = 1918985330 KThemeSoundReceiveDrop = 1717858928 KThemeSoundResolveAlias = 1718772076 KThemeSoundScrollArrowEnter = 1935827301 KThemeSoundScrollArrowExit = 1935827320 KThemeSoundScrollArrowPress = 1935827312 KThemeSoundScrollArrowRelease = 1935827314 KThemeSoundScrollEndOfTrack = 1935832165 KThemeSoundScrollTrackPress = 1935832176 KThemeSoundSelectItem = 1718838636 KThemeSoundSliderEndOfTrack = 1936487525 KThemeSoundSliderTrackPress = 1936487536 KThemeSoundTabEnter = 1952539237 KThemeSoundTabExit = 1952539256 KThemeSoundTabPressed = 1952539248 KThemeSoundTabRelease = 1952539250 KThemeSoundTrackFileType = 1953721956 KThemeSoundTrackNameTag = 1936614516 KThemeSoundUtilWinCloseEnter = 1969450085 KThemeSoundUtilWinCloseExit = 1969450104 KThemeSoundUtilWinClosePress = 1969450096 KThemeSoundUtilWinCloseRelease = 1969450098 KThemeSoundUtilWinCollapseEnter = 1969450853 KThemeSoundUtilWinCollapseExit = 1969450872 KThemeSoundUtilWinCollapsePress = 1969450864 KThemeSoundUtilWinCollapseRelease = 1969450866 KThemeSoundUtilWinDragBoundary = 1969513060 KThemeSoundUtilWinZoomEnter = 1970957669 KThemeSoundUtilWinZoomExit = 1970957688 KThemeSoundUtilWinZoomPress = 1970957680 KThemeSoundUtilWinZoomRelease = 1970957682 KThemeSoundUtilWindowActivate = 1969316724 KThemeSoundUtilWindowClose = 1969450099 KThemeSoundUtilWindowCollapseDown = 1969584240 KThemeSoundUtilWindowCollapseUp = 1969450860 KThemeSoundUtilWindowOpen = 1970237550 KThemeSoundUtilWindowZoomIn = 1970957673 KThemeSoundUtilWindowZoomOut = 1970957679 KThemeSoundWindowActivate = 2002871156 KThemeSoundWindowClose = 2003004531 KThemeSoundWindowCloseEnter = 2003004517 KThemeSoundWindowCloseExit = 2003004536 KThemeSoundWindowClosePress = 2003004528 KThemeSoundWindowCloseRelease = 2003004530 KThemeSoundWindowCollapseDown = 2003138672 KThemeSoundWindowCollapseEnter = 2003005285 KThemeSoundWindowCollapseExit = 2003005304 KThemeSoundWindowCollapsePress = 2003005296 KThemeSoundWindowCollapseRelease = 2003005298 KThemeSoundWindowCollapseUp = 2003005292 KThemeSoundWindowDragBoundary = 2003067492 KThemeSoundWindowOpen = 2003791982 KThemeSoundWindowZoomEnter = 2004512101 KThemeSoundWindowZoomExit = 2004512120 KThemeSoundWindowZoomIn = 2004512105 KThemeSoundWindowZoomOut = 2004512111 KThemeSoundWindowZoomPress = 2004512112 KThemeSoundWindowZoomRelease = 2004512114 KThemeSoundsEnabledTag = 1936614515 KThemeSpecifiedFont = 201 KThemeSpinningCursor = 14 KThemeStateActive = 1 KThemeStateDisabled = 0 KThemeStateInactive = 0 KThemeStatePressed = 2 KThemeStatePressedDown = 3 KThemeStatePressedUp = 2 KThemeStateRollover = 6 KThemeSystemFont = 0 KThemeSystemFontDetail = 7 KThemeSystemFontDetailEmphasized = 8 KThemeSystemFontTag = 1818719078 KThemeTabEast = 2 KThemeTabFront = 3 KThemeTabFrontInactive = 4 KThemeTabNonFront = 0 KThemeTabNonFrontInactive = 2 KThemeTabNonFrontPressed = 1 KThemeTabNorth = 0 KThemeTabPaneOverlap = 3 KThemeTabSouth = 1 KThemeTabWest = 3 KThemeTextColorAlertActive = 3 KThemeTextColorAlertInactive = 4 KThemeTextColorBevelButtonActive = 15 KThemeTextColorBevelButtonInactive = 16 KThemeTextColorBevelButtonPressed = 17 KThemeTextColorBevelButtonStickyActive = 45 KThemeTextColorBevelButtonStickyInactive = 46 KThemeTextColorBlack = -1 KThemeTextColorDialogActive = 1 KThemeTextColorDialogInactive = 2 KThemeTextColorDocumentWindowTitleActive = 23 KThemeTextColorDocumentWindowTitleInactive = 24 KThemeTextColorIconLabel = 21 KThemeTextColorIconLabelSelected = 44 KThemeTextColorListView = 22 KThemeTextColorMenuItemActive = 34 KThemeTextColorMenuItemDisabled = 36 KThemeTextColorMenuItemSelected = 35 KThemeTextColorModelessDialogActive = 5 KThemeTextColorModelessDialogInactive = 6 KThemeTextColorMovableModalWindowTitleActive = 25 KThemeTextColorMovableModalWindowTitleInactive = 26 KThemeTextColorNotification = 47 KThemeTextColorPlacardActive = 9 KThemeTextColorPlacardInactive = 10 KThemeTextColorPlacardPressed = 11 KThemeTextColorPopupButtonActive = 18 KThemeTextColorPopupButtonInactive = 19 KThemeTextColorPopupButtonPressed = 20 KThemeTextColorPopupLabelActive = 37 KThemeTextColorPopupLabelInactive = 38 KThemeTextColorPopupWindowTitleActive = 29 KThemeTextColorPopupWindowTitleInactive = 30 KThemeTextColorPushButtonActive = 12 KThemeTextColorPushButtonInactive = 13 KThemeTextColorPushButtonPressed = 14 KThemeTextColorRootMenuActive = 31 KThemeTextColorRootMenuDisabled = 33 KThemeTextColorRootMenuSelected = 32 KThemeTextColorSystemDetail = 48 KThemeTextColorTabFrontActive = 39 KThemeTextColorTabFrontInactive = 42 KThemeTextColorTabNonFrontActive = 40 KThemeTextColorTabNonFrontInactive = 43 KThemeTextColorTabNonFrontPressed = 41 KThemeTextColorUtilityWindowTitleActive = 27 KThemeTextColorUtilityWindowTitleInactive = 28 KThemeTextColorWhite = -2 KThemeTextColorWindowHeaderActive = 7 KThemeTextColorWindowHeaderInactive = 8 KThemeThumbDownward = 2 KThemeThumbPlain = 0 KThemeThumbPressed = 8 KThemeThumbUpward = 1 KThemeToolbarFont = 108 KThemeTopInsideArrowPressed = 2 KThemeTopOutsideArrowPressed = 1 KThemeTopTrackPressed = 4 KThemeTrackActive = 0 KThemeTrackDisabled = 1 KThemeTrackHasFocus = 32 KThemeTrackHideTrack = 64 KThemeTrackHorizontal = 1 KThemeTrackInactive = 3 KThemeTrackNoScrollBarArrows = 16 KThemeTrackNothingToScroll = 2 KThemeTrackRightToLeft = 2 KThemeTrackShowThumb = 4 KThemeTrackThumbRgnIsNotGhost = 8 KThemeUserDefinedTag = 1970496882 KThemeUtilitySideWindow = 9 KThemeUtilityWindow = 8 KThemeUtilityWindowTitleFont = 106 KThemeVariantBaseTintTag = 1953066612 KThemeVariantNameTag = 1986097774 KThemeViewsFont = 3 KThemeViewsFontSizeTag = 1986425722 KThemeViewsFontTag = 1986424436 KThemeWatchCursor = 7 KThemeWidgetCloseBox = 0 KThemeWidgetCollapseBox = 2 KThemeWidgetDirtyCloseBox = 6 KThemeWidgetToolbarButton = 7 KThemeWidgetZoomBox = 1 KThemeWindowHasCloseBox = 32 KThemeWindowHasCollapseBox = 64 KThemeWindowHasDirty = 512 KThemeWindowHasFullZoom = 24 KThemeWindowHasGrow = 1 KThemeWindowHasHorizontalZoom = 8 KThemeWindowHasTitleText = 128 KThemeWindowHasToolbarButton = 2048 KThemeWindowHasVerticalZoom = 16 KThemeWindowIsCollapsed = 256 KThemeWindowSoundsMask = 1 KThemeWindowTitleFont = 104 KTiledOnScreen = 1 KToolbarWindowClass = 12 KTrackMouseLocationOptionDontConsumeMouseUp = 1 KTrackMouseLocationOptionIncludeScrollWheel = 8 KTranslateGetFileTranslationList = 0 KTranslateGetScrapTranslationList = 10 KTranslateGetScrapTranslationListConsideringData = 13 KTranslateGetTranslatedFilename = 3 KTranslateIdentifyFile = 1 KTranslateIdentifyScrap = 11 KTranslateTranslateFile = 2 KTranslateTranslateScrap = 12 KTranslationScrapProgressDialogID = -16555 KTranslatorCanGenerateFilename = 4 KUIModeAllHidden = 3 KUIModeAllSuppressed = 4 KUIModeContentHidden = 2 KUIModeContentSuppressed = 1 KUIModeNormal = 0 KUIOptionAnimateMenuBar = 2 KUIOptionAutoShowMenuBar = 1 KUIOptionDisableAppleMenu = 4 KUIOptionDisableForceQuit = 16 KUIOptionDisableHide = 64 KUIOptionDisableMenuBarTransparency = 512 KUIOptionDisableProcessSwitch = 8 KUIOptionDisableSessionTerminate = 32 KUnicodeDocument = 1969516387 KUnicodeDocumentInterfaceType = 1969516387 KUnknownLanguage = 65535 KUnknownScript = 65535 KUpArrowCharCode = 30 KUseBestGuess = 5 KUserDialogItem = 0 KUtilityWindowClass = 8 KVK_ANSI_0 = 29 KVK_ANSI_1 = 18 KVK_ANSI_2 = 19 KVK_ANSI_3 = 20 KVK_ANSI_4 = 21 KVK_ANSI_5 = 23 KVK_ANSI_6 = 22 KVK_ANSI_7 = 26 KVK_ANSI_8 = 28 KVK_ANSI_9 = 25 KVK_ANSI_A = 0 KVK_ANSI_B = 11 KVK_ANSI_Backslash = 42 KVK_ANSI_C = 8 KVK_ANSI_Comma = 43 KVK_ANSI_D = 2 KVK_ANSI_E = 14 KVK_ANSI_Equal = 24 KVK_ANSI_F = 3 KVK_ANSI_G = 5 KVK_ANSI_Grave = 50 KVK_ANSI_H = 4 KVK_ANSI_I = 34 KVK_ANSI_J = 38 KVK_ANSI_K = 40 KVK_ANSI_Keypad0 = 82 KVK_ANSI_Keypad1 = 83 KVK_ANSI_Keypad2 = 84 KVK_ANSI_Keypad3 = 85 KVK_ANSI_Keypad4 = 86 KVK_ANSI_Keypad5 = 87 KVK_ANSI_Keypad6 = 88 KVK_ANSI_Keypad7 = 89 KVK_ANSI_Keypad8 = 91 KVK_ANSI_Keypad9 = 92 KVK_ANSI_KeypadClear = 71 KVK_ANSI_KeypadDecimal = 65 KVK_ANSI_KeypadDivide = 75 KVK_ANSI_KeypadEnter = 76 KVK_ANSI_KeypadEquals = 81 KVK_ANSI_KeypadMinus = 78 KVK_ANSI_KeypadMultiply = 67 KVK_ANSI_KeypadPlus = 69 KVK_ANSI_L = 37 KVK_ANSI_LeftBracket = 33 KVK_ANSI_M = 46 KVK_ANSI_Minus = 27 KVK_ANSI_N = 45 KVK_ANSI_O = 31 KVK_ANSI_P = 35 KVK_ANSI_Period = 47 KVK_ANSI_Q = 12 KVK_ANSI_Quote = 39 KVK_ANSI_R = 15 KVK_ANSI_RightBracket = 30 KVK_ANSI_S = 1 KVK_ANSI_Semicolon = 41 KVK_ANSI_Slash = 44 KVK_ANSI_T = 17 KVK_ANSI_U = 32 KVK_ANSI_V = 9 KVK_ANSI_W = 13 KVK_ANSI_X = 7 KVK_ANSI_Y = 16 KVK_ANSI_Z = 6 KVK_CapsLock = 57 KVK_Command = 55 KVK_ContextualMenu = 110 KVK_Control = 59 KVK_Delete = 51 KVK_DownArrow = 125 KVK_End = 119 KVK_Escape = 53 KVK_F1 = 122 KVK_F10 = 109 KVK_F11 = 103 KVK_F12 = 111 KVK_F13 = 105 KVK_F14 = 107 KVK_F15 = 113 KVK_F16 = 106 KVK_F17 = 64 KVK_F18 = 79 KVK_F19 = 80 KVK_F2 = 120 KVK_F20 = 90 KVK_F3 = 99 KVK_F4 = 118 KVK_F5 = 96 KVK_F6 = 97 KVK_F7 = 98 KVK_F8 = 100 KVK_F9 = 101 KVK_ForwardDelete = 117 KVK_Function = 63 KVK_Help = 114 KVK_Home = 115 KVK_ISO_Section = 10 KVK_JIS_Eisu = 102 KVK_JIS_Kana = 104 KVK_JIS_KeypadComma = 95 KVK_JIS_Underscore = 94 KVK_JIS_Yen = 93 KVK_LeftArrow = 123 KVK_Mute = 74 KVK_Option = 58 KVK_PageDown = 121 KVK_PageUp = 116 KVK_Return = 36 KVK_RightArrow = 124 KVK_RightCommand = 54 KVK_RightControl = 62 KVK_RightOption = 61 KVK_RightShift = 60 KVK_Shift = 56 KVK_Space = 49 KVK_Tab = 48 KVK_UpArrow = 126 KVK_VolumeDown = 73 KVK_VolumeUp = 72 KVerticalTabCharCode = 11 KWindowActivationScopeAll = 2 KWindowActivationScopeIndependent = 1 KWindowActivationScopeNone = 0 KWindowAlertPositionMainScreen = 12298 KWindowAlertPositionOnMainScreen = 7 KWindowAlertPositionOnParentWindow = 8 KWindowAlertPositionOnParentWindowScreen = 9 KWindowAlertPositionParentWindow = 45066 KWindowAlertPositionParentWindowScreen = 28682 KWindowAlertProc = 1044 KWindowAsyncDragAttribute = 8388608 KWindowBoundsChangeOriginChanged = 8 KWindowBoundsChangeSizeChanged = 4 KWindowBoundsChangeUserDrag = 1 KWindowBoundsChangeUserResize = 2 KWindowBoundsChangeZoom = 16 KWindowCanBeVisibleWithoutLoginAttribute = 4194304 KWindowCanCollapse = 4 KWindowCanDrawInCurrentPort = 512 KWindowCanGetWindowRegion = 16 KWindowCanGrow = 1 KWindowCanMeasureTitle = 2048 KWindowCanSetupProxyDragImage = 1024 KWindowCanZoom = 2 KWindowCascadeOnMainScreen = 4 KWindowCascadeOnParentWindow = 5 KWindowCascadeOnParentWindowScreen = 6 KWindowCascadeStartAtParentWindowScreen = 10 KWindowCenterMainScreen = 10250 KWindowCenterOnMainScreen = 1 KWindowCenterOnParentWindow = 2 KWindowCenterOnParentWindowScreen = 3 KWindowCenterParentWindow = 43018 KWindowCenterParentWindowScreen = 26634 KWindowCloseBoxAttribute = 1 KWindowCloseBoxRgn = 2 KWindowCollapseBoxAttribute = 8 KWindowCollapseBoxRgn = 7 KWindowCompositingAttribute = 524288 KWindowConstrainAllowPartial = 4 KWindowConstrainCalcOnly = 8 KWindowConstrainMayResize = 1 KWindowConstrainMoveMinimum = 64 KWindowConstrainMoveRegardlessOfFit = 2 KWindowConstrainStandardOptions = 2 KWindowConstrainUseSpecifiedBounds = 256 KWindowConstrainUseTransitionWindow = 16 KWindowContentRgn = 33 KWindowDefHIView = 3 KWindowDefObjectClass = 1 KWindowDefProcID = 2 KWindowDefProcPtr = 0 KWindowDefProcType = 1464091974 KWindowDefSupportsColorGrafPort = 1073741826 KWindowDefaultPosition = 0 KWindowDefinitionVersionOne = 1 KWindowDefinitionVersionTwo = 2 KWindowDialogDefProcResID = 65 KWindowDocumentDefProcResID = 64 KWindowDocumentProc = 1024 KWindowDoesNotCycleAttribute = 32768 KWindowDragRgn = 5 KWindowDrawerClosed = 4 KWindowDrawerClosing = 3 KWindowDrawerOpen = 2 KWindowDrawerOpening = 1 KWindowEdgeBottom = 4 KWindowEdgeDefault = 0 KWindowEdgeLeft = 2 KWindowEdgeRight = 8 KWindowEdgeTop = 1 KWindowFadeTransitionEffect = 4 KWindowFloatFullZoomGrowProc = 1071 KWindowFloatFullZoomProc = 1069 KWindowFloatGrowProc = 1059 KWindowFloatHorizZoomGrowProc = 1067 KWindowFloatHorizZoomProc = 1065 KWindowFloatProc = 1057 KWindowFloatSideFullZoomGrowProc = 1087 KWindowFloatSideFullZoomProc = 1085 KWindowFloatSideGrowProc = 1075 KWindowFloatSideHorizZoomGrowProc = 1083 KWindowFloatSideHorizZoomProc = 1081 KWindowFloatSideProc = 1073 KWindowFloatSideVertZoomGrowProc = 1079 KWindowFloatSideVertZoomProc = 1077 KWindowFloatVertZoomGrowProc = 1063 KWindowFloatVertZoomProc = 1061 KWindowFrameworkScaledAttribute = 1048576 KWindowFullZoomAttribute = 6 KWindowFullZoomDocumentProc = 1030 KWindowFullZoomGrowDocumentProc = 1031 KWindowGenieTransitionEffect = 5 KWindowGlobalPortRgn = 40 KWindowGroupAttrFixedLevel = 32 KWindowGroupAttrHideOnCollapse = 16 KWindowGroupAttrLayerTogether = 4 KWindowGroupAttrMoveTogether = 2 KWindowGroupAttrPositionFixed = 2 KWindowGroupAttrSelectAsLayer = 1 KWindowGroupAttrSelectable = 1 KWindowGroupAttrZOrderFixed = 4 KWindowGroupContentsRecurse = 2 KWindowGroupContentsReturnWindows = 1 KWindowGroupContentsVisible = 4 KWindowGroupLevelActive = 1 KWindowGroupLevelInactive = 2 KWindowGroupLevelPromoted = 3 KWindowGrowDocumentProc = 1025 KWindowGrowRgn = 6 KWindowHasRoundBottomBarCornersAttribute = 4096 KWindowHasTitleBar = 64 KWindowHideOnFullScreenAttribute = 67108864 KWindowHideOnSuspendAttribute = 16777216 KWindowHideTransitionAction = 2 KWindowHighResolutionCapableAttribute = 1048576 KWindowHorizZoomDocumentProc = 1028 KWindowHorizZoomGrowDocumentProc = 1029 KWindowHorizontalZoomAttribute = 2 KWindowIgnoreClicksAttribute = 536870912 KWindowInWindowMenuAttribute = 134217728 KWindowIsAlert = 32 KWindowIsCollapsedState = 1 KWindowIsModal = 8 KWindowIsOpaque = 16384 KWindowLatentVisibleAppHidden = 8 KWindowLatentVisibleCollapsedGroup = 32 KWindowLatentVisibleCollapsedOwner = 16 KWindowLatentVisibleFloater = 1 KWindowLatentVisibleFullScreen = 4 KWindowLatentVisibleSuspend = 2 KWindowLiveResizeAttribute = 268435456 KWindowMenuIncludeRotate = 1 KWindowMetalAttribute = 256 KWindowMetalNoContentSeparatorAttribute = 2048 KWindowModalDialogProc = 1042 KWindowModalityAppModal = 2 KWindowModalityNone = 0 KWindowModalitySystemModal = 1 KWindowModalityWindowModal = 3 KWindowMovableAlertProc = 1045 KWindowMovableModalDialogProc = 1043 KWindowMovableModalGrowProc = 1046 KWindowMoveTransitionAction = 3 KWindowMsgCalculateShape = 2 KWindowMsgCleanUp = 4 KWindowMsgDragHilite = 9 KWindowMsgDraw = 0 KWindowMsgDrawGrowBox = 6 KWindowMsgDrawGrowOutline = 5 KWindowMsgDrawInCurrentPort = 11 KWindowMsgGetFeatures = 7 KWindowMsgGetGrowImageRegion = 19 KWindowMsgGetRegion = 8 KWindowMsgHitTest = 1 KWindowMsgInitialize = 3 KWindowMsgMeasureTitle = 14 KWindowMsgModified = 10 KWindowMsgSetupProxyDragImage = 12 KWindowMsgStateChanged = 13 KWindowNoActivatesAttribute = 131072 KWindowNoAttributes = 0 KWindowNoConstrainAttribute = 2147483648 KWindowNoPosition = 0 KWindowNoShadowAttribute = 2097152 KWindowNoTitleBarAttribute = 512 KWindowNoUpdatesAttribute = 65536 KWindowOpaqueForEventsAttribute = 262144 KWindowOpaqueRgn = 35 KWindowOverlayProc = 1136 KWindowPaintProcOptionsNone = 0 KWindowPlainDialogProc = 1040 KWindowPropertyPersistent = 1 KWindowResizableAttribute = 16 KWindowResizeTransitionAction = 4 KWindowShadowDialogProc = 1041 KWindowSheetAlertDefProcResID = 70 KWindowSheetAlertProc = 1120 KWindowSheetDefProcResID = 68 KWindowSheetProc = 1088 KWindowSheetTransitionEffect = 2 KWindowShowTransitionAction = 1 KWindowSideTitlebarAttribute = 32 KWindowSimpleDefProcResID = 69 KWindowSimpleFrameProc = 1105 KWindowSimpleProc = 1104 KWindowSlideTransitionEffect = 3 KWindowStaggerMainScreen = 14346 KWindowStaggerParentWindow = 47114 KWindowStaggerParentWindowScreen = 30730 KWindowStandardDocumentAttributes = 31 KWindowStandardFloatingAttributes = 9 KWindowStandardHandlerAttribute = 33554432 KWindowStateTitleChanged = 1 KWindowStructureRgn = 32 KWindowSupportsDragHilite = 128 KWindowSupportsGetGrowImageRegion = 8192 KWindowSupportsModifiedBit = 256 KWindowTexturedSquareCornersAttribute = 1024 KWindowTitleBarRgn = 0 KWindowTitleProxyIconRgn = 8 KWindowTitleTextRgn = 1 KWindowToolbarButtonAttribute = 64 KWindowToolbarButtonRgn = 41 KWindowUnifiedTitleAndToolbarAttribute = 128 KWindowUpdateRgn = 34 KWindowUtilityDefProcResID = 66 KWindowUtilitySideTitleDefProcResID = 67 KWindowVertZoomDocumentProc = 1026 KWindowVertZoomGrowDocumentProc = 1027 KWindowVerticalZoomAttribute = 4 KWindowWantsDisposeAtProcessDeath = 4096 KWindowZoomBoxRgn = 3 KWindowZoomTransitionEffect = 1 KZoomAccelerate = 1 KZoomDecelerate = 2 KZoomNoAcceleration = 0 KeyCodeMask = 65280 KeyContextualMenuAttributes = 1668112756 KeyContextualMenuCommandID = 1668113252 KeyContextualMenuModifiers = 1668115812 KeyContextualMenuName = 1886282093 KeyDown = 3 KeyDownMask = 8 KeyUp = 4 KeyUpMask = 16 LCloseMsg = 3 LDoHAutoscroll = 1 LDoHAutoscrollBit = 0 LDoVAutoscroll = 2 LDoVAutoscrollBit = 1 LDrawMsg = 1 LDrawingModeOff = 8 LDrawingModeOffBit = 3 LExtendDrag = 64 LExtendDragBit = 6 LHiliteMsg = 2 LInitMsg = 0 LNoDisjoint = 32 LNoDisjointBit = 5 LNoExtend = 16 LNoExtendBit = 4 LNoNilHilite = 2 LNoNilHiliteBit = 1 LNoRect = 8 LNoRectBit = 3 LOnlyOne = -128 LOnlyOneBit = 7 LUseSense = 4 LUseSenseBit = 2 MCalcItemMsg = 5 MDownMask = 2 MDrawMsg = 0 MPopUpMsg = 3 MSizeMsg = 2 MUpMask = 4 MctAllItems = -98 MctLastIDIndic = -99 MouseDown = 1 MouseMovedMessage = 250 MouseUp = 2 MovableDBoxProc = 5 NWIDTHHook = 24 NetworkEvt = 10 NetworkMask = 1024 NoConstraint = 0 NoGrowDocProc = 4 NoMark = 0 NoteIcon = 1 NullEvent = 0 Ok = 1 OptionKey = 2048 OptionKeyBit = 11 OsEvt = 15 OsEvtMessageMask = 4278190080 OsMask = 32768 OverlayDITL = 0 PicItem = 64 PlainDBox = 2 PopupFixedWidth = 1 PopupMenuProc = 1008 PopupTitleBold = 256 PopupTitleCenterJust = 1 PopupTitleCondense = 8192 PopupTitleExtend = 16384 PopupTitleItalic = 512 PopupTitleLeftJust = 0 PopupTitleNoStyle = 32768 PopupTitleOutline = 2048 PopupTitleRightJust = 255 PopupTitleShadow = 4096 PopupTitleUnderline = 1024 PopupUseAddResMenu = 4 PopupUseWFont = 8 PopupVariableWidth = 2 PushButProc = 0 RadCtrl = 2 RadioButProc = 2 ResCtrl = 3 ResumeFlag = 1 RightControlKey = 32768 RightControlKeyBit = 15 RightOptionKey = 16384 RightOptionKeyBit = 14 RightShiftKey = 8192 RightShiftKeyBit = 13 ScrollBarProc = 16 ShiftKey = 512 ShiftKeyBit = 9 SizeBit = 2 StatText = 8 StopIcon = 0 SuspendResumeMessage = 1 TaDstDocNeedsResourceFork = 1 TaDstIsAppTranslation = 2 TeBitClear = 0 TeBitSet = 1 TeBitTest = -1 TeCaret = -2 TeCenter = 1 TeDraw = -1 TeFAutoScroll = 0 TeFIdleWithEventLoopTimer = 7 TeFInlineInput = 3 TeFInlineInputAutoScroll = 6 TeFOutlineHilite = 2 TeFTextBuffering = 1 TeFUseInlineInput = 5 TeFUseTextServices = 4 TeFUseWhiteBackground = 4 TeFind = 0 TeFlushDefault = 0 TeFlushLeft = -2 TeFlushRight = -1 TeForceLeft = -2 TeFromFind = 12 TeFromRecal = 16 TeHighlight = 1 TeJustCenter = 1 TeJustLeft = 0 TeJustRight = -1 TeWordDrag = 8 TeWordSelect = 4 TextMenuProc = 0 ToggleBit = 5 TsNextSelectMode = 1 TsNormalSelectMode = 0 TsPreviousSelectMode = -1 TypeATSFontRef = 1635021670 TypeByteCount = 1969450861 TypeByteOffset = 1969450861 TypeCFIndex = 1667656056 TypeCFRange = 1667658350 TypeCGContextRef = 1668183160 TypeCGDisplayChangeFlags = 1667720294 TypeCGDisplayID = 1667721572 TypeCGFloat = 1667720812 TypeCGFloat72DPIGlobal = 1751737959 TypeCGFloatScreenPixel = 1751737971 TypeCGImageRef = 1667721581 TypeCTFontRef = 1668572786 TypeCTGlyphInfoRef = 1668573033 TypeClickActivationResult = 1668047203 TypeCollection = 1668052078 TypeControlActionUPP = 1667331440 TypeControlFrameMetrics = 1667853939 TypeControlPartCode = 1668313716 TypeControlRef = 1668575852 TypeDragRef = 1685217639 TypeEventHotKeyID = 1751869796 TypeEventTargetOptions = 1702129520 TypeEventTargetRef = 1702130279 TypeFSVolumeRefNum = 1987013742 TypeGDHandle = 1734632822 TypeGWorldPtr = 1735879780 TypeGlyphSelector = 1735157363 TypeGrafPtr = 1735549286 TypeHICommand = 1751346532 TypeHIObjectRef = 1751740258 TypeHIPoint = 1751740532 TypeHIPoint72DPIGlobal = 1751740519 TypeHIPointScreenPixel = 1751740531 TypeHIRect = 1751741027 TypeHIRect72DPIGlobal = 1751741031 TypeHIRectScreenPixel = 1751741043 TypeHIShapeRef = 1936220528 TypeHISize = 1751741306 TypeHISize72DPIGlobal = 1751741287 TypeHISizeScreenPixel = 1751741299 TypeHIToolbarDisplayMode = 1952605293 TypeHIToolbarDisplaySize = 1952605299 TypeHIToolbarItemRef = 1952606580 TypeHIToolbarRef = 1952604530 TypeHIViewTrackingAreaRef = 1668575841 TypeIndicatorDragConstraint = 1667851363 TypeMenuCommand = 1835232612 TypeMenuDirection = 1835297138 TypeMenuEventOptions = 1835364208 TypeMenuItemIndex = 1835623544 TypeMenuRef = 1835363957 TypeMenuTrackingMode = 1836346724 TypeModalClickResult = 2003657586 TypeMouseButton = 1835168878 TypeMouseTrackingRef = 1836348006 TypeMouseWheelAxis = 1836540280 TypeOSStatus = 1869837172 TypePasteboardRef = 1885500004 TypeQDRgnHandle = 1919381096 TypeRefCon = 1987012964 TypeScrapRef = 1935897200 TypeSignedByteCount = 1668246896 TypeSignedByteOffset = 1668246896 TypeTabletPointRec = 1952608867 TypeTabletPointerRec = 1952608867 TypeTabletProximityRec = 1952608376 TypeThemeMenuItemType = 1953327476 TypeThemeMenuState = 1953328755 TypeThemeMenuType = 1953330297 TypeVoidPtr = 1987012964 TypeWindowDefPartCode = 2003071092 TypeWindowModality = 2003660644 TypeWindowPartCode = 2003853682 TypeWindowRef = 2003398244 TypeWindowRegionCode = 2004052080 TypeWindowTransitionAction = 2004115811 TypeWindowTransitionEffect = 2004116838 UpdateEvt = 6 UpdateMask = 64 UserItem = 0 UserKind = 8 VAxisOnly = 2 WCalcRgns = 2 WContentColor = 0 WDispose = 4 WDraw = 0 WDrawGIcon = 6 WFrameColor = 1 WGrow = 5 WHiliteColor = 3 WHit = 1 WInCollapseBox = 9 WInContent = 1 WInDrag = 2 WInGoAway = 4 WInGrow = 3 WInProxyIcon = 10 WInStructure = 13 WInToolbarButton = 11 WInZoomIn = 5 WInZoomOut = 6 WNew = 3 WNoHit = 0 WTextColor = 2 WTitleBarColor = 4 ZoomDocProc = 8 ZoomNoGrow = 12 )
Variables ¶
This section is empty.
Functions ¶
func AEGetInteractionAllowed ¶
AEGetInteractionAllowed calls the HIToolbox framework function AEGetInteractionAllowed.
func AEGetTheCurrentEvent ¶
AEGetTheCurrentEvent calls the HIToolbox framework function AEGetTheCurrentEvent.
func AEInteractWithUser ¶
AEInteractWithUser calls the HIToolbox framework function AEInteractWithUser.
func AEProcessAppleEvent ¶
func AEProcessAppleEvent(theEventRecord *EventRecord) int16
AEProcessAppleEvent calls the HIToolbox framework function AEProcessAppleEvent.
func AEProcessEvent ¶
AEProcessEvent reports an error if the HIToolbox framework function AEProcessEvent fails.
func AEResetTimer ¶
AEResetTimer calls the HIToolbox framework function AEResetTimer.
func AEResumeTheCurrentEvent ¶
func AEResumeTheCurrentEvent(theAppleEvent unsafe.Pointer, reply unsafe.Pointer, dispatcher unsafe.Pointer, handlerRefcon unsafe.Pointer) int16
AEResumeTheCurrentEvent calls the HIToolbox framework function AEResumeTheCurrentEvent.
func AESend ¶
func AESend(theAppleEvent unsafe.Pointer, reply unsafe.Pointer, sendMode int, sendPriority int16, timeOutInTicks int, idleProc unsafe.Pointer, filterProc unsafe.Pointer) int16
AESend calls the HIToolbox framework function AESend.
func AESetInteractionAllowed ¶
AESetInteractionAllowed calls the HIToolbox framework function AESetInteractionAllowed.
func AESetTheCurrentEvent ¶
AESetTheCurrentEvent calls the HIToolbox framework function AESetTheCurrentEvent.
func AESuspendTheCurrentEvent ¶
AESuspendTheCurrentEvent calls the HIToolbox framework function AESuspendTheCurrentEvent.
func AddEventTypesToHandler ¶
func AddEventTypesToHandler(inHandlerRef EventHandlerRef, inNumTypes int, inList *EventTypeSpec) error
AddEventTypesToHandler reports an error if the HIToolbox framework function AddEventTypesToHandler fails.
func CMPluginExamineContext ¶
func CMPluginExamineContext(thisInstance unsafe.Pointer, inContext unsafe.Pointer, outCommandPairs unsafe.Pointer) int
CMPluginExamineContext calls the HIToolbox framework function CMPluginExamineContext.
func CMPluginHandleSelection ¶
func CMPluginHandleSelection(thisInstance unsafe.Pointer, inContext unsafe.Pointer, inCommandID int) int
CMPluginHandleSelection calls the HIToolbox framework function CMPluginHandleSelection.
func CMPluginPostMenuCleanup ¶
CMPluginPostMenuCleanup calls the HIToolbox framework function CMPluginPostMenuCleanup.
func CallNextEventHandler ¶
func CallNextEventHandler(inCallRef EventHandlerCallRef, inEvent EventRef) error
CallNextEventHandler reports an error if the HIToolbox framework function CallNextEventHandler fails.
func CheckEventQueueForUserCancel ¶
func CheckEventQueueForUserCancel() uint8
CheckEventQueueForUserCancel calls the HIToolbox framework function CheckEventQueueForUserCancel.
func CopyEventCGEvent ¶
func CopyEventCGEvent(inEvent EventRef) coregraphics.CGEventRef
CopyEventCGEvent calls the HIToolbox framework function CopyEventCGEvent.
func CopySymbolicHotKeys ¶
CopySymbolicHotKeys reports an error if the HIToolbox framework function CopySymbolicHotKeys fails.
func CopyThemeIdentifier ¶
CopyThemeIdentifier reports an error if the HIToolbox framework function CopyThemeIdentifier fails.
func CreateEvent ¶
func CreateEvent(inAllocator obj.Object, inClassID int, inKind int, inWhen float64, inAttributes int, outEvent unsafe.Pointer) error
CreateEvent reports an error if the HIToolbox framework function CreateEvent fails.
func CreateEventWithCGEvent ¶
func CreateEventWithCGEvent(inAllocator obj.Object, inEvent coregraphics.CGEventRef, inAttributes int, outEvent unsafe.Pointer) error
CreateEventWithCGEvent reports an error if the HIToolbox framework function CreateEventWithCGEvent fails.
func DebugPrintEvent ¶
func DebugPrintEvent(inEvent EventRef)
DebugPrintEvent calls the HIToolbox framework function DebugPrintEvent.
func DebugPrintMainEventQueue ¶
func DebugPrintMainEventQueue()
DebugPrintMainEventQueue calls the HIToolbox framework function DebugPrintMainEventQueue.
func DisableSecureEventInput ¶
func DisableSecureEventInput() error
DisableSecureEventInput reports an error if the HIToolbox framework function DisableSecureEventInput fails.
func DisposeAEFilterUPP ¶
DisposeAEFilterUPP calls the HIToolbox framework function DisposeAEFilterUPP.
func DisposeAEIdleUPP ¶
DisposeAEIdleUPP calls the HIToolbox framework function DisposeAEIdleUPP.
func DisposeCaretHookUPP ¶
DisposeCaretHookUPP calls the HIToolbox framework function DisposeCaretHookUPP.
func DisposeControlActionUPP ¶
DisposeControlActionUPP calls the HIToolbox framework function DisposeControlActionUPP.
func DisposeControlEditTextValidationUPP ¶
DisposeControlEditTextValidationUPP calls the HIToolbox framework function DisposeControlEditTextValidationUPP.
func DisposeControlKeyFilterUPP ¶
DisposeControlKeyFilterUPP calls the HIToolbox framework function DisposeControlKeyFilterUPP.
func DisposeControlUserPaneActivateUPP ¶
DisposeControlUserPaneActivateUPP calls the HIToolbox framework function DisposeControlUserPaneActivateUPP.
func DisposeControlUserPaneDrawUPP ¶
DisposeControlUserPaneDrawUPP calls the HIToolbox framework function DisposeControlUserPaneDrawUPP.
func DisposeControlUserPaneFocusUPP ¶
DisposeControlUserPaneFocusUPP calls the HIToolbox framework function DisposeControlUserPaneFocusUPP.
func DisposeControlUserPaneHitTestUPP ¶
DisposeControlUserPaneHitTestUPP calls the HIToolbox framework function DisposeControlUserPaneHitTestUPP.
func DisposeControlUserPaneIdleUPP ¶
DisposeControlUserPaneIdleUPP calls the HIToolbox framework function DisposeControlUserPaneIdleUPP.
func DisposeControlUserPaneKeyDownUPP ¶
DisposeControlUserPaneKeyDownUPP calls the HIToolbox framework function DisposeControlUserPaneKeyDownUPP.
func DisposeControlUserPaneTrackingUPP ¶
DisposeControlUserPaneTrackingUPP calls the HIToolbox framework function DisposeControlUserPaneTrackingUPP.
func DisposeDataBrowserAcceptDragUPP ¶
DisposeDataBrowserAcceptDragUPP calls the HIToolbox framework function DisposeDataBrowserAcceptDragUPP.
func DisposeDataBrowserAddDragItemUPP ¶
DisposeDataBrowserAddDragItemUPP calls the HIToolbox framework function DisposeDataBrowserAddDragItemUPP.
func DisposeDataBrowserDrawItemUPP ¶
DisposeDataBrowserDrawItemUPP calls the HIToolbox framework function DisposeDataBrowserDrawItemUPP.
func DisposeDataBrowserEditItemUPP ¶
DisposeDataBrowserEditItemUPP calls the HIToolbox framework function DisposeDataBrowserEditItemUPP.
func DisposeDataBrowserGetContextualMenuUPP ¶
DisposeDataBrowserGetContextualMenuUPP calls the HIToolbox framework function DisposeDataBrowserGetContextualMenuUPP.
func DisposeDataBrowserHitTestUPP ¶
DisposeDataBrowserHitTestUPP calls the HIToolbox framework function DisposeDataBrowserHitTestUPP.
func DisposeDataBrowserItemAcceptDragUPP ¶
DisposeDataBrowserItemAcceptDragUPP calls the HIToolbox framework function DisposeDataBrowserItemAcceptDragUPP.
func DisposeDataBrowserItemCompareUPP ¶
DisposeDataBrowserItemCompareUPP calls the HIToolbox framework function DisposeDataBrowserItemCompareUPP.
func DisposeDataBrowserItemDataUPP ¶
DisposeDataBrowserItemDataUPP calls the HIToolbox framework function DisposeDataBrowserItemDataUPP.
func DisposeDataBrowserItemDragRgnUPP ¶
DisposeDataBrowserItemDragRgnUPP calls the HIToolbox framework function DisposeDataBrowserItemDragRgnUPP.
func DisposeDataBrowserItemHelpContentUPP ¶
DisposeDataBrowserItemHelpContentUPP calls the HIToolbox framework function DisposeDataBrowserItemHelpContentUPP.
func DisposeDataBrowserItemNotificationUPP ¶
DisposeDataBrowserItemNotificationUPP calls the HIToolbox framework function DisposeDataBrowserItemNotificationUPP.
func DisposeDataBrowserItemNotificationWithItemUPP ¶
DisposeDataBrowserItemNotificationWithItemUPP calls the HIToolbox framework function DisposeDataBrowserItemNotificationWithItemUPP.
func DisposeDataBrowserItemReceiveDragUPP ¶
DisposeDataBrowserItemReceiveDragUPP calls the HIToolbox framework function DisposeDataBrowserItemReceiveDragUPP.
func DisposeDataBrowserItemUPP ¶
DisposeDataBrowserItemUPP calls the HIToolbox framework function DisposeDataBrowserItemUPP.
func DisposeDataBrowserPostProcessDragUPP ¶
DisposeDataBrowserPostProcessDragUPP calls the HIToolbox framework function DisposeDataBrowserPostProcessDragUPP.
func DisposeDataBrowserReceiveDragUPP ¶
DisposeDataBrowserReceiveDragUPP calls the HIToolbox framework function DisposeDataBrowserReceiveDragUPP.
func DisposeDataBrowserSelectContextualMenuUPP ¶
DisposeDataBrowserSelectContextualMenuUPP calls the HIToolbox framework function DisposeDataBrowserSelectContextualMenuUPP.
func DisposeDataBrowserTrackingUPP ¶
DisposeDataBrowserTrackingUPP calls the HIToolbox framework function DisposeDataBrowserTrackingUPP.
func DisposeDragDrawingUPP ¶
DisposeDragDrawingUPP calls the HIToolbox framework function DisposeDragDrawingUPP.
func DisposeDragInputUPP ¶
DisposeDragInputUPP calls the HIToolbox framework function DisposeDragInputUPP.
func DisposeDragReceiveHandlerUPP ¶
DisposeDragReceiveHandlerUPP calls the HIToolbox framework function DisposeDragReceiveHandlerUPP.
func DisposeDragSendDataUPP ¶
DisposeDragSendDataUPP calls the HIToolbox framework function DisposeDragSendDataUPP.
func DisposeDragTrackingHandlerUPP ¶
DisposeDragTrackingHandlerUPP calls the HIToolbox framework function DisposeDragTrackingHandlerUPP.
func DisposeDrawHookUPP ¶
DisposeDrawHookUPP calls the HIToolbox framework function DisposeDrawHookUPP.
func DisposeEOLHookUPP ¶
DisposeEOLHookUPP calls the HIToolbox framework function DisposeEOLHookUPP.
func DisposeEditUnicodePostUpdateUPP ¶
DisposeEditUnicodePostUpdateUPP calls the HIToolbox framework function DisposeEditUnicodePostUpdateUPP.
func DisposeEventComparatorUPP ¶
DisposeEventComparatorUPP calls the HIToolbox framework function DisposeEventComparatorUPP.
func DisposeEventHandlerUPP ¶
DisposeEventHandlerUPP calls the HIToolbox framework function DisposeEventHandlerUPP.
func DisposeEventLoopIdleTimerUPP ¶
DisposeEventLoopIdleTimerUPP calls the HIToolbox framework function DisposeEventLoopIdleTimerUPP.
func DisposeEventLoopTimerUPP ¶
DisposeEventLoopTimerUPP calls the HIToolbox framework function DisposeEventLoopTimerUPP.
func DisposeGetScrapDataUPP ¶
DisposeGetScrapDataUPP calls the HIToolbox framework function DisposeGetScrapDataUPP.
func DisposeHMControlContentUPP ¶
DisposeHMControlContentUPP calls the HIToolbox framework function DisposeHMControlContentUPP.
func DisposeHMMenuItemContentUPP ¶
DisposeHMMenuItemContentUPP calls the HIToolbox framework function DisposeHMMenuItemContentUPP.
func DisposeHMMenuTitleContentUPP ¶
DisposeHMMenuTitleContentUPP calls the HIToolbox framework function DisposeHMMenuTitleContentUPP.
func DisposeHMWindowContentUPP ¶
DisposeHMWindowContentUPP calls the HIToolbox framework function DisposeHMWindowContentUPP.
func DisposeHighHookUPP ¶
DisposeHighHookUPP calls the HIToolbox framework function DisposeHighHookUPP.
func DisposeHitTestHookUPP ¶
DisposeHitTestHookUPP calls the HIToolbox framework function DisposeHitTestHookUPP.
func DisposeListClickLoopUPP ¶
DisposeListClickLoopUPP calls the HIToolbox framework function DisposeListClickLoopUPP.
func DisposeListDefUPP ¶
DisposeListDefUPP calls the HIToolbox framework function DisposeListDefUPP.
func DisposeListSearchUPP ¶
DisposeListSearchUPP calls the HIToolbox framework function DisposeListSearchUPP.
func DisposeMenuItemDrawingUPP ¶
DisposeMenuItemDrawingUPP calls the HIToolbox framework function DisposeMenuItemDrawingUPP.
func DisposeMenuTitleDrawingUPP ¶
DisposeMenuTitleDrawingUPP calls the HIToolbox framework function DisposeMenuTitleDrawingUPP.
func DisposeModalFilterUPP ¶
DisposeModalFilterUPP calls the HIToolbox framework function DisposeModalFilterUPP.
func DisposeModalFilterYDUPP ¶
DisposeModalFilterYDUPP calls the HIToolbox framework function DisposeModalFilterYDUPP.
func DisposeNMUPP ¶
DisposeNMUPP calls the HIToolbox framework function DisposeNMUPP.
func DisposeNWidthHookUPP ¶
DisposeNWidthHookUPP calls the HIToolbox framework function DisposeNWidthHookUPP.
func DisposeScrapPromiseKeeperUPP ¶
DisposeScrapPromiseKeeperUPP calls the HIToolbox framework function DisposeScrapPromiseKeeperUPP.
func DisposeTEClickLoopUPP ¶
DisposeTEClickLoopUPP calls the HIToolbox framework function DisposeTEClickLoopUPP.
func DisposeTEDoTextUPP ¶
DisposeTEDoTextUPP calls the HIToolbox framework function DisposeTEDoTextUPP.
func DisposeTEFindWordUPP ¶
DisposeTEFindWordUPP calls the HIToolbox framework function DisposeTEFindWordUPP.
func DisposeTERecalcUPP ¶
DisposeTERecalcUPP calls the HIToolbox framework function DisposeTERecalcUPP.
func DisposeTSMTEPostUpdateUPP ¶
DisposeTSMTEPostUpdateUPP calls the HIToolbox framework function DisposeTSMTEPostUpdateUPP.
func DisposeTSMTEPreUpdateUPP ¶
DisposeTSMTEPreUpdateUPP calls the HIToolbox framework function DisposeTSMTEPreUpdateUPP.
func DisposeTXNActionKeyMapperUPP ¶
DisposeTXNActionKeyMapperUPP calls the HIToolbox framework function DisposeTXNActionKeyMapperUPP.
func DisposeTXNActionNameMapperUPP ¶
DisposeTXNActionNameMapperUPP calls the HIToolbox framework function DisposeTXNActionNameMapperUPP.
func DisposeTXNContextualMenuSetupUPP ¶
DisposeTXNContextualMenuSetupUPP calls the HIToolbox framework function DisposeTXNContextualMenuSetupUPP.
func DisposeTXNFindUPP ¶
DisposeTXNFindUPP calls the HIToolbox framework function DisposeTXNFindUPP.
func DisposeTXNScrollInfoUPP ¶
DisposeTXNScrollInfoUPP calls the HIToolbox framework function DisposeTXNScrollInfoUPP.
func DisposeTextWidthHookUPP ¶
DisposeTextWidthHookUPP calls the HIToolbox framework function DisposeTextWidthHookUPP.
func DisposeThemeButtonDrawUPP ¶
DisposeThemeButtonDrawUPP calls the HIToolbox framework function DisposeThemeButtonDrawUPP.
func DisposeThemeEraseUPP ¶
DisposeThemeEraseUPP calls the HIToolbox framework function DisposeThemeEraseUPP.
func DisposeThemeIteratorUPP ¶
DisposeThemeIteratorUPP calls the HIToolbox framework function DisposeThemeIteratorUPP.
func DisposeThemeTabTitleDrawUPP ¶
DisposeThemeTabTitleDrawUPP calls the HIToolbox framework function DisposeThemeTabTitleDrawUPP.
func DisposeUserItemUPP ¶
DisposeUserItemUPP calls the HIToolbox framework function DisposeUserItemUPP.
func DisposeWidthHookUPP ¶
DisposeWidthHookUPP calls the HIToolbox framework function DisposeWidthHookUPP.
func DisposeWindowPaintUPP ¶
DisposeWindowPaintUPP calls the HIToolbox framework function DisposeWindowPaintUPP.
func DisposeWindowTitleDrawingUPP ¶
DisposeWindowTitleDrawingUPP calls the HIToolbox framework function DisposeWindowTitleDrawingUPP.
func EnableSecureEventInput ¶
func EnableSecureEventInput() error
EnableSecureEventInput reports an error if the HIToolbox framework function EnableSecureEventInput fails.
func FlushEventQueue ¶
func FlushEventQueue(inQueue EventQueueRef) error
FlushEventQueue reports an error if the HIToolbox framework function FlushEventQueue fails.
func FlushEvents ¶
FlushEvents calls the HIToolbox framework function FlushEvents.
func FlushEventsMatchingListFromQueue ¶
func FlushEventsMatchingListFromQueue(inQueue EventQueueRef, inNumTypes int, inList *EventTypeSpec) error
FlushEventsMatchingListFromQueue reports an error if the HIToolbox framework function FlushEventsMatchingListFromQueue fails.
func FlushSpecificEventsFromQueue ¶
func FlushSpecificEventsFromQueue(inQueue EventQueueRef, inComparator unsafe.Pointer, inCompareData unsafe.Pointer) error
FlushSpecificEventsFromQueue reports an error if the HIToolbox framework function FlushSpecificEventsFromQueue fails.
func GetApplicationTextEncoding ¶
func GetApplicationTextEncoding() int
GetApplicationTextEncoding calls the HIToolbox framework function GetApplicationTextEncoding.
func GetCFRunLoopFromEventLoop ¶
func GetCFRunLoopFromEventLoop(inEventLoop EventLoopRef) obj.Object
GetCFRunLoopFromEventLoop calls the HIToolbox framework function GetCFRunLoopFromEventLoop.
func GetCurrentButtonState ¶
func GetCurrentButtonState() int
GetCurrentButtonState calls the HIToolbox framework function GetCurrentButtonState.
func GetCurrentEventButtonState ¶
func GetCurrentEventButtonState() int
GetCurrentEventButtonState calls the HIToolbox framework function GetCurrentEventButtonState.
func GetCurrentEventKeyModifiers ¶
func GetCurrentEventKeyModifiers() int
GetCurrentEventKeyModifiers calls the HIToolbox framework function GetCurrentEventKeyModifiers.
func GetCurrentEventTime ¶
func GetCurrentEventTime() float64
GetCurrentEventTime calls the HIToolbox framework function GetCurrentEventTime.
func GetCurrentKeyModifiers ¶
func GetCurrentKeyModifiers() int
GetCurrentKeyModifiers calls the HIToolbox framework function GetCurrentKeyModifiers.
func GetEventClass ¶
GetEventClass calls the HIToolbox framework function GetEventClass.
func GetEventKind ¶
GetEventKind calls the HIToolbox framework function GetEventKind.
func GetEventParameter ¶
func GetEventParameter(inEvent EventRef, inName int, inDesiredType int, inBufferSize int, outData unsafe.Pointer) (result int, outActualType int, outActualSize int)
GetEventParameter calls the HIToolbox framework function GetEventParameter.
func GetEventRetainCount ¶
GetEventRetainCount calls the HIToolbox framework function GetEventRetainCount.
func GetEventTime ¶
GetEventTime calls the HIToolbox framework function GetEventTime.
func GetKeys ¶
func GetKeys(theKeys *carboncore.BigEndianUInt32)
GetKeys calls the HIToolbox framework function GetKeys.
func GetMenuTrackingData ¶
GetMenuTrackingData calls the HIToolbox framework function GetMenuTrackingData.
func GetNumEventsInQueue ¶
func GetNumEventsInQueue(inQueue EventQueueRef) int
GetNumEventsInQueue calls the HIToolbox framework function GetNumEventsInQueue.
func GetSymbolicHotKeyMode ¶
func GetSymbolicHotKeyMode() int
GetSymbolicHotKeyMode calls the HIToolbox framework function GetSymbolicHotKeyMode.
func GetSystemUIMode ¶
GetSystemUIMode calls the HIToolbox framework function GetSystemUIMode.
func GetThemeMenuItemExtra ¶
GetThemeMenuItemExtra calls the HIToolbox framework function GetThemeMenuItemExtra.
func GetThemeMenuSeparatorHeight ¶
GetThemeMenuSeparatorHeight calls the HIToolbox framework function GetThemeMenuSeparatorHeight.
func GetThemeMenuTitleExtra ¶
GetThemeMenuTitleExtra calls the HIToolbox framework function GetThemeMenuTitleExtra.
func GetThemeMetric ¶
GetThemeMetric calls the HIToolbox framework function GetThemeMetric.
func HIDictionaryWindowShow ¶
func HIDictionaryWindowShow(dictionary obj.Object, textString obj.Object, selectionRange corefoundation.CFRange, textFont obj.Object, textOrigin corefoundation.CGPoint, verticalText uint8, viewTransform *corefoundation.CGAffineTransform)
HIDictionaryWindowShow calls the HIToolbox framework function HIDictionaryWindowShow.
func HIGetMousePosition ¶
func HIGetMousePosition(inSpace int, inObject unsafe.Pointer, outPoint *corefoundation.CGPoint) *corefoundation.CGPoint
HIGetMousePosition calls the HIToolbox framework function HIGetMousePosition.
func HIMouseTrackingGetParameters ¶
func HIMouseTrackingGetParameters(inSelector int, outDistance *corefoundation.CGSize) (result int, outTime float64)
HIMouseTrackingGetParameters calls the HIToolbox framework function HIMouseTrackingGetParameters.
func HIObjectAddDelegate ¶
func HIObjectAddDelegate(inObject HIObjectRef, inDelegate HIObjectRef, inPosition int) error
HIObjectAddDelegate reports an error if the HIToolbox framework function HIObjectAddDelegate fails.
func HIObjectCopyClassID ¶
func HIObjectCopyClassID(inObject HIObjectRef) corefoundation.CFStringRef
HIObjectCopyClassID calls the HIToolbox framework function HIObjectCopyClassID.
func HIObjectCopyDelegates ¶
func HIObjectCopyDelegates(inObject HIObjectRef) (obj.Object, error)
HIObjectCopyDelegates reports an error if the HIToolbox framework function HIObjectCopyDelegates fails.
func HIObjectCreate ¶
HIObjectCreate reports an error if the HIToolbox framework function HIObjectCreate fails.
func HIObjectCreateFromBundle ¶
HIObjectCreateFromBundle reports an error if the HIToolbox framework function HIObjectCreateFromBundle fails.
func HIObjectDynamicCast ¶
func HIObjectDynamicCast(inObject HIObjectRef, inClassID corefoundation.CFStringRef) unsafe.Pointer
HIObjectDynamicCast calls the HIToolbox framework function HIObjectDynamicCast.
func HIObjectIsArchivingIgnored ¶
func HIObjectIsArchivingIgnored(inObject HIObjectRef) uint8
HIObjectIsArchivingIgnored calls the HIToolbox framework function HIObjectIsArchivingIgnored.
func HIObjectIsOfClass ¶
func HIObjectIsOfClass(inObject HIObjectRef, inObjectClassID corefoundation.CFStringRef) uint8
HIObjectIsOfClass calls the HIToolbox framework function HIObjectIsOfClass.
func HIObjectPrintDebugInfo ¶
func HIObjectPrintDebugInfo(inObject HIObjectRef)
HIObjectPrintDebugInfo calls the HIToolbox framework function HIObjectPrintDebugInfo.
func HIObjectRegisterSubclass ¶
func HIObjectRegisterSubclass(inClassID obj.Object, inBaseClassID obj.Object, inOptions int, inConstructProc unsafe.Pointer, inNumEvents int, inEventList *EventTypeSpec, inConstructData unsafe.Pointer, outClassRef unsafe.Pointer) error
HIObjectRegisterSubclass reports an error if the HIToolbox framework function HIObjectRegisterSubclass fails.
func HIObjectRemoveDelegate ¶
func HIObjectRemoveDelegate(inObject HIObjectRef, inDelegate HIObjectRef, inPosition int) error
HIObjectRemoveDelegate reports an error if the HIToolbox framework function HIObjectRemoveDelegate fails.
func HIObjectUnregisterClass ¶
func HIObjectUnregisterClass(inClassRef HIObjectClassRef) error
HIObjectUnregisterClass reports an error if the HIToolbox framework function HIObjectUnregisterClass fails.
func HIPointConvert ¶
func HIPointConvert(ioPoint *corefoundation.CGPoint, inSourceSpace int, inSourceObject unsafe.Pointer, inDestinationSpace int, inDestinationObject unsafe.Pointer)
HIPointConvert calls the HIToolbox framework function HIPointConvert.
func HIRectConvert ¶
func HIRectConvert(ioRect *corefoundation.CGRect, inSourceSpace int, inSourceObject unsafe.Pointer, inDestinationSpace int, inDestinationObject unsafe.Pointer)
HIRectConvert calls the HIToolbox framework function HIRectConvert.
func HISearchWindowShow ¶
HISearchWindowShow reports an error if the HIToolbox framework function HISearchWindowShow fails.
func HISizeConvert ¶
func HISizeConvert(ioSize *corefoundation.CGSize, inSourceSpace int, inSourceObject unsafe.Pointer, inDestinationSpace int, inDestinationObject unsafe.Pointer)
HISizeConvert calls the HIToolbox framework function HISizeConvert.
func HIThemeApplyBackground ¶
func HIThemeApplyBackground(inBounds *corefoundation.CGRect, inDrawInfo *HIThemeBackgroundDrawInfo, inContext coregraphics.CGContextRef, inOrientation int) error
HIThemeApplyBackground reports an error if the HIToolbox framework function HIThemeApplyBackground fails.
func HIThemeBeginFocus ¶
func HIThemeBeginFocus(inContext coregraphics.CGContextRef, inRing int, inReserved unsafe.Pointer) error
HIThemeBeginFocus reports an error if the HIToolbox framework function HIThemeBeginFocus fails.
func HIThemeBrushCreateCGColor ¶
HIThemeBrushCreateCGColor reports an error if the HIToolbox framework function HIThemeBrushCreateCGColor fails.
func HIThemeDrawBackground ¶
func HIThemeDrawBackground(inBounds *corefoundation.CGRect, inDrawInfo *HIThemeBackgroundDrawInfo, inContext coregraphics.CGContextRef, inOrientation int) error
HIThemeDrawBackground reports an error if the HIToolbox framework function HIThemeDrawBackground fails.
func HIThemeDrawButton ¶
func HIThemeDrawButton(inBounds *corefoundation.CGRect, inDrawInfo unsafe.Pointer, inContext coregraphics.CGContextRef, inOrientation int, outLabelRect *corefoundation.CGRect) int
HIThemeDrawButton calls the HIToolbox framework function HIThemeDrawButton.
func HIThemeDrawChasingArrows ¶
func HIThemeDrawChasingArrows(inBounds *corefoundation.CGRect, inDrawInfo *HIThemeChasingArrowsDrawInfo, inContext coregraphics.CGContextRef, inOrientation int) error
HIThemeDrawChasingArrows reports an error if the HIToolbox framework function HIThemeDrawChasingArrows fails.
func HIThemeDrawFocusRect ¶
func HIThemeDrawFocusRect(inRect *corefoundation.CGRect, inHasFocus uint8, inContext coregraphics.CGContextRef, inOrientation int) error
HIThemeDrawFocusRect reports an error if the HIToolbox framework function HIThemeDrawFocusRect fails.
func HIThemeDrawFrame ¶
func HIThemeDrawFrame(inRect *corefoundation.CGRect, inDrawInfo *HIThemeFrameDrawInfo, inContext coregraphics.CGContextRef, inOrientation int) error
HIThemeDrawFrame reports an error if the HIToolbox framework function HIThemeDrawFrame fails.
func HIThemeDrawGenericWell ¶
func HIThemeDrawGenericWell(inRect *corefoundation.CGRect, inDrawInfo unsafe.Pointer, inContext coregraphics.CGContextRef, inOrientation int) int
HIThemeDrawGenericWell calls the HIToolbox framework function HIThemeDrawGenericWell.
func HIThemeDrawGrabber ¶
func HIThemeDrawGrabber(inRect *corefoundation.CGRect, inDrawInfo *HIThemeGrabberDrawInfo, inContext coregraphics.CGContextRef, inOrientation int) error
HIThemeDrawGrabber reports an error if the HIToolbox framework function HIThemeDrawGrabber fails.
func HIThemeDrawGroupBox ¶
func HIThemeDrawGroupBox(inRect *corefoundation.CGRect, inDrawInfo *HIThemeGroupBoxDrawInfo, inContext coregraphics.CGContextRef, inOrientation int) error
HIThemeDrawGroupBox reports an error if the HIToolbox framework function HIThemeDrawGroupBox fails.
func HIThemeDrawGrowBox ¶
func HIThemeDrawGrowBox(inOrigin *corefoundation.CGPoint, inDrawInfo *HIThemeGrowBoxDrawInfo, inContext coregraphics.CGContextRef, inOrientation int) error
HIThemeDrawGrowBox reports an error if the HIToolbox framework function HIThemeDrawGrowBox fails.
func HIThemeDrawHeader ¶
func HIThemeDrawHeader(inRect *corefoundation.CGRect, inDrawInfo *HIThemeHeaderDrawInfo, inContext coregraphics.CGContextRef, inOrientation int) error
HIThemeDrawHeader reports an error if the HIToolbox framework function HIThemeDrawHeader fails.
func HIThemeDrawMenuBackground ¶
func HIThemeDrawMenuBackground(inMenuRect *corefoundation.CGRect, inMenuDrawInfo *HIThemeMenuDrawInfo, inContext coregraphics.CGContextRef, inOrientation int) error
HIThemeDrawMenuBackground reports an error if the HIToolbox framework function HIThemeDrawMenuBackground fails.
func HIThemeDrawMenuBarBackground ¶
func HIThemeDrawMenuBarBackground(inBounds *corefoundation.CGRect, inDrawInfo *HIThemeMenuBarDrawInfo, inContext coregraphics.CGContextRef, inOrientation int) error
HIThemeDrawMenuBarBackground reports an error if the HIToolbox framework function HIThemeDrawMenuBarBackground fails.
func HIThemeDrawMenuItem ¶
func HIThemeDrawMenuItem(inMenuRect *corefoundation.CGRect, inItemRect *corefoundation.CGRect, inItemDrawInfo *HIThemeMenuItemDrawInfo, inContext coregraphics.CGContextRef, inOrientation int, outContentRect *corefoundation.CGRect) error
HIThemeDrawMenuItem reports an error if the HIToolbox framework function HIThemeDrawMenuItem fails.
func HIThemeDrawMenuSeparator ¶
func HIThemeDrawMenuSeparator(inMenuRect *corefoundation.CGRect, inItemRect *corefoundation.CGRect, inItemDrawInfo *HIThemeMenuItemDrawInfo, inContext coregraphics.CGContextRef, inOrientation int) error
HIThemeDrawMenuSeparator reports an error if the HIToolbox framework function HIThemeDrawMenuSeparator fails.
func HIThemeDrawMenuTitle ¶
func HIThemeDrawMenuTitle(inMenuBarRect *corefoundation.CGRect, inTitleRect *corefoundation.CGRect, inDrawInfo *HIThemeMenuTitleDrawInfo, inContext coregraphics.CGContextRef, inOrientation int, outLabelRect *corefoundation.CGRect) error
HIThemeDrawMenuTitle reports an error if the HIToolbox framework function HIThemeDrawMenuTitle fails.
func HIThemeDrawPaneSplitter ¶
func HIThemeDrawPaneSplitter(inRect *corefoundation.CGRect, inDrawInfo *HIThemeSplitterDrawInfo, inContext coregraphics.CGContextRef, inOrientation int) error
HIThemeDrawPaneSplitter reports an error if the HIToolbox framework function HIThemeDrawPaneSplitter fails.
func HIThemeDrawPlacard ¶
func HIThemeDrawPlacard(inRect *corefoundation.CGRect, inDrawInfo *HIThemePlacardDrawInfo, inContext coregraphics.CGContextRef, inOrientation int) error
HIThemeDrawPlacard reports an error if the HIToolbox framework function HIThemeDrawPlacard fails.
func HIThemeDrawPopupArrow ¶
func HIThemeDrawPopupArrow(inBounds *corefoundation.CGRect, inDrawInfo *HIThemePopupArrowDrawInfo, inContext coregraphics.CGContextRef, inOrientation int) error
HIThemeDrawPopupArrow reports an error if the HIToolbox framework function HIThemeDrawPopupArrow fails.
func HIThemeDrawScrollBarDelimiters ¶
func HIThemeDrawScrollBarDelimiters(inContRect *corefoundation.CGRect, inDrawInfo *HIThemeScrollBarDelimitersDrawInfo, inContext coregraphics.CGContextRef, inOrientation int) error
HIThemeDrawScrollBarDelimiters reports an error if the HIToolbox framework function HIThemeDrawScrollBarDelimiters fails.
func HIThemeDrawSegment ¶
func HIThemeDrawSegment(inBounds *corefoundation.CGRect, inDrawInfo *HIThemeSegmentDrawInfo, inContext coregraphics.CGContextRef, inOrientation int) error
HIThemeDrawSegment reports an error if the HIToolbox framework function HIThemeDrawSegment fails.
func HIThemeDrawSeparator ¶
func HIThemeDrawSeparator(inRect *corefoundation.CGRect, inDrawInfo *HIThemeSeparatorDrawInfo, inContext coregraphics.CGContextRef, inOrientation int) error
HIThemeDrawSeparator reports an error if the HIToolbox framework function HIThemeDrawSeparator fails.
func HIThemeDrawTab ¶
func HIThemeDrawTab(inRect *corefoundation.CGRect, inDrawInfo *HIThemeTabDrawInfo, inContext coregraphics.CGContextRef, inOrientation int, outLabelRect *corefoundation.CGRect) error
HIThemeDrawTab reports an error if the HIToolbox framework function HIThemeDrawTab fails.
func HIThemeDrawTabPane ¶
func HIThemeDrawTabPane(inRect *corefoundation.CGRect, inDrawInfo *HIThemeTabPaneDrawInfo, inContext coregraphics.CGContextRef, inOrientation int) error
HIThemeDrawTabPane reports an error if the HIToolbox framework function HIThemeDrawTabPane fails.
func HIThemeDrawTextBox ¶
func HIThemeDrawTextBox(inString obj.Object, inBounds *corefoundation.CGRect, inTextInfo unsafe.Pointer, inContext coregraphics.CGContextRef, inOrientation int) int
HIThemeDrawTextBox calls the HIToolbox framework function HIThemeDrawTextBox.
func HIThemeDrawTickMark ¶
func HIThemeDrawTickMark(inBounds *corefoundation.CGRect, inDrawInfo *HIThemeTickMarkDrawInfo, inContext coregraphics.CGContextRef, inOrientation int) error
HIThemeDrawTickMark reports an error if the HIToolbox framework function HIThemeDrawTickMark fails.
func HIThemeDrawTitleBarWidget ¶
func HIThemeDrawTitleBarWidget(inContRect *corefoundation.CGRect, inDrawInfo *HIThemeWindowWidgetDrawInfo, inContext coregraphics.CGContextRef, inOrientation int) error
HIThemeDrawTitleBarWidget reports an error if the HIToolbox framework function HIThemeDrawTitleBarWidget fails.
func HIThemeDrawTrack ¶
func HIThemeDrawTrack(inDrawInfo unsafe.Pointer, inGhostRect *corefoundation.CGRect, inContext coregraphics.CGContextRef, inOrientation int) int
HIThemeDrawTrack calls the HIToolbox framework function HIThemeDrawTrack.
func HIThemeDrawTrackTickMarks ¶
func HIThemeDrawTrackTickMarks(inDrawInfo unsafe.Pointer, inNumTicks int, inContext coregraphics.CGContextRef, inOrientation int) int
HIThemeDrawTrackTickMarks calls the HIToolbox framework function HIThemeDrawTrackTickMarks.
func HIThemeDrawWindowFrame ¶
func HIThemeDrawWindowFrame(inContRect *corefoundation.CGRect, inDrawInfo *HIThemeWindowDrawInfo, inContext coregraphics.CGContextRef, inOrientation int, outTitleRect *corefoundation.CGRect) error
HIThemeDrawWindowFrame reports an error if the HIToolbox framework function HIThemeDrawWindowFrame fails.
func HIThemeEndFocus ¶
func HIThemeEndFocus(inContext coregraphics.CGContextRef) error
HIThemeEndFocus reports an error if the HIToolbox framework function HIThemeEndFocus fails.
func HIThemeGetButtonBackgroundBounds ¶
func HIThemeGetButtonBackgroundBounds(inBounds *corefoundation.CGRect, inDrawInfo unsafe.Pointer, outBounds *corefoundation.CGRect) int
HIThemeGetButtonBackgroundBounds calls the HIToolbox framework function HIThemeGetButtonBackgroundBounds.
func HIThemeGetButtonContentBounds ¶
func HIThemeGetButtonContentBounds(inBounds *corefoundation.CGRect, inDrawInfo unsafe.Pointer, outBounds *corefoundation.CGRect) int
HIThemeGetButtonContentBounds calls the HIToolbox framework function HIThemeGetButtonContentBounds.
func HIThemeGetButtonShape ¶
func HIThemeGetButtonShape(inBounds *corefoundation.CGRect, inDrawInfo unsafe.Pointer, outShape unsafe.Pointer) int
HIThemeGetButtonShape calls the HIToolbox framework function HIThemeGetButtonShape.
func HIThemeGetGrowBoxBounds ¶
func HIThemeGetGrowBoxBounds(inOrigin *corefoundation.CGPoint, inDrawInfo *HIThemeGrowBoxDrawInfo, outBounds *corefoundation.CGRect) error
HIThemeGetGrowBoxBounds reports an error if the HIToolbox framework function HIThemeGetGrowBoxBounds fails.
func HIThemeGetMenuBackgroundShape ¶
func HIThemeGetMenuBackgroundShape(inMenuRect *corefoundation.CGRect, inMenuDrawInfo *HIThemeMenuDrawInfo, outShape unsafe.Pointer) error
HIThemeGetMenuBackgroundShape reports an error if the HIToolbox framework function HIThemeGetMenuBackgroundShape fails.
func HIThemeGetScrollBarTrackRect ¶
func HIThemeGetScrollBarTrackRect(inBounds *corefoundation.CGRect, inTrackInfo *HIScrollBarTrackInfo, inIsHoriz uint8, outTrackBounds *corefoundation.CGRect) error
HIThemeGetScrollBarTrackRect reports an error if the HIToolbox framework function HIThemeGetScrollBarTrackRect fails.
func HIThemeGetTabDrawShape ¶
func HIThemeGetTabDrawShape(inRect *corefoundation.CGRect, inDrawInfo *HIThemeTabDrawInfo, outShape unsafe.Pointer) error
HIThemeGetTabDrawShape reports an error if the HIToolbox framework function HIThemeGetTabDrawShape fails.
func HIThemeGetTabPaneContentShape ¶
func HIThemeGetTabPaneContentShape(inRect *corefoundation.CGRect, inDirection uint16, inTabSize int, outShape unsafe.Pointer) error
HIThemeGetTabPaneContentShape reports an error if the HIToolbox framework function HIThemeGetTabPaneContentShape fails.
func HIThemeGetTabPaneDrawShape ¶
func HIThemeGetTabPaneDrawShape(inRect *corefoundation.CGRect, inDirection uint16, inTabSize int, outShape unsafe.Pointer) error
HIThemeGetTabPaneDrawShape reports an error if the HIToolbox framework function HIThemeGetTabPaneDrawShape fails.
func HIThemeGetTabShape ¶
func HIThemeGetTabShape(inRect *corefoundation.CGRect, inDrawInfo *HIThemeTabDrawInfo, outShape unsafe.Pointer) error
HIThemeGetTabShape reports an error if the HIToolbox framework function HIThemeGetTabShape fails.
func HIThemeGetTextColorForThemeBrush ¶
func HIThemeGetTextColorForThemeBrush(inBrush int16, inWindowIsActive uint8) (result int, outColor int16)
HIThemeGetTextColorForThemeBrush calls the HIToolbox framework function HIThemeGetTextColorForThemeBrush.
func HIThemeGetTextDimensions ¶
func HIThemeGetTextDimensions(inString obj.Object, inWidth float64, inTextInfo unsafe.Pointer) (result int, outWidth float64, outHeight float64, outBaseline float64)
HIThemeGetTextDimensions calls the HIToolbox framework function HIThemeGetTextDimensions.
func HIThemeGetTrackBounds ¶
func HIThemeGetTrackBounds(inDrawInfo unsafe.Pointer, outBounds *corefoundation.CGRect) int
HIThemeGetTrackBounds calls the HIToolbox framework function HIThemeGetTrackBounds.
func HIThemeGetTrackDragRect ¶
func HIThemeGetTrackDragRect(inDrawInfo unsafe.Pointer, outDragRect *corefoundation.CGRect) int
HIThemeGetTrackDragRect calls the HIToolbox framework function HIThemeGetTrackDragRect.
func HIThemeGetTrackLiveValue ¶
func HIThemeGetTrackLiveValue(inDrawInfo unsafe.Pointer, inRelativePosition float64) (result int, outValue int)
HIThemeGetTrackLiveValue calls the HIToolbox framework function HIThemeGetTrackLiveValue.
func HIThemeGetTrackPartBounds ¶
func HIThemeGetTrackPartBounds(inDrawInfo unsafe.Pointer, inPartCode int16, outPartBounds *corefoundation.CGRect) int
HIThemeGetTrackPartBounds calls the HIToolbox framework function HIThemeGetTrackPartBounds.
func HIThemeGetTrackParts ¶
func HIThemeGetTrackParts(inDrawInfo unsafe.Pointer, inMaxParts int) (result int, outNumberOfParts int, ioPartsBuffer int16)
HIThemeGetTrackParts calls the HIToolbox framework function HIThemeGetTrackParts.
func HIThemeGetTrackThumbPositionFromBounds ¶
func HIThemeGetTrackThumbPositionFromBounds(inDrawInfo unsafe.Pointer, inThumbBounds *corefoundation.CGRect) (result int, outRelativePosition float64)
HIThemeGetTrackThumbPositionFromBounds calls the HIToolbox framework function HIThemeGetTrackThumbPositionFromBounds.
func HIThemeGetTrackThumbPositionFromOffset ¶
func HIThemeGetTrackThumbPositionFromOffset(inDrawInfo unsafe.Pointer, inThumbOffset *corefoundation.CGPoint) (result int, outRelativePosition float64)
HIThemeGetTrackThumbPositionFromOffset calls the HIToolbox framework function HIThemeGetTrackThumbPositionFromOffset.
func HIThemeGetTrackThumbShape ¶
HIThemeGetTrackThumbShape calls the HIToolbox framework function HIThemeGetTrackThumbShape.
func HIThemeGetUIFontType ¶
HIThemeGetUIFontType calls the HIToolbox framework function HIThemeGetUIFontType.
func HIThemeGetWindowRegionHit ¶
func HIThemeGetWindowRegionHit(inContRect *corefoundation.CGRect, inDrawInfo *HIThemeWindowDrawInfo, inPoint *corefoundation.CGPoint) (result uint8, outRegionHit uint16)
HIThemeGetWindowRegionHit calls the HIToolbox framework function HIThemeGetWindowRegionHit.
func HIThemeGetWindowShape ¶
func HIThemeGetWindowShape(inContRect *corefoundation.CGRect, inDrawInfo *HIThemeWindowDrawInfo, inWinRegion uint16, outShape unsafe.Pointer) error
HIThemeGetWindowShape reports an error if the HIToolbox framework function HIThemeGetWindowShape fails.
func HIThemeHitTestScrollBarArrows ¶
func HIThemeHitTestScrollBarArrows(inScrollBarBounds *corefoundation.CGRect, inTrackInfo *HIScrollBarTrackInfo, inIsHoriz uint8, inPtHit *corefoundation.CGPoint, outTrackBounds *corefoundation.CGRect) (result uint8, outPartCode int16)
HIThemeHitTestScrollBarArrows calls the HIToolbox framework function HIThemeHitTestScrollBarArrows.
func HIThemeHitTestTrack ¶
func HIThemeHitTestTrack(inDrawInfo unsafe.Pointer, inMousePoint *corefoundation.CGPoint) (result uint8, outPartHit int16)
HIThemeHitTestTrack calls the HIToolbox framework function HIThemeHitTestTrack.
func HIThemeSetFill ¶
func HIThemeSetFill(inBrush int16, inInfo unsafe.Pointer, inContext coregraphics.CGContextRef, inOrientation int) error
HIThemeSetFill reports an error if the HIToolbox framework function HIThemeSetFill fails.
func HIThemeSetStroke ¶
func HIThemeSetStroke(inBrush int16, inInfo unsafe.Pointer, inContext coregraphics.CGContextRef, inOrientation int) error
HIThemeSetStroke reports an error if the HIToolbox framework function HIThemeSetStroke fails.
func HIThemeSetTextFill ¶
func HIThemeSetTextFill(inColor int16, inInfo unsafe.Pointer, inContext coregraphics.CGContextRef, inOrientation int) error
HIThemeSetTextFill reports an error if the HIToolbox framework function HIThemeSetTextFill fails.
func IMKTextOrientationName ¶
IMKTextOrientationName returns the string constant IMKTextOrientationName, for use as a dictionary key or argument.
func InstallEventHandler ¶
func InstallEventHandler(inTarget EventTargetRef, inHandler unsafe.Pointer, inNumTypes int, inList *EventTypeSpec, inUserData unsafe.Pointer, outRef unsafe.Pointer) error
InstallEventHandler reports an error if the HIToolbox framework function InstallEventHandler fails.
func InstallEventLoopTimer ¶
func InstallEventLoopTimer(inEventLoop EventLoopRef, inFireDelay float64, inInterval float64, inTimerProc unsafe.Pointer, inTimerData unsafe.Pointer, outTimer unsafe.Pointer) error
InstallEventLoopTimer reports an error if the HIToolbox framework function InstallEventLoopTimer fails.
func InvokeCaretHookUPP ¶
InvokeCaretHookUPP calls the HIToolbox framework function InvokeCaretHookUPP.
func InvokeControlActionUPP ¶
func InvokeControlActionUPP(theControl ControlRef, partCode int16, userUPP unsafe.Pointer)
InvokeControlActionUPP calls the HIToolbox framework function InvokeControlActionUPP.
func InvokeControlEditTextValidationUPP ¶
func InvokeControlEditTextValidationUPP(control ControlRef, userUPP unsafe.Pointer)
InvokeControlEditTextValidationUPP calls the HIToolbox framework function InvokeControlEditTextValidationUPP.
func InvokeControlKeyFilterUPP ¶
func InvokeControlKeyFilterUPP(theControl ControlRef, userUPP unsafe.Pointer) (result int16, keyCode int16, charCode int16, modifiers uint16)
InvokeControlKeyFilterUPP calls the HIToolbox framework function InvokeControlKeyFilterUPP.
func InvokeControlUserPaneActivateUPP ¶
func InvokeControlUserPaneActivateUPP(control ControlRef, activating uint8, userUPP unsafe.Pointer)
InvokeControlUserPaneActivateUPP calls the HIToolbox framework function InvokeControlUserPaneActivateUPP.
func InvokeControlUserPaneDrawUPP ¶
func InvokeControlUserPaneDrawUPP(control ControlRef, part int16, userUPP unsafe.Pointer)
InvokeControlUserPaneDrawUPP calls the HIToolbox framework function InvokeControlUserPaneDrawUPP.
func InvokeControlUserPaneFocusUPP ¶
func InvokeControlUserPaneFocusUPP(control ControlRef, action int16, userUPP unsafe.Pointer) int16
InvokeControlUserPaneFocusUPP calls the HIToolbox framework function InvokeControlUserPaneFocusUPP.
func InvokeControlUserPaneHitTestUPP ¶
func InvokeControlUserPaneHitTestUPP(control ControlRef, where Point, userUPP unsafe.Pointer) int16
InvokeControlUserPaneHitTestUPP calls the HIToolbox framework function InvokeControlUserPaneHitTestUPP.
func InvokeControlUserPaneIdleUPP ¶
func InvokeControlUserPaneIdleUPP(control ControlRef, userUPP unsafe.Pointer)
InvokeControlUserPaneIdleUPP calls the HIToolbox framework function InvokeControlUserPaneIdleUPP.
func InvokeControlUserPaneKeyDownUPP ¶
func InvokeControlUserPaneKeyDownUPP(control ControlRef, keyCode int16, charCode int16, modifiers int16, userUPP unsafe.Pointer) int16
InvokeControlUserPaneKeyDownUPP calls the HIToolbox framework function InvokeControlUserPaneKeyDownUPP.
func InvokeControlUserPaneTrackingUPP ¶
func InvokeControlUserPaneTrackingUPP(control ControlRef, startPt Point, actionProc unsafe.Pointer, userUPP unsafe.Pointer) int16
InvokeControlUserPaneTrackingUPP calls the HIToolbox framework function InvokeControlUserPaneTrackingUPP.
func InvokeDataBrowserAcceptDragUPP ¶
func InvokeDataBrowserAcceptDragUPP(browser ControlRef, theDrag unsafe.Pointer, item int, userUPP unsafe.Pointer) uint8
InvokeDataBrowserAcceptDragUPP calls the HIToolbox framework function InvokeDataBrowserAcceptDragUPP.
func InvokeDataBrowserAddDragItemUPP ¶
func InvokeDataBrowserAddDragItemUPP(browser ControlRef, theDrag unsafe.Pointer, item int, itemRef unsafe.Pointer, userUPP unsafe.Pointer) uint8
InvokeDataBrowserAddDragItemUPP calls the HIToolbox framework function InvokeDataBrowserAddDragItemUPP.
func InvokeDataBrowserDrawItemUPP ¶
func InvokeDataBrowserDrawItemUPP(browser ControlRef, item int, property int, itemState int, theRect *Rect, gdDepth int16, colorDevice uint8, userUPP unsafe.Pointer)
InvokeDataBrowserDrawItemUPP calls the HIToolbox framework function InvokeDataBrowserDrawItemUPP.
func InvokeDataBrowserGetContextualMenuUPP ¶
func InvokeDataBrowserGetContextualMenuUPP(browser ControlRef, menu unsafe.Pointer, helpItemString unsafe.Pointer, selection unsafe.Pointer, userUPP unsafe.Pointer) (helpType int)
InvokeDataBrowserGetContextualMenuUPP calls the HIToolbox framework function InvokeDataBrowserGetContextualMenuUPP.
func InvokeDataBrowserHitTestUPP ¶
func InvokeDataBrowserHitTestUPP(browser ControlRef, itemID int, property int, theRect *Rect, mouseRect *Rect, userUPP unsafe.Pointer) uint8
InvokeDataBrowserHitTestUPP calls the HIToolbox framework function InvokeDataBrowserHitTestUPP.
func InvokeDataBrowserItemAcceptDragUPP ¶
func InvokeDataBrowserItemAcceptDragUPP(browser ControlRef, itemID int, property int, theRect *Rect, theDrag unsafe.Pointer, userUPP unsafe.Pointer) int
InvokeDataBrowserItemAcceptDragUPP calls the HIToolbox framework function InvokeDataBrowserItemAcceptDragUPP.
func InvokeDataBrowserItemCompareUPP ¶
func InvokeDataBrowserItemCompareUPP(browser ControlRef, itemOne int, itemTwo int, sortProperty int, userUPP unsafe.Pointer) uint8
InvokeDataBrowserItemCompareUPP calls the HIToolbox framework function InvokeDataBrowserItemCompareUPP.
func InvokeDataBrowserItemDataUPP ¶
func InvokeDataBrowserItemDataUPP(browser ControlRef, item int, property int, itemData unsafe.Pointer, setValue uint8, userUPP unsafe.Pointer) error
InvokeDataBrowserItemDataUPP reports an error if the HIToolbox framework function InvokeDataBrowserItemDataUPP fails.
func InvokeDataBrowserItemDragRgnUPP ¶
func InvokeDataBrowserItemDragRgnUPP(browser ControlRef, itemID int, property int, theRect *Rect, dragRgn obj.Object, userUPP unsafe.Pointer)
InvokeDataBrowserItemDragRgnUPP calls the HIToolbox framework function InvokeDataBrowserItemDragRgnUPP.
func InvokeDataBrowserItemHelpContentUPP ¶
func InvokeDataBrowserItemHelpContentUPP(browser ControlRef, item int, property int, inRequest int16, ioHelpContent unsafe.Pointer, userUPP unsafe.Pointer) (outContentProvided int16)
InvokeDataBrowserItemHelpContentUPP calls the HIToolbox framework function InvokeDataBrowserItemHelpContentUPP.
func InvokeDataBrowserItemNotificationUPP ¶
func InvokeDataBrowserItemNotificationUPP(browser ControlRef, item int, message int, userUPP unsafe.Pointer)
InvokeDataBrowserItemNotificationUPP calls the HIToolbox framework function InvokeDataBrowserItemNotificationUPP.
func InvokeDataBrowserItemNotificationWithItemUPP ¶
func InvokeDataBrowserItemNotificationWithItemUPP(browser ControlRef, item int, message int, itemData unsafe.Pointer, userUPP unsafe.Pointer)
InvokeDataBrowserItemNotificationWithItemUPP calls the HIToolbox framework function InvokeDataBrowserItemNotificationWithItemUPP.
func InvokeDataBrowserItemReceiveDragUPP ¶
func InvokeDataBrowserItemReceiveDragUPP(browser ControlRef, itemID int, property int, dragFlags int, theDrag unsafe.Pointer, userUPP unsafe.Pointer) uint8
InvokeDataBrowserItemReceiveDragUPP calls the HIToolbox framework function InvokeDataBrowserItemReceiveDragUPP.
func InvokeDataBrowserItemUPP ¶
func InvokeDataBrowserItemUPP(item int, state int, clientData unsafe.Pointer, userUPP unsafe.Pointer)
InvokeDataBrowserItemUPP calls the HIToolbox framework function InvokeDataBrowserItemUPP.
func InvokeDataBrowserPostProcessDragUPP ¶
func InvokeDataBrowserPostProcessDragUPP(browser ControlRef, theDrag unsafe.Pointer, trackDragResult int, userUPP unsafe.Pointer)
InvokeDataBrowserPostProcessDragUPP calls the HIToolbox framework function InvokeDataBrowserPostProcessDragUPP.
func InvokeDataBrowserReceiveDragUPP ¶
func InvokeDataBrowserReceiveDragUPP(browser ControlRef, theDrag unsafe.Pointer, item int, userUPP unsafe.Pointer) uint8
InvokeDataBrowserReceiveDragUPP calls the HIToolbox framework function InvokeDataBrowserReceiveDragUPP.
func InvokeDataBrowserSelectContextualMenuUPP ¶
func InvokeDataBrowserSelectContextualMenuUPP(browser ControlRef, menu MenuRef, selectionType int, menuID int16, menuItem uint16, userUPP unsafe.Pointer)
InvokeDataBrowserSelectContextualMenuUPP calls the HIToolbox framework function InvokeDataBrowserSelectContextualMenuUPP.
func InvokeDataBrowserTrackingUPP ¶
func InvokeDataBrowserTrackingUPP(browser ControlRef, itemID int, property int, theRect *Rect, startPt Point, modifiers uint16, userUPP unsafe.Pointer) int16
InvokeDataBrowserTrackingUPP calls the HIToolbox framework function InvokeDataBrowserTrackingUPP.
func InvokeDragDrawingUPP ¶
func InvokeDragDrawingUPP(message int16, showRegion obj.Object, showOrigin Point, hideRegion obj.Object, hideOrigin Point, dragDrawingRefCon unsafe.Pointer, theDrag DragRef, userUPP unsafe.Pointer) int16
InvokeDragDrawingUPP calls the HIToolbox framework function InvokeDragDrawingUPP.
func InvokeDragReceiveHandlerUPP ¶
func InvokeDragReceiveHandlerUPP(theWindow unsafe.Pointer, handlerRefCon unsafe.Pointer, theDrag DragRef, userUPP unsafe.Pointer) int16
InvokeDragReceiveHandlerUPP calls the HIToolbox framework function InvokeDragReceiveHandlerUPP.
func InvokeDragSendDataUPP ¶
func InvokeDragSendDataUPP(theType int, dragSendRefCon unsafe.Pointer, theItemRef unsafe.Pointer, theDrag DragRef, userUPP unsafe.Pointer) int16
InvokeDragSendDataUPP calls the HIToolbox framework function InvokeDragSendDataUPP.
func InvokeDragTrackingHandlerUPP ¶
func InvokeDragTrackingHandlerUPP(message int16, theWindow unsafe.Pointer, handlerRefCon unsafe.Pointer, theDrag DragRef, userUPP unsafe.Pointer) int16
InvokeDragTrackingHandlerUPP calls the HIToolbox framework function InvokeDragTrackingHandlerUPP.
func InvokeDrawHookUPP ¶
func InvokeDrawHookUPP(textOffset uint16, drawLen uint16, textBufferPtr unsafe.Pointer, pTE unsafe.Pointer, hTE unsafe.Pointer, userUPP unsafe.Pointer)
InvokeDrawHookUPP calls the HIToolbox framework function InvokeDrawHookUPP.
func InvokeEOLHookUPP ¶
func InvokeEOLHookUPP(theChar int8, pTE unsafe.Pointer, hTE unsafe.Pointer, userUPP unsafe.Pointer) uint8
InvokeEOLHookUPP calls the HIToolbox framework function InvokeEOLHookUPP.
func InvokeEditUnicodePostUpdateUPP ¶
func InvokeEditUnicodePostUpdateUPP(uniText unsafe.Pointer, uniTextLength int, iStartOffset int, iEndOffset int, refcon unsafe.Pointer, userUPP unsafe.Pointer) uint8
InvokeEditUnicodePostUpdateUPP calls the HIToolbox framework function InvokeEditUnicodePostUpdateUPP.
func InvokeEventComparatorUPP ¶
func InvokeEventComparatorUPP(inEvent EventRef, inCompareData unsafe.Pointer, userUPP unsafe.Pointer) uint8
InvokeEventComparatorUPP calls the HIToolbox framework function InvokeEventComparatorUPP.
func InvokeEventHandlerUPP ¶
func InvokeEventHandlerUPP(inHandlerCallRef EventHandlerCallRef, inEvent EventRef, inUserData unsafe.Pointer, userUPP unsafe.Pointer) error
InvokeEventHandlerUPP reports an error if the HIToolbox framework function InvokeEventHandlerUPP fails.
func InvokeEventLoopIdleTimerUPP ¶
func InvokeEventLoopIdleTimerUPP(inTimer EventLoopTimerRef, inState uint16, inUserData unsafe.Pointer, userUPP unsafe.Pointer)
InvokeEventLoopIdleTimerUPP calls the HIToolbox framework function InvokeEventLoopIdleTimerUPP.
func InvokeEventLoopTimerUPP ¶
func InvokeEventLoopTimerUPP(inTimer EventLoopTimerRef, inUserData unsafe.Pointer, userUPP unsafe.Pointer)
InvokeEventLoopTimerUPP calls the HIToolbox framework function InvokeEventLoopTimerUPP.
func InvokeGetScrapDataUPP ¶
func InvokeGetScrapDataUPP(requestedFormat int, srcDataGetterRefCon unsafe.Pointer, userUPP unsafe.Pointer) (result int16, dataH string)
InvokeGetScrapDataUPP calls the HIToolbox framework function InvokeGetScrapDataUPP.
func InvokeHMControlContentUPP ¶
func InvokeHMControlContentUPP(inControl ControlRef, inGlobalMouse Point, inRequest int16, ioHelpContent unsafe.Pointer, userUPP unsafe.Pointer) (result int, outContentProvided int16)
InvokeHMControlContentUPP calls the HIToolbox framework function InvokeHMControlContentUPP.
func InvokeHMMenuItemContentUPP ¶
func InvokeHMMenuItemContentUPP(inTrackingData unsafe.Pointer, inRequest int16, ioHelpContent unsafe.Pointer, userUPP unsafe.Pointer) (result int, outContentProvided int16)
InvokeHMMenuItemContentUPP calls the HIToolbox framework function InvokeHMMenuItemContentUPP.
func InvokeHMMenuTitleContentUPP ¶
func InvokeHMMenuTitleContentUPP(inMenu MenuRef, inRequest int16, ioHelpContent unsafe.Pointer, userUPP unsafe.Pointer) (result int, outContentProvided int16)
InvokeHMMenuTitleContentUPP calls the HIToolbox framework function InvokeHMMenuTitleContentUPP.
func InvokeHMWindowContentUPP ¶
func InvokeHMWindowContentUPP(inWindow unsafe.Pointer, inGlobalMouse Point, inRequest int16, ioHelpContent unsafe.Pointer, userUPP unsafe.Pointer) (result int, outContentProvided int16)
InvokeHMWindowContentUPP calls the HIToolbox framework function InvokeHMWindowContentUPP.
func InvokeHighHookUPP ¶
InvokeHighHookUPP calls the HIToolbox framework function InvokeHighHookUPP.
func InvokeHitTestHookUPP ¶
func InvokeHitTestHookUPP(styleRunLen uint16, styleRunOffset uint16, slop uint16, textBufferPtr unsafe.Pointer, pTE unsafe.Pointer, hTE unsafe.Pointer, userUPP unsafe.Pointer) (result uint8, pixelWidth uint16, charOffset uint16, pixelInChar uint8)
InvokeHitTestHookUPP calls the HIToolbox framework function InvokeHitTestHookUPP.
func InvokeListClickLoopUPP ¶
InvokeListClickLoopUPP calls the HIToolbox framework function InvokeListClickLoopUPP.
func InvokeListSearchUPP ¶
func InvokeListSearchUPP(aPtr string, bPtr string, aLen int16, bLen int16, userUPP unsafe.Pointer) int16
InvokeListSearchUPP calls the HIToolbox framework function InvokeListSearchUPP.
func InvokeMenuItemDrawingUPP ¶
func InvokeMenuItemDrawingUPP(inBounds *Rect, inDepth int16, inIsColorDevice uint8, inUserData unsafe.Pointer, userUPP unsafe.Pointer)
InvokeMenuItemDrawingUPP calls the HIToolbox framework function InvokeMenuItemDrawingUPP.
func InvokeMenuTitleDrawingUPP ¶
func InvokeMenuTitleDrawingUPP(inBounds *Rect, inDepth int16, inIsColorDevice uint8, inUserData unsafe.Pointer, userUPP unsafe.Pointer)
InvokeMenuTitleDrawingUPP calls the HIToolbox framework function InvokeMenuTitleDrawingUPP.
func InvokeNMUPP ¶
InvokeNMUPP calls the HIToolbox framework function InvokeNMUPP.
func InvokeNWidthHookUPP ¶
func InvokeNWidthHookUPP(styleRunLen uint16, styleRunOffset uint16, slop int16, direction int16, textBufferPtr unsafe.Pointer, pTE unsafe.Pointer, hTE unsafe.Pointer, userUPP unsafe.Pointer) (result uint16, lineStart int16)
InvokeNWidthHookUPP calls the HIToolbox framework function InvokeNWidthHookUPP.
func InvokeScrapPromiseKeeperUPP ¶
func InvokeScrapPromiseKeeperUPP(scrap ScrapRef, flavorType int, userData unsafe.Pointer, userUPP unsafe.Pointer) error
InvokeScrapPromiseKeeperUPP reports an error if the HIToolbox framework function InvokeScrapPromiseKeeperUPP fails.
func InvokeTEClickLoopUPP ¶
InvokeTEClickLoopUPP calls the HIToolbox framework function InvokeTEClickLoopUPP.
func InvokeTEDoTextUPP ¶
func InvokeTEDoTextUPP(pTE unsafe.Pointer, firstChar uint16, lastChar uint16, selector int16, currentGrafPort unsafe.Pointer, userUPP unsafe.Pointer) (charPosition int16)
InvokeTEDoTextUPP calls the HIToolbox framework function InvokeTEDoTextUPP.
func InvokeTEFindWordUPP ¶
func InvokeTEFindWordUPP(currentPos uint16, caller int16, pTE unsafe.Pointer, hTE unsafe.Pointer, userUPP unsafe.Pointer) (wordStart uint16, wordEnd uint16)
InvokeTEFindWordUPP calls the HIToolbox framework function InvokeTEFindWordUPP.
func InvokeTERecalcUPP ¶
func InvokeTERecalcUPP(pTE unsafe.Pointer, changeLength uint16, userUPP unsafe.Pointer) (lineStart uint16, firstChar uint16, lastChar uint16)
InvokeTERecalcUPP calls the HIToolbox framework function InvokeTERecalcUPP.
func InvokeTSMTEPostUpdateUPP ¶
func InvokeTSMTEPostUpdateUPP(textH unsafe.Pointer, fixLen int, inputAreaStart int, inputAreaEnd int, pinStart int, pinEnd int, refCon int, userUPP unsafe.Pointer)
InvokeTSMTEPostUpdateUPP calls the HIToolbox framework function InvokeTSMTEPostUpdateUPP.
func InvokeTSMTEPreUpdateUPP ¶
InvokeTSMTEPreUpdateUPP calls the HIToolbox framework function InvokeTSMTEPreUpdateUPP.
func InvokeTXNActionKeyMapperUPP ¶
func InvokeTXNActionKeyMapperUPP(actionKey int, commandID int, userUPP unsafe.Pointer) corefoundation.CFStringRef
InvokeTXNActionKeyMapperUPP calls the HIToolbox framework function InvokeTXNActionKeyMapperUPP.
func InvokeTXNActionNameMapperUPP ¶
func InvokeTXNActionNameMapperUPP(actionName corefoundation.CFStringRef, commandID int, inUserData unsafe.Pointer, userUPP unsafe.Pointer) corefoundation.CFStringRef
InvokeTXNActionNameMapperUPP calls the HIToolbox framework function InvokeTXNActionNameMapperUPP.
func InvokeTXNContextualMenuSetupUPP ¶
func InvokeTXNContextualMenuSetupUPP(iContextualMenu MenuRef, object TXNObject, inUserData unsafe.Pointer, userUPP unsafe.Pointer)
InvokeTXNContextualMenuSetupUPP calls the HIToolbox framework function InvokeTXNContextualMenuSetupUPP.
func InvokeTXNFindUPP ¶
func InvokeTXNFindUPP(matchData unsafe.Pointer, iDataType int, iMatchOptions int, iSearchTextPtr unsafe.Pointer, encoding int, absStartOffset int, searchTextLength int, refCon unsafe.Pointer, userUPP unsafe.Pointer) (result int, oStartMatch int, oEndMatch int, ofound uint8)
InvokeTXNFindUPP calls the HIToolbox framework function InvokeTXNFindUPP.
func InvokeTXNScrollInfoUPP ¶
func InvokeTXNScrollInfoUPP(iValue int, iMaximumValue int, iScrollBarOrientation int, iRefCon unsafe.Pointer, userUPP unsafe.Pointer)
InvokeTXNScrollInfoUPP calls the HIToolbox framework function InvokeTXNScrollInfoUPP.
func InvokeTextWidthHookUPP ¶
func InvokeTextWidthHookUPP(textLen uint16, textOffset uint16, textBufferPtr unsafe.Pointer, pTE unsafe.Pointer, hTE unsafe.Pointer, userUPP unsafe.Pointer) uint16
InvokeTextWidthHookUPP calls the HIToolbox framework function InvokeTextWidthHookUPP.
func InvokeThemeButtonDrawUPP ¶
func InvokeThemeButtonDrawUPP(bounds *Rect, kind uint16, info *ThemeButtonDrawInfo, userData unsafe.Pointer, depth int16, isColorDev uint8, userUPP unsafe.Pointer)
InvokeThemeButtonDrawUPP calls the HIToolbox framework function InvokeThemeButtonDrawUPP.
func InvokeThemeEraseUPP ¶
func InvokeThemeEraseUPP(bounds *Rect, eraseData unsafe.Pointer, depth int16, isColorDev uint8, userUPP unsafe.Pointer)
InvokeThemeEraseUPP calls the HIToolbox framework function InvokeThemeEraseUPP.
func InvokeThemeIteratorUPP ¶
func InvokeThemeIteratorUPP(resID int16, inThemeSettings obj.Object, inUserData unsafe.Pointer, userUPP unsafe.Pointer) (result uint8, inFileName uint8)
InvokeThemeIteratorUPP calls the HIToolbox framework function InvokeThemeIteratorUPP.
func InvokeThemeTabTitleDrawUPP ¶
func InvokeThemeTabTitleDrawUPP(bounds *Rect, style uint16, direction uint16, depth int16, isColorDev uint8, userData unsafe.Pointer, userUPP unsafe.Pointer)
InvokeThemeTabTitleDrawUPP calls the HIToolbox framework function InvokeThemeTabTitleDrawUPP.
func InvokeUserItemUPP ¶
InvokeUserItemUPP calls the HIToolbox framework function InvokeUserItemUPP.
func InvokeWidthHookUPP ¶
func InvokeWidthHookUPP(textLen uint16, textOffset uint16, textBufferPtr unsafe.Pointer, pTE unsafe.Pointer, hTE unsafe.Pointer, userUPP unsafe.Pointer) uint16
InvokeWidthHookUPP calls the HIToolbox framework function InvokeWidthHookUPP.
func InvokeWindowPaintUPP ¶
func InvokeWindowPaintUPP(device unsafe.Pointer, qdContext obj.Object, window unsafe.Pointer, inClientPaintRgn obj.Object, outSystemPaintRgn obj.Object, refCon unsafe.Pointer, userUPP unsafe.Pointer) int
InvokeWindowPaintUPP calls the HIToolbox framework function InvokeWindowPaintUPP.
func InvokeWindowTitleDrawingUPP ¶
func InvokeWindowTitleDrawingUPP(bounds *Rect, depth int16, colorDevice uint8, userData unsafe.Pointer, userUPP unsafe.Pointer)
InvokeWindowTitleDrawingUPP calls the HIToolbox framework function InvokeWindowTitleDrawingUPP.
func IsCmdChar ¶
func IsCmdChar(event *EventRecord, test int16) uint8
IsCmdChar calls the HIToolbox framework function IsCmdChar.
func IsEventInQueue ¶
func IsEventInQueue(inQueue EventQueueRef, inEvent EventRef) uint8
IsEventInQueue calls the HIToolbox framework function IsEventInQueue.
func IsSecureEventInputEnabled ¶
func IsSecureEventInputEnabled() uint8
IsSecureEventInputEnabled calls the HIToolbox framework function IsSecureEventInputEnabled.
func IsUserCancelEventRef ¶
IsUserCancelEventRef calls the HIToolbox framework function IsUserCancelEventRef.
func KBGetLayoutType ¶
KBGetLayoutType calls the HIToolbox framework function KBGetLayoutType.
func KHIDelegateAfterKey ¶
KHIDelegateAfterKey returns the value of the constant kHIDelegateAfterKey.
func KHIDelegateBeforeKey ¶
KHIDelegateBeforeKey returns the value of the constant kHIDelegateBeforeKey.
func KHIObjectCustomDataCDEFProcIDKey ¶
KHIObjectCustomDataCDEFProcIDKey returns the value of the constant kHIObjectCustomDataCDEFProcIDKey.
func KHIObjectCustomDataClassIDKey ¶
KHIObjectCustomDataClassIDKey returns the value of the constant kHIObjectCustomDataClassIDKey.
func KHIObjectCustomDataDelegateGroupParametersKey ¶
KHIObjectCustomDataDelegateGroupParametersKey returns the value of the constant kHIObjectCustomDataDelegateGroupParametersKey.
func KHIObjectCustomDataParameterNamesKey ¶
KHIObjectCustomDataParameterNamesKey returns the value of the constant kHIObjectCustomDataParameterNamesKey.
func KHIObjectCustomDataParameterTypesKey ¶
KHIObjectCustomDataParameterTypesKey returns the value of the constant kHIObjectCustomDataParameterTypesKey.
func KHIObjectCustomDataParameterValuesKey ¶
KHIObjectCustomDataParameterValuesKey returns the value of the constant kHIObjectCustomDataParameterValuesKey.
func KHIObjectCustomDataSuperClassIDKey ¶
KHIObjectCustomDataSuperClassIDKey returns the value of the constant kHIObjectCustomDataSuperClassIDKey.
func KHIObjectInitParamDescription ¶
KHIObjectInitParamDescription returns the value of the constant kHIObjectInitParamDescription.
func KHIObjectInitParamEventName ¶
KHIObjectInitParamEventName returns the value of the constant kHIObjectInitParamEventName.
func KHIObjectInitParamEventType ¶
KHIObjectInitParamEventType returns the value of the constant kHIObjectInitParamEventType.
func KHIObjectInitParamUserName ¶
KHIObjectInitParamUserName returns the value of the constant kHIObjectInitParamUserName.
func KHITextViewClassID ¶
KHITextViewClassID returns the value of the constant kHITextViewClassID.
func KHIToolboxVersionNumber ¶
func KHIToolboxVersionNumber() uintptr
KHIToolboxVersionNumber returns the address of the symbol kHIToolboxVersionNumber.
func KHIViewMenuContentID ¶
func KHIViewMenuContentID() uintptr
KHIViewMenuContentID returns the address of the symbol kHIViewMenuContentID.
func KHIViewWindowCloseBoxID ¶
func KHIViewWindowCloseBoxID() uintptr
KHIViewWindowCloseBoxID returns the address of the symbol kHIViewWindowCloseBoxID.
func KHIViewWindowCollapseBoxID ¶
func KHIViewWindowCollapseBoxID() uintptr
KHIViewWindowCollapseBoxID returns the address of the symbol kHIViewWindowCollapseBoxID.
func KHIViewWindowContentID ¶
func KHIViewWindowContentID() uintptr
KHIViewWindowContentID returns the address of the symbol kHIViewWindowContentID.
func KHIViewWindowGrowBoxID ¶
func KHIViewWindowGrowBoxID() uintptr
KHIViewWindowGrowBoxID returns the address of the symbol kHIViewWindowGrowBoxID.
func KHIViewWindowTitleID ¶
func KHIViewWindowTitleID() uintptr
KHIViewWindowTitleID returns the address of the symbol kHIViewWindowTitleID.
func KHIViewWindowToolbarButtonID ¶
func KHIViewWindowToolbarButtonID() uintptr
KHIViewWindowToolbarButtonID returns the address of the symbol kHIViewWindowToolbarButtonID.
func KHIViewWindowToolbarID ¶
func KHIViewWindowToolbarID() uintptr
KHIViewWindowToolbarID returns the address of the symbol kHIViewWindowToolbarID.
func KHIViewWindowZoomBoxID ¶
func KHIViewWindowZoomBoxID() uintptr
KHIViewWindowZoomBoxID returns the address of the symbol kHIViewWindowZoomBoxID.
func KTISCategoryInkInputSource ¶
KTISCategoryInkInputSource returns the value of the constant kTISCategoryInkInputSource.
func KTISCategoryKeyboardInputSource ¶
KTISCategoryKeyboardInputSource returns the value of the constant kTISCategoryKeyboardInputSource.
func KTISCategoryPaletteInputSource ¶
KTISCategoryPaletteInputSource returns the value of the constant kTISCategoryPaletteInputSource.
func KTISNotifyEnabledKeyboardInputSourcesChanged ¶
KTISNotifyEnabledKeyboardInputSourcesChanged returns the value of the constant kTISNotifyEnabledKeyboardInputSourcesChanged.
func KTISNotifySelectedKeyboardInputSourceChanged ¶
KTISNotifySelectedKeyboardInputSourceChanged returns the value of the constant kTISNotifySelectedKeyboardInputSourceChanged.
func KTISPropertyBundleID ¶
KTISPropertyBundleID returns the value of the constant kTISPropertyBundleID.
func KTISPropertyIconImageURL ¶
KTISPropertyIconImageURL returns the value of the constant kTISPropertyIconImageURL.
func KTISPropertyIconRef ¶
KTISPropertyIconRef returns the value of the constant kTISPropertyIconRef.
func KTISPropertyInputModeID ¶
KTISPropertyInputModeID returns the value of the constant kTISPropertyInputModeID.
func KTISPropertyInputSourceCategory ¶
KTISPropertyInputSourceCategory returns the value of the constant kTISPropertyInputSourceCategory.
func KTISPropertyInputSourceID ¶
KTISPropertyInputSourceID returns the value of the constant kTISPropertyInputSourceID.
func KTISPropertyInputSourceIsASCIICapable ¶
KTISPropertyInputSourceIsASCIICapable returns the value of the constant kTISPropertyInputSourceIsASCIICapable.
func KTISPropertyInputSourceIsEnableCapable ¶
KTISPropertyInputSourceIsEnableCapable returns the value of the constant kTISPropertyInputSourceIsEnableCapable.
func KTISPropertyInputSourceIsEnabled ¶
KTISPropertyInputSourceIsEnabled returns the value of the constant kTISPropertyInputSourceIsEnabled.
func KTISPropertyInputSourceIsSelectCapable ¶
KTISPropertyInputSourceIsSelectCapable returns the value of the constant kTISPropertyInputSourceIsSelectCapable.
func KTISPropertyInputSourceIsSelected ¶
KTISPropertyInputSourceIsSelected returns the value of the constant kTISPropertyInputSourceIsSelected.
func KTISPropertyInputSourceLanguages ¶
KTISPropertyInputSourceLanguages returns the value of the constant kTISPropertyInputSourceLanguages.
func KTISPropertyInputSourceType ¶
KTISPropertyInputSourceType returns the value of the constant kTISPropertyInputSourceType.
func KTISPropertyLocalizedName ¶
KTISPropertyLocalizedName returns the value of the constant kTISPropertyLocalizedName.
func KTISPropertyUnicodeKeyLayoutData ¶
KTISPropertyUnicodeKeyLayoutData returns the value of the constant kTISPropertyUnicodeKeyLayoutData.
func KTISTypeCharacterPalette ¶
KTISTypeCharacterPalette returns the value of the constant kTISTypeCharacterPalette.
func KTISTypeInk ¶
KTISTypeInk returns the value of the constant kTISTypeInk.
func KTISTypeKeyboardInputMethodModeEnabled ¶
KTISTypeKeyboardInputMethodModeEnabled returns the value of the constant kTISTypeKeyboardInputMethodModeEnabled.
func KTISTypeKeyboardInputMethodWithoutModes ¶
KTISTypeKeyboardInputMethodWithoutModes returns the value of the constant kTISTypeKeyboardInputMethodWithoutModes.
func KTISTypeKeyboardInputMode ¶
KTISTypeKeyboardInputMode returns the value of the constant kTISTypeKeyboardInputMode.
func KTISTypeKeyboardLayout ¶
KTISTypeKeyboardLayout returns the value of the constant kTISTypeKeyboardLayout.
func KTISTypeKeyboardViewer ¶
KTISTypeKeyboardViewer returns the value of the constant kTISTypeKeyboardViewer.
func KTXNActionAlignCenter ¶
KTXNActionAlignCenter returns the value of the constant kTXNActionAlignCenter.
func KTXNActionAlignLeft ¶
KTXNActionAlignLeft returns the value of the constant kTXNActionAlignLeft.
func KTXNActionAlignRight ¶
KTXNActionAlignRight returns the value of the constant kTXNActionAlignRight.
func KTXNActionChangeColor ¶
KTXNActionChangeColor returns the value of the constant kTXNActionChangeColor.
func KTXNActionChangeFont ¶
KTXNActionChangeFont returns the value of the constant kTXNActionChangeFont.
func KTXNActionChangeFontFeature ¶
KTXNActionChangeFontFeature returns the value of the constant kTXNActionChangeFontFeature.
func KTXNActionChangeFontVariation ¶
KTXNActionChangeFontVariation returns the value of the constant kTXNActionChangeFontVariation.
func KTXNActionChangeGlyphVariation ¶
KTXNActionChangeGlyphVariation returns the value of the constant kTXNActionChangeGlyphVariation.
func KTXNActionChangeSize ¶
KTXNActionChangeSize returns the value of the constant kTXNActionChangeSize.
func KTXNActionChangeStyle ¶
KTXNActionChangeStyle returns the value of the constant kTXNActionChangeStyle.
func KTXNActionChangeTextPosition ¶
KTXNActionChangeTextPosition returns the value of the constant kTXNActionChangeTextPosition.
func KTXNActionClear ¶
KTXNActionClear returns the value of the constant kTXNActionClear.
func KTXNActionCountOfAllChanges ¶
KTXNActionCountOfAllChanges returns the value of the constant kTXNActionCountOfAllChanges.
func KTXNActionCountOfStyleChanges ¶
KTXNActionCountOfStyleChanges returns the value of the constant kTXNActionCountOfStyleChanges.
func KTXNActionCountOfTextChanges ¶
KTXNActionCountOfTextChanges returns the value of the constant kTXNActionCountOfTextChanges.
func KTXNActionCut ¶
KTXNActionCut returns the value of the constant kTXNActionCut.
func KTXNActionDrop ¶
KTXNActionDrop returns the value of the constant kTXNActionDrop.
func KTXNActionMove ¶
KTXNActionMove returns the value of the constant kTXNActionMove.
func KTXNActionPaste ¶
KTXNActionPaste returns the value of the constant kTXNActionPaste.
func KTXNActionTyping ¶
KTXNActionTyping returns the value of the constant kTXNActionTyping.
func KTXNActionUndoLast ¶
KTXNActionUndoLast returns the value of the constant kTXNActionUndoLast.
func KTXNDataOptionCharacterEncodingKey ¶
KTXNDataOptionCharacterEncodingKey returns the value of the constant kTXNDataOptionCharacterEncodingKey.
func KTXNDataOptionDocumentTypeKey ¶
KTXNDataOptionDocumentTypeKey returns the value of the constant kTXNDataOptionDocumentTypeKey.
func KTXNDocumentAttributeAuthorKey ¶
KTXNDocumentAttributeAuthorKey returns the value of the constant kTXNDocumentAttributeAuthorKey.
func KTXNDocumentAttributeCommentKey ¶
KTXNDocumentAttributeCommentKey returns the value of the constant kTXNDocumentAttributeCommentKey.
func KTXNDocumentAttributeCompanyNameKey ¶
KTXNDocumentAttributeCompanyNameKey returns the value of the constant kTXNDocumentAttributeCompanyNameKey.
func KTXNDocumentAttributeCopyrightKey ¶
KTXNDocumentAttributeCopyrightKey returns the value of the constant kTXNDocumentAttributeCopyrightKey.
func KTXNDocumentAttributeCreationTimeKey ¶
KTXNDocumentAttributeCreationTimeKey returns the value of the constant kTXNDocumentAttributeCreationTimeKey.
func KTXNDocumentAttributeEditorKey ¶
KTXNDocumentAttributeEditorKey returns the value of the constant kTXNDocumentAttributeEditorKey.
func KTXNDocumentAttributeKeywordsKey ¶
KTXNDocumentAttributeKeywordsKey returns the value of the constant kTXNDocumentAttributeKeywordsKey.
func KTXNDocumentAttributeModificationTimeKey ¶
KTXNDocumentAttributeModificationTimeKey returns the value of the constant kTXNDocumentAttributeModificationTimeKey.
func KTXNDocumentAttributeSubjectKey ¶
KTXNDocumentAttributeSubjectKey returns the value of the constant kTXNDocumentAttributeSubjectKey.
func KTXNDocumentAttributeTitleKey ¶
KTXNDocumentAttributeTitleKey returns the value of the constant kTXNDocumentAttributeTitleKey.
func KTXNMLTEDocumentType ¶
KTXNMLTEDocumentType returns the value of the constant kTXNMLTEDocumentType.
func KTXNPlainTextDocumentType ¶
KTXNPlainTextDocumentType returns the value of the constant kTXNPlainTextDocumentType.
func KTXNQuickTimeDocumentType ¶
KTXNQuickTimeDocumentType returns the value of the constant kTXNQuickTimeDocumentType.
func KTXNRTFDocumentType ¶
KTXNRTFDocumentType returns the value of the constant kTXNRTFDocumentType.
func LMGetKbdLast ¶
func LMGetKbdLast() uint8
LMGetKbdLast calls the HIToolbox framework function LMGetKbdLast.
func LMGetKbdType ¶
func LMGetKbdType() uint8
LMGetKbdType calls the HIToolbox framework function LMGetKbdType.
func LMGetKeyRepThresh ¶
func LMGetKeyRepThresh() int16
LMGetKeyRepThresh calls the HIToolbox framework function LMGetKeyRepThresh.
func LMGetKeyThresh ¶
func LMGetKeyThresh() int16
LMGetKeyThresh calls the HIToolbox framework function LMGetKeyThresh.
func NewAEFilterUPP ¶
NewAEFilterUPP calls the HIToolbox framework function NewAEFilterUPP.
func NewAEIdleUPP ¶
NewAEIdleUPP calls the HIToolbox framework function NewAEIdleUPP.
func NewCaretHookUPP ¶
NewCaretHookUPP calls the HIToolbox framework function NewCaretHookUPP.
func NewControlActionUPP ¶
NewControlActionUPP calls the HIToolbox framework function NewControlActionUPP.
func NewControlEditTextValidationUPP ¶
NewControlEditTextValidationUPP calls the HIToolbox framework function NewControlEditTextValidationUPP.
func NewControlKeyFilterUPP ¶
NewControlKeyFilterUPP calls the HIToolbox framework function NewControlKeyFilterUPP.
func NewControlUserPaneActivateUPP ¶
NewControlUserPaneActivateUPP calls the HIToolbox framework function NewControlUserPaneActivateUPP.
func NewControlUserPaneDrawUPP ¶
NewControlUserPaneDrawUPP calls the HIToolbox framework function NewControlUserPaneDrawUPP.
func NewControlUserPaneFocusUPP ¶
NewControlUserPaneFocusUPP calls the HIToolbox framework function NewControlUserPaneFocusUPP.
func NewControlUserPaneHitTestUPP ¶
NewControlUserPaneHitTestUPP calls the HIToolbox framework function NewControlUserPaneHitTestUPP.
func NewControlUserPaneIdleUPP ¶
NewControlUserPaneIdleUPP calls the HIToolbox framework function NewControlUserPaneIdleUPP.
func NewControlUserPaneKeyDownUPP ¶
NewControlUserPaneKeyDownUPP calls the HIToolbox framework function NewControlUserPaneKeyDownUPP.
func NewControlUserPaneTrackingUPP ¶
NewControlUserPaneTrackingUPP calls the HIToolbox framework function NewControlUserPaneTrackingUPP.
func NewDataBrowserAcceptDragUPP ¶
NewDataBrowserAcceptDragUPP calls the HIToolbox framework function NewDataBrowserAcceptDragUPP.
func NewDataBrowserAddDragItemUPP ¶
NewDataBrowserAddDragItemUPP calls the HIToolbox framework function NewDataBrowserAddDragItemUPP.
func NewDataBrowserDrawItemUPP ¶
NewDataBrowserDrawItemUPP calls the HIToolbox framework function NewDataBrowserDrawItemUPP.
func NewDataBrowserEditItemUPP ¶
NewDataBrowserEditItemUPP calls the HIToolbox framework function NewDataBrowserEditItemUPP.
func NewDataBrowserGetContextualMenuUPP ¶
NewDataBrowserGetContextualMenuUPP calls the HIToolbox framework function NewDataBrowserGetContextualMenuUPP.
func NewDataBrowserHitTestUPP ¶
NewDataBrowserHitTestUPP calls the HIToolbox framework function NewDataBrowserHitTestUPP.
func NewDataBrowserItemAcceptDragUPP ¶
NewDataBrowserItemAcceptDragUPP calls the HIToolbox framework function NewDataBrowserItemAcceptDragUPP.
func NewDataBrowserItemCompareUPP ¶
NewDataBrowserItemCompareUPP calls the HIToolbox framework function NewDataBrowserItemCompareUPP.
func NewDataBrowserItemDataUPP ¶
NewDataBrowserItemDataUPP calls the HIToolbox framework function NewDataBrowserItemDataUPP.
func NewDataBrowserItemDragRgnUPP ¶
NewDataBrowserItemDragRgnUPP calls the HIToolbox framework function NewDataBrowserItemDragRgnUPP.
func NewDataBrowserItemHelpContentUPP ¶
NewDataBrowserItemHelpContentUPP calls the HIToolbox framework function NewDataBrowserItemHelpContentUPP.
func NewDataBrowserItemNotificationUPP ¶
NewDataBrowserItemNotificationUPP calls the HIToolbox framework function NewDataBrowserItemNotificationUPP.
func NewDataBrowserItemNotificationWithItemUPP ¶
NewDataBrowserItemNotificationWithItemUPP calls the HIToolbox framework function NewDataBrowserItemNotificationWithItemUPP.
func NewDataBrowserItemReceiveDragUPP ¶
NewDataBrowserItemReceiveDragUPP calls the HIToolbox framework function NewDataBrowserItemReceiveDragUPP.
func NewDataBrowserItemUPP ¶
NewDataBrowserItemUPP calls the HIToolbox framework function NewDataBrowserItemUPP.
func NewDataBrowserPostProcessDragUPP ¶
NewDataBrowserPostProcessDragUPP calls the HIToolbox framework function NewDataBrowserPostProcessDragUPP.
func NewDataBrowserReceiveDragUPP ¶
NewDataBrowserReceiveDragUPP calls the HIToolbox framework function NewDataBrowserReceiveDragUPP.
func NewDataBrowserSelectContextualMenuUPP ¶
NewDataBrowserSelectContextualMenuUPP calls the HIToolbox framework function NewDataBrowserSelectContextualMenuUPP.
func NewDataBrowserTrackingUPP ¶
NewDataBrowserTrackingUPP calls the HIToolbox framework function NewDataBrowserTrackingUPP.
func NewDragDrawingUPP ¶
NewDragDrawingUPP calls the HIToolbox framework function NewDragDrawingUPP.
func NewDragInputUPP ¶
NewDragInputUPP calls the HIToolbox framework function NewDragInputUPP.
func NewDragReceiveHandlerUPP ¶
NewDragReceiveHandlerUPP calls the HIToolbox framework function NewDragReceiveHandlerUPP.
func NewDragSendDataUPP ¶
NewDragSendDataUPP calls the HIToolbox framework function NewDragSendDataUPP.
func NewDragTrackingHandlerUPP ¶
NewDragTrackingHandlerUPP calls the HIToolbox framework function NewDragTrackingHandlerUPP.
func NewDrawHookUPP ¶
NewDrawHookUPP calls the HIToolbox framework function NewDrawHookUPP.
func NewEOLHookUPP ¶
NewEOLHookUPP calls the HIToolbox framework function NewEOLHookUPP.
func NewEditUnicodePostUpdateUPP ¶
NewEditUnicodePostUpdateUPP calls the HIToolbox framework function NewEditUnicodePostUpdateUPP.
func NewEventComparatorUPP ¶
NewEventComparatorUPP calls the HIToolbox framework function NewEventComparatorUPP.
func NewEventHandlerUPP ¶
NewEventHandlerUPP calls the HIToolbox framework function NewEventHandlerUPP.
func NewEventLoopIdleTimerUPP ¶
NewEventLoopIdleTimerUPP calls the HIToolbox framework function NewEventLoopIdleTimerUPP.
func NewEventLoopTimerUPP ¶
NewEventLoopTimerUPP calls the HIToolbox framework function NewEventLoopTimerUPP.
func NewGetScrapDataUPP ¶
NewGetScrapDataUPP calls the HIToolbox framework function NewGetScrapDataUPP.
func NewHMControlContentUPP ¶
NewHMControlContentUPP calls the HIToolbox framework function NewHMControlContentUPP.
func NewHMMenuItemContentUPP ¶
NewHMMenuItemContentUPP calls the HIToolbox framework function NewHMMenuItemContentUPP.
func NewHMMenuTitleContentUPP ¶
NewHMMenuTitleContentUPP calls the HIToolbox framework function NewHMMenuTitleContentUPP.
func NewHMWindowContentUPP ¶
NewHMWindowContentUPP calls the HIToolbox framework function NewHMWindowContentUPP.
func NewHighHookUPP ¶
NewHighHookUPP calls the HIToolbox framework function NewHighHookUPP.
func NewHitTestHookUPP ¶
NewHitTestHookUPP calls the HIToolbox framework function NewHitTestHookUPP.
func NewListClickLoopUPP ¶
NewListClickLoopUPP calls the HIToolbox framework function NewListClickLoopUPP.
func NewListDefUPP ¶
NewListDefUPP calls the HIToolbox framework function NewListDefUPP.
func NewListSearchUPP ¶
NewListSearchUPP calls the HIToolbox framework function NewListSearchUPP.
func NewMenuItemDrawingUPP ¶
NewMenuItemDrawingUPP calls the HIToolbox framework function NewMenuItemDrawingUPP.
func NewMenuTitleDrawingUPP ¶
NewMenuTitleDrawingUPP calls the HIToolbox framework function NewMenuTitleDrawingUPP.
func NewModalFilterUPP ¶
NewModalFilterUPP calls the HIToolbox framework function NewModalFilterUPP.
func NewModalFilterYDUPP ¶
NewModalFilterYDUPP calls the HIToolbox framework function NewModalFilterYDUPP.
func NewNWidthHookUPP ¶
NewNWidthHookUPP calls the HIToolbox framework function NewNWidthHookUPP.
func NewScrapPromiseKeeperUPP ¶
NewScrapPromiseKeeperUPP calls the HIToolbox framework function NewScrapPromiseKeeperUPP.
func NewTEClickLoopUPP ¶
NewTEClickLoopUPP calls the HIToolbox framework function NewTEClickLoopUPP.
func NewTEDoTextUPP ¶
NewTEDoTextUPP calls the HIToolbox framework function NewTEDoTextUPP.
func NewTEFindWordUPP ¶
NewTEFindWordUPP calls the HIToolbox framework function NewTEFindWordUPP.
func NewTERecalcUPP ¶
NewTERecalcUPP calls the HIToolbox framework function NewTERecalcUPP.
func NewTSMTEPostUpdateUPP ¶
NewTSMTEPostUpdateUPP calls the HIToolbox framework function NewTSMTEPostUpdateUPP.
func NewTSMTEPreUpdateUPP ¶
NewTSMTEPreUpdateUPP calls the HIToolbox framework function NewTSMTEPreUpdateUPP.
func NewTXNActionKeyMapperUPP ¶
NewTXNActionKeyMapperUPP calls the HIToolbox framework function NewTXNActionKeyMapperUPP.
func NewTXNActionNameMapperUPP ¶
NewTXNActionNameMapperUPP calls the HIToolbox framework function NewTXNActionNameMapperUPP.
func NewTXNContextualMenuSetupUPP ¶
NewTXNContextualMenuSetupUPP calls the HIToolbox framework function NewTXNContextualMenuSetupUPP.
func NewTXNFindUPP ¶
NewTXNFindUPP calls the HIToolbox framework function NewTXNFindUPP.
func NewTXNScrollInfoUPP ¶
NewTXNScrollInfoUPP calls the HIToolbox framework function NewTXNScrollInfoUPP.
func NewTextWidthHookUPP ¶
NewTextWidthHookUPP calls the HIToolbox framework function NewTextWidthHookUPP.
func NewThemeButtonDrawUPP ¶
NewThemeButtonDrawUPP calls the HIToolbox framework function NewThemeButtonDrawUPP.
func NewThemeEraseUPP ¶
NewThemeEraseUPP calls the HIToolbox framework function NewThemeEraseUPP.
func NewThemeIteratorUPP ¶
NewThemeIteratorUPP calls the HIToolbox framework function NewThemeIteratorUPP.
func NewThemeTabTitleDrawUPP ¶
NewThemeTabTitleDrawUPP calls the HIToolbox framework function NewThemeTabTitleDrawUPP.
func NewUserItemUPP ¶
NewUserItemUPP calls the HIToolbox framework function NewUserItemUPP.
func NewWidthHookUPP ¶
NewWidthHookUPP calls the HIToolbox framework function NewWidthHookUPP.
func NewWindowPaintUPP ¶
NewWindowPaintUPP calls the HIToolbox framework function NewWindowPaintUPP.
func NewWindowTitleDrawingUPP ¶
NewWindowTitleDrawingUPP calls the HIToolbox framework function NewWindowTitleDrawingUPP.
func PopSymbolicHotKeyMode ¶
PopSymbolicHotKeyMode calls the HIToolbox framework function PopSymbolicHotKeyMode.
func PostEventToQueue ¶
func PostEventToQueue(inQueue EventQueueRef, inEvent EventRef, inPriority int16) error
PostEventToQueue reports an error if the HIToolbox framework function PostEventToQueue fails.
func ProcessHICommand ¶
ProcessHICommand calls the HIToolbox framework function ProcessHICommand.
func PushSymbolicHotKeyMode ¶
PushSymbolicHotKeyMode calls the HIToolbox framework function PushSymbolicHotKeyMode.
func QuitEventLoop ¶
func QuitEventLoop(inEventLoop EventLoopRef) error
QuitEventLoop reports an error if the HIToolbox framework function QuitEventLoop fails.
func ReceiveNextEvent ¶
func ReceiveNextEvent(inNumTypes int, inList *EventTypeSpec, inTimeout float64, inPullEvent uint8, outEvent unsafe.Pointer) error
ReceiveNextEvent reports an error if the HIToolbox framework function ReceiveNextEvent fails.
func RegisterEventHotKey ¶
func RegisterEventHotKey(inHotKeyCode int, inHotKeyModifiers int, inHotKeyID EventHotKeyID, inTarget EventTargetRef, inOptions int, outRef unsafe.Pointer) error
RegisterEventHotKey reports an error if the HIToolbox framework function RegisterEventHotKey fails.
func ReleaseEvent ¶
func ReleaseEvent(inEvent EventRef)
ReleaseEvent calls the HIToolbox framework function ReleaseEvent.
func RemoveEventFromQueue ¶
func RemoveEventFromQueue(inQueue EventQueueRef, inEvent EventRef) error
RemoveEventFromQueue reports an error if the HIToolbox framework function RemoveEventFromQueue fails.
func RemoveEventHandler ¶
func RemoveEventHandler(inHandlerRef EventHandlerRef) error
RemoveEventHandler reports an error if the HIToolbox framework function RemoveEventHandler fails.
func RemoveEventLoopTimer ¶
func RemoveEventLoopTimer(inTimer EventLoopTimerRef) error
RemoveEventLoopTimer reports an error if the HIToolbox framework function RemoveEventLoopTimer fails.
func RemoveEventParameter ¶
RemoveEventParameter reports an error if the HIToolbox framework function RemoveEventParameter fails.
func RemoveEventTypesFromHandler ¶
func RemoveEventTypesFromHandler(inHandlerRef EventHandlerRef, inNumTypes int, inList *EventTypeSpec) error
RemoveEventTypesFromHandler reports an error if the HIToolbox framework function RemoveEventTypesFromHandler fails.
func RunCurrentEventLoop ¶
RunCurrentEventLoop reports an error if the HIToolbox framework function RunCurrentEventLoop fails.
func SendEventToEventTarget ¶
func SendEventToEventTarget(inEvent EventRef, inTarget EventTargetRef) error
SendEventToEventTarget reports an error if the HIToolbox framework function SendEventToEventTarget fails.
func SendEventToEventTargetWithOptions ¶
func SendEventToEventTargetWithOptions(inEvent EventRef, inTarget EventTargetRef, inOptions int) error
SendEventToEventTargetWithOptions reports an error if the HIToolbox framework function SendEventToEventTargetWithOptions fails.
func SetEventLoopTimerNextFireTime ¶
func SetEventLoopTimerNextFireTime(inTimer EventLoopTimerRef, inNextFire float64) error
SetEventLoopTimerNextFireTime reports an error if the HIToolbox framework function SetEventLoopTimerNextFireTime fails.
func SetEventParameter ¶
func SetEventParameter(inEvent EventRef, inName int, inType int, inSize int, inDataPtr unsafe.Pointer) error
SetEventParameter reports an error if the HIToolbox framework function SetEventParameter fails.
func SetEventTime ¶
SetEventTime reports an error if the HIToolbox framework function SetEventTime fails.
func SetSystemUIMode ¶
SetSystemUIMode reports an error if the HIToolbox framework function SetSystemUIMode fails.
func TISCreateASCIICapableInputSourceList ¶
func TISCreateASCIICapableInputSourceList() corefoundation.CFArrayRef
TISCreateASCIICapableInputSourceList calls the HIToolbox framework function TISCreateASCIICapableInputSourceList.
func TISCreateInputSourceList ¶
func TISCreateInputSourceList(properties corefoundation.CFDictionaryRef, includeAllInstalled uint8) corefoundation.CFArrayRef
TISCreateInputSourceList calls the HIToolbox framework function TISCreateInputSourceList.
func TISDeselectInputSource ¶
func TISDeselectInputSource(inputSource TISInputSourceRef) error
TISDeselectInputSource reports an error if the HIToolbox framework function TISDeselectInputSource fails.
func TISDisableInputSource ¶
func TISDisableInputSource(inputSource TISInputSourceRef) error
TISDisableInputSource reports an error if the HIToolbox framework function TISDisableInputSource fails.
func TISEnableInputSource ¶
func TISEnableInputSource(inputSource TISInputSourceRef) error
TISEnableInputSource reports an error if the HIToolbox framework function TISEnableInputSource fails.
func TISGetInputSourceProperty ¶
func TISGetInputSourceProperty(inputSource TISInputSourceRef, propertyKey corefoundation.CFStringRef) unsafe.Pointer
TISGetInputSourceProperty calls the HIToolbox framework function TISGetInputSourceProperty.
func TISInputSourceGetTypeID ¶
func TISInputSourceGetTypeID() int
TISInputSourceGetTypeID calls the HIToolbox framework function TISInputSourceGetTypeID.
func TISRegisterInputSource ¶
TISRegisterInputSource reports an error if the HIToolbox framework function TISRegisterInputSource fails.
func TISSelectInputSource ¶
func TISSelectInputSource(inputSource TISInputSourceRef) error
TISSelectInputSource reports an error if the HIToolbox framework function TISSelectInputSource fails.
func TISSetInputMethodKeyboardLayoutOverride ¶
func TISSetInputMethodKeyboardLayoutOverride(keyboardLayout TISInputSourceRef) error
TISSetInputMethodKeyboardLayoutOverride reports an error if the HIToolbox framework function TISSetInputMethodKeyboardLayoutOverride fails.
func TSMGetDocumentProperty ¶
func TSMGetDocumentProperty(docID TSMDocumentID, propertyTag int, bufferSize int, propertyBuffer unsafe.Pointer) (result int, actualSize int)
TSMGetDocumentProperty calls the HIToolbox framework function TSMGetDocumentProperty.
func TSMRemoveDocumentProperty ¶
func TSMRemoveDocumentProperty(docID TSMDocumentID, propertyTag int) error
TSMRemoveDocumentProperty reports an error if the HIToolbox framework function TSMRemoveDocumentProperty fails.
func TSMSetDocumentProperty ¶
func TSMSetDocumentProperty(docID TSMDocumentID, propertyTag int, propertySize int, propertyData unsafe.Pointer) error
TSMSetDocumentProperty reports an error if the HIToolbox framework function TSMSetDocumentProperty fails.
func UnregisterEventHotKey ¶
func UnregisterEventHotKey(inHotKey EventHotKeyRef) error
UnregisterEventHotKey reports an error if the HIToolbox framework function UnregisterEventHotKey fails.
Types ¶
type AlertStdAlertParamRec ¶
type AlertTemplate ¶
type BasicWindowDescription ¶
type ContextualMenuInterfaceStruct ¶
type ContextualMenuInterfaceStruct struct {
// contains filtered or unexported fields
}
The C layout cannot be reproduced as a plain Go value struct, so it is held as its exact-size bytes and read through the typed As* accessors below. It is pointer-only: never pass it by value.
func (*ContextualMenuInterfaceStruct) AsAddRef ¶ added in v0.18.0
func (u *ContextualMenuInterfaceStruct) AsAddRef() func(unsafe.Pointer) uint32
AsAddRef binds the AddRef C function pointer (offset 16) to a callable Go func, or returns nil when the pointer is null.
func (*ContextualMenuInterfaceStruct) AsExamineContext ¶ added in v0.18.0
func (u *ContextualMenuInterfaceStruct) AsExamineContext() func(unsafe.Pointer, unsafe.Pointer, unsafe.Pointer) int32
AsExamineContext binds the ExamineContext C function pointer (offset 32) to a callable Go func, or returns nil when the pointer is null.
func (*ContextualMenuInterfaceStruct) AsHandleSelection ¶ added in v0.18.0
func (u *ContextualMenuInterfaceStruct) AsHandleSelection() func(unsafe.Pointer, unsafe.Pointer, int32) int32
AsHandleSelection binds the HandleSelection C function pointer (offset 40) to a callable Go func, or returns nil when the pointer is null.
func (*ContextualMenuInterfaceStruct) AsPostMenuCleanup ¶ added in v0.18.0
func (u *ContextualMenuInterfaceStruct) AsPostMenuCleanup() func(unsafe.Pointer)
AsPostMenuCleanup binds the PostMenuCleanup C function pointer (offset 48) to a callable Go func, or returns nil when the pointer is null.
func (*ContextualMenuInterfaceStruct) AsQueryInterface ¶ added in v0.18.0
func (u *ContextualMenuInterfaceStruct) AsQueryInterface() unsafe.Pointer
AsQueryInterface returns the QueryInterface field, read from the backing bytes at offset 8.
type ControlFontStyleRec ¶
type ControlImageContentInfo ¶
type ControlKind ¶
type ControlRef ¶ added in v0.18.0
ControlRef is a handle for the opaque ControlRef type.
func (ControlRef) IsNil ¶ added in v0.18.0
func (h ControlRef) IsNil() bool
IsNil reports whether ControlRef is a NULL handle (it wraps no object). Call it before using a returned handle; a nil handle's methods panic.
type ControlTabEntry ¶
type ControlTabInfoRec ¶
type ControlTabInfoRecV1 ¶
type ControlTemplate ¶
type DataBrowserAccessibilityItemInfoV0 ¶
type DataBrowserAccessibilityItemInfoV0 struct {
// contains filtered or unexported fields
}
The C layout cannot be reproduced as a plain Go value struct, so it is held as its exact-size bytes and read through the typed As* accessors below. It is pointer-only: never pass it by value.
func (*DataBrowserAccessibilityItemInfoV0) AsColumnProperty ¶ added in v0.18.0
func (u *DataBrowserAccessibilityItemInfoV0) AsColumnProperty() uint
AsColumnProperty returns the columnProperty field, read from the backing bytes at offset 16.
func (*DataBrowserAccessibilityItemInfoV0) AsContainer ¶ added in v0.18.0
func (u *DataBrowserAccessibilityItemInfoV0) AsContainer() uint
AsContainer returns the container field, read from the backing bytes at offset 0.
func (*DataBrowserAccessibilityItemInfoV0) AsItem ¶ added in v0.18.0
func (u *DataBrowserAccessibilityItemInfoV0) AsItem() uint
AsItem returns the item field, read from the backing bytes at offset 8.
func (*DataBrowserAccessibilityItemInfoV0) AsPropertyPart ¶ added in v0.18.0
func (u *DataBrowserAccessibilityItemInfoV0) AsPropertyPart() uint32
AsPropertyPart returns the propertyPart field, read from the backing bytes at offset 24.
type DataBrowserCallbacks ¶
type DataBrowserListViewColumnDesc ¶
type DataBrowserListViewColumnDesc struct {
PropertyDesc DataBrowserPropertyDesc
HeaderBtnDesc DataBrowserListViewHeaderDesc
}
type DataBrowserListViewHeaderDesc ¶
type DataBrowserListViewHeaderDesc struct {
Version uint32
MinimumWidth uint16
MaximumWidth uint16
TitleOffset int16
TitleString unsafe.Pointer
InitialOrder uint16
BtnFontStyle ControlFontStyleRec
BtnContentInfo ControlImageContentInfo
}
type DataBrowserPropertyDesc ¶
type DialogTemplate ¶
type DispatchAutoreleaseFrequency ¶ added in v0.17.0
type DispatchAutoreleaseFrequency uint64
const ( DispatchAutoreleaseFrequencyInherit DispatchAutoreleaseFrequency = 0 DispatchAutoreleaseFrequencyWorkItem DispatchAutoreleaseFrequency = 1 DispatchAutoreleaseFrequencyNever DispatchAutoreleaseFrequency = 2 )
func (DispatchAutoreleaseFrequency) String ¶ added in v0.17.0
func (e DispatchAutoreleaseFrequency) String() string
String returns the DispatchAutoreleaseFrequency constant's name, or its numeric form when the value is not a known constant.
type DispatchBlockFlags ¶ added in v0.17.0
type DispatchBlockFlags uint64
Bitmask — values may be combined with |.
const ( DispatchBlockFlagsBarrier DispatchBlockFlags = 1 DispatchBlockFlagsDetached DispatchBlockFlags = 2 DispatchBlockFlagsAssignCurrent DispatchBlockFlags = 4 DispatchBlockFlagsNoQosClass DispatchBlockFlags = 8 DispatchBlockFlagsInheritQosClass DispatchBlockFlags = 16 DispatchBlockFlagsEnforceQosClass DispatchBlockFlags = 32 )
func (DispatchBlockFlags) String ¶ added in v0.17.0
func (e DispatchBlockFlags) String() string
String returns the DispatchBlockFlags constant's name, or its numeric form when the value is not a known constant.
type EventHandlerCallRef ¶ added in v0.18.0
EventHandlerCallRef is a handle for the opaque EventHandlerCallRef type.
func (EventHandlerCallRef) IsNil ¶ added in v0.18.0
func (h EventHandlerCallRef) IsNil() bool
IsNil reports whether EventHandlerCallRef is a NULL handle (it wraps no object). Call it before using a returned handle; a nil handle's methods panic.
type EventHandlerRef ¶ added in v0.18.0
EventHandlerRef is a handle for the opaque EventHandlerRef type.
func (EventHandlerRef) IsNil ¶ added in v0.18.0
func (h EventHandlerRef) IsNil() bool
IsNil reports whether EventHandlerRef is a NULL handle (it wraps no object). Call it before using a returned handle; a nil handle's methods panic.
type EventHotKeyID ¶
type EventHotKeyRef ¶ added in v0.18.0
EventHotKeyRef is a handle for the opaque EventHotKeyRef type.
func (EventHotKeyRef) IsNil ¶ added in v0.18.0
func (h EventHotKeyRef) IsNil() bool
IsNil reports whether EventHotKeyRef is a NULL handle (it wraps no object). Call it before using a returned handle; a nil handle's methods panic.
type EventLoopRef ¶ added in v0.18.0
EventLoopRef is a handle for the opaque EventLoopRef type.
func GetCurrentEventLoop ¶
func GetCurrentEventLoop() EventLoopRef
GetCurrentEventLoop calls the HIToolbox framework function GetCurrentEventLoop.
func GetMainEventLoop ¶
func GetMainEventLoop() EventLoopRef
GetMainEventLoop calls the HIToolbox framework function GetMainEventLoop.
func (EventLoopRef) IsNil ¶ added in v0.18.0
func (h EventLoopRef) IsNil() bool
IsNil reports whether EventLoopRef is a NULL handle (it wraps no object). Call it before using a returned handle; a nil handle's methods panic.
type EventLoopTimer ¶
type EventLoopTimer struct{}
type EventLoopTimerRef ¶ added in v0.18.0
EventLoopTimerRef is a handle for the opaque EventLoopTimerRef type.
func (EventLoopTimerRef) IsNil ¶ added in v0.18.0
func (h EventLoopTimerRef) IsNil() bool
IsNil reports whether EventLoopTimerRef is a NULL handle (it wraps no object). Call it before using a returned handle; a nil handle's methods panic.
type EventQueueRef ¶ added in v0.18.0
EventQueueRef is a handle for the opaque EventQueueRef type.
func GetCurrentEventQueue ¶
func GetCurrentEventQueue() EventQueueRef
GetCurrentEventQueue calls the HIToolbox framework function GetCurrentEventQueue.
func GetMainEventQueue ¶
func GetMainEventQueue() EventQueueRef
GetMainEventQueue calls the HIToolbox framework function GetMainEventQueue.
func (EventQueueRef) IsNil ¶ added in v0.18.0
func (h EventQueueRef) IsNil() bool
IsNil reports whether EventQueueRef is a NULL handle (it wraps no object). Call it before using a returned handle; a nil handle's methods panic.
type EventRecord ¶
func InvokeAEFilterUPP ¶
func InvokeAEFilterUPP(returnID int, transactionID int, sender unsafe.Pointer, userUPP unsafe.Pointer) (result uint8, theEvent EventRecord)
InvokeAEFilterUPP calls the HIToolbox framework function InvokeAEFilterUPP.
func InvokeAEIdleUPP ¶
func InvokeAEIdleUPP(mouseRgn unsafe.Pointer, userUPP unsafe.Pointer) (result uint8, theEvent EventRecord, sleepTime int)
InvokeAEIdleUPP calls the HIToolbox framework function InvokeAEIdleUPP.
func InvokeModalFilterUPP ¶
func InvokeModalFilterUPP(theDialog unsafe.Pointer, userUPP unsafe.Pointer) (result uint8, theEvent EventRecord, itemHit int16)
InvokeModalFilterUPP calls the HIToolbox framework function InvokeModalFilterUPP.
type EventRef ¶ added in v0.18.0
EventRef is a handle for the opaque EventRef type.
func AcquireFirstMatchingEventInQueue ¶
func AcquireFirstMatchingEventInQueue(inQueue EventQueueRef, inNumTypes int, inList *EventTypeSpec, inOptions int) EventRef
AcquireFirstMatchingEventInQueue calls the HIToolbox framework function AcquireFirstMatchingEventInQueue.
func CopyEventAs ¶
func CopyEventAs(inAllocator corefoundation.CFAllocatorRef, inOther EventRef, inEventClass int, inEventKind int) EventRef
CopyEventAs calls the HIToolbox framework function CopyEventAs.
func FindSpecificEventInQueue ¶
func FindSpecificEventInQueue(inQueue EventQueueRef, inComparator unsafe.Pointer, inCompareData unsafe.Pointer) EventRef
FindSpecificEventInQueue calls the HIToolbox framework function FindSpecificEventInQueue.
func GetCurrentEvent ¶
func GetCurrentEvent() EventRef
GetCurrentEvent calls the HIToolbox framework function GetCurrentEvent.
func RetainEvent ¶
RetainEvent calls the HIToolbox framework function RetainEvent.
type EventTargetRef ¶ added in v0.18.0
EventTargetRef is a handle for the opaque EventTargetRef type.
func GetApplicationEventTarget ¶
func GetApplicationEventTarget() EventTargetRef
GetApplicationEventTarget calls the HIToolbox framework function GetApplicationEventTarget.
func GetEventDispatcherTarget ¶
func GetEventDispatcherTarget() EventTargetRef
GetEventDispatcherTarget calls the HIToolbox framework function GetEventDispatcherTarget.
func GetEventMonitorTarget ¶
func GetEventMonitorTarget() EventTargetRef
GetEventMonitorTarget calls the HIToolbox framework function GetEventMonitorTarget.
func HIObjectGetEventTarget ¶
func HIObjectGetEventTarget(inObject HIObjectRef) EventTargetRef
HIObjectGetEventTarget calls the HIToolbox framework function HIObjectGetEventTarget.
func (EventTargetRef) IsNil ¶ added in v0.18.0
func (h EventTargetRef) IsNil() bool
IsNil reports whether EventTargetRef is a NULL handle (it wraps no object). Call it before using a returned handle; a nil handle's methods panic.
type EventTypeSpec ¶
type FileTranslationList ¶
type FileTranslationSpec ¶
type FileTranslationSpec struct {
ComponentSignature uint32
TranslationSystemInfo unsafe.Pointer
Src FileTypeSpec
Dst FileTypeSpec
}
type FileTypeSpec ¶
type FileTypeSpec struct {
Format uint32
Hint int
Flags uint32
CatInfoType uint32
CatInfoCreator uint32
}
***************************************************************************************
type FilesecProperty ¶ added in v0.17.0
type FilesecProperty int32
const ( FilesecPropertyOwner FilesecProperty = 1 FilesecPropertyGroup FilesecProperty = 2 FilesecPropertyUUID FilesecProperty = 3 FilesecPropertyMode FilesecProperty = 4 FilesecPropertyACL FilesecProperty = 5 FilesecPropertyGrpuuid FilesecProperty = 6 FilesecPropertyACLRaw FilesecProperty = 100 FilesecPropertyACLAllocsize FilesecProperty = 101 )
func (FilesecProperty) String ¶ added in v0.17.0
func (e FilesecProperty) String() string
String returns the FilesecProperty constant's name, or its numeric form when the value is not a known constant.
type GetGrowImageRegionRec ¶
type GetWindowRegionRec ¶
type HFSFlavor ¶
type HFSFlavor struct {
FileType uint32
FileCreator uint32
FdFlags uint16
FileSpec carboncore.FSSpec
}
type HIArchiveRef ¶ added in v0.18.0
HIArchiveRef is a handle for the opaque HIArchiveRef type.
func (HIArchiveRef) IsNil ¶ added in v0.18.0
func (h HIArchiveRef) IsNil() bool
IsNil reports whether HIArchiveRef is a NULL handle (it wraps no object). Call it before using a returned handle; a nil handle's methods panic.
type HIAxisPosition ¶
type HIAxisPosition struct {
// contains filtered or unexported fields
}
The C layout cannot be reproduced as a plain Go value struct, so it is held as its exact-size bytes and read through the typed As* accessors below. It is pointer-only: never pass it by value.
func (*HIAxisPosition) AsKind ¶ added in v0.18.0
func (u *HIAxisPosition) AsKind() uint16
AsKind returns the kind field, read from the backing bytes at offset 8.
func (*HIAxisPosition) AsOffset ¶ added in v0.18.0
func (u *HIAxisPosition) AsOffset() float64
AsOffset returns the offset field, read from the backing bytes at offset 10.
type HIAxisScale ¶
type HIAxisScale struct {
// contains filtered or unexported fields
}
The C layout cannot be reproduced as a plain Go value struct, so it is held as its exact-size bytes and read through the typed As* accessors below. It is pointer-only: never pass it by value.
func (*HIAxisScale) AsKind ¶ added in v0.18.0
func (u *HIAxisScale) AsKind() uint16
AsKind returns the kind field, read from the backing bytes at offset 8.
func (*HIAxisScale) AsRatio ¶ added in v0.18.0
func (u *HIAxisScale) AsRatio() float64
AsRatio returns the ratio field, read from the backing bytes at offset 10.
type HIBinding ¶
type HIBinding struct {
Top HISideBinding
Left HISideBinding
Bottom HISideBinding
Right HISideBinding
}
type HICommandExtended ¶
type HIContentBorderMetrics ¶
type HILayoutInfo ¶
type HILayoutInfo struct {
Version uint32
Binding HIBinding
Scale HIScaling
Position HIPositioning
}
type HIObjectClassRef ¶ added in v0.18.0
HIObjectClassRef is a handle for the opaque HIObjectClassRef type.
func (HIObjectClassRef) IsNil ¶ added in v0.18.0
func (h HIObjectClassRef) IsNil() bool
IsNil reports whether HIObjectClassRef is a NULL handle (it wraps no object). Call it before using a returned handle; a nil handle's methods panic.
type HIObjectRef ¶ added in v0.18.0
HIObjectRef is a handle for the opaque HIObjectRef type.
func HIObjectFromEventTarget ¶
func HIObjectFromEventTarget(inTarget EventTargetRef) HIObjectRef
HIObjectFromEventTarget calls the HIToolbox framework function HIObjectFromEventTarget.
func HIObjectGetEventHandlerObject ¶
func HIObjectGetEventHandlerObject(inRef EventHandlerCallRef) HIObjectRef
HIObjectGetEventHandlerObject calls the HIToolbox framework function HIObjectGetEventHandlerObject.
func (HIObjectRef) IsNil ¶ added in v0.18.0
func (h HIObjectRef) IsNil() bool
IsNil reports whether HIObjectRef is a NULL handle (it wraps no object). Call it before using a returned handle; a nil handle's methods panic.
type HIPositioning ¶
type HIPositioning struct {
X HIAxisPosition
Y HIAxisPosition
}
type HIScaling ¶
type HIScaling struct {
X HIAxisScale
Y HIAxisScale
}
type HIScrollBarTrackInfo ¶
type HISideBinding ¶
type HISideBinding struct {
// contains filtered or unexported fields
}
The C layout cannot be reproduced as a plain Go value struct, so it is held as its exact-size bytes and read through the typed As* accessors below. It is pointer-only: never pass it by value.
func (*HISideBinding) AsKind ¶ added in v0.18.0
func (u *HISideBinding) AsKind() uint16
AsKind returns the kind field, read from the backing bytes at offset 8.
func (*HISideBinding) AsOffset ¶ added in v0.18.0
func (u *HISideBinding) AsOffset() float64
AsOffset returns the offset field, read from the backing bytes at offset 10.
type HIThemeAnimationFrameInfo ¶
type HIThemeAnimationFrameInfo struct {
Index uint32
}
type HIThemeButtonDrawInfo ¶
type HIThemeFrameDrawInfo ¶
type HIThemeGrabberDrawInfo ¶
type HIThemeGroupBoxDrawInfo ¶
type HIThemeGrowBoxDrawInfo ¶
type HIThemeHeaderDrawInfo ¶
type HIThemeMenuBarDrawInfo ¶
type HIThemeMenuDrawInfo ¶
type HIThemeMenuItemDrawInfo ¶
type HIThemePlacardDrawInfo ¶
type HIThemeSegmentDrawInfo ¶
type HIThemeSplitterDrawInfo ¶
type HIThemeTabDrawInfo ¶
type HIThemeTabPaneDrawInfo ¶
type HIThemeTextInfo ¶
type HIThemeTickMarkDrawInfo ¶
type HIThemeTrackDrawInfo ¶
type HIThemeWindowDrawInfo ¶
type HITypeAndCreator ¶
type HIViewContentInfo ¶
type HIViewFrameMetrics ¶
type HIViewKind ¶
type HIViewTrackingAreaRef ¶ added in v0.18.0
HIViewTrackingAreaRef is a handle for the opaque HIViewTrackingAreaRef type.
func (HIViewTrackingAreaRef) IsNil ¶ added in v0.18.0
func (h HIViewTrackingAreaRef) IsNil() bool
IsNil reports whether HIViewTrackingAreaRef is a NULL handle (it wraps no object). Call it before using a returned handle; a nil handle's methods panic.
type HMHelpContent ¶
type HMHelpContent struct {
// contains filtered or unexported fields
}
The C layout cannot be reproduced as a plain Go value struct, so it is held as its exact-size bytes and read through the typed As* accessors below. It is pointer-only: never pass it by value.
func (*HMHelpContent) AsContentType ¶ added in v0.18.0
func (u *HMHelpContent) AsContentType() uint32
AsContentType returns the contentType field, read from the backing bytes at offset 0.
type HMHelpContentRec ¶
type HMHelpContentRec struct {
Version int32
AbsHotRect Rect
TagSide int16
Content [2]HMHelpContent
}
type HMStringResType ¶
type HMenuBarHeader ¶
type HMenuBarMenu ¶
type IMKTextInput ¶
type IMKTextInput interface {
InsertTextReplacementRange(str obj.Object, replacementRange foundation.NSRange)
SetMarkedTextSelectionRangeReplacementRange(str obj.Object, selectionRange foundation.NSRange, replacementRange foundation.NSRange)
SelectedRange() foundation.NSRange
MarkedRange() foundation.NSRange
AttributedSubstringFromRange(range_ foundation.NSRange) *foundation.AttributedString
Length() int
CharacterIndexForPointTrackingInMarkedRange(point corefoundation.CGPoint, mappingMode int, inMarkedRange obj.Object) int
AttributesForCharacterIndexLineHeightRectangle(index int, lineRect *corefoundation.CGRect) obj.Object
ValidAttributesForMarkedText() obj.Object
OverrideKeyboardWithKeyboardNamed(keyboardUniqueName string)
SelectInputMode(modeIdentifier string)
SupportsUnicode() bool
BundleIdentifier() string
WindowLevel() int32
SupportsProperty(property int) bool
UniqueClientIdentifierString() string
StringFromRangeActualRange(range_ foundation.NSRange, actualRange *foundation.NSRange) string
FirstRectForCharacterRangeActualRange(aRange foundation.NSRange, actualRange *foundation.NSRange) corefoundation.CGRect
}
IMKTextInput is the Go form of the Objective-C protocol IMKTextInput.
type IMKUnicodeTextInput ¶
IMKUnicodeTextInput is the Go form of the Objective-C protocol IMKUnicodeTextInput.
type IndicatorDragConstraint ¶
type IpcInfoObjectType ¶ added in v0.17.0
type IpcInfoObjectType uint32
const ( IpcInfoObjectTypeNone IpcInfoObjectType = 0 IpcInfoObjectTypeThreadControl IpcInfoObjectType = 1 IpcInfoObjectTypeTaskControl IpcInfoObjectType = 2 IpcInfoObjectTypeHost IpcInfoObjectType = 3 IpcInfoObjectTypeHostPriv IpcInfoObjectType = 4 IpcInfoObjectTypeProcessor IpcInfoObjectType = 5 IpcInfoObjectTypeProcessorSet IpcInfoObjectType = 6 IpcInfoObjectTypeProcessorSetName IpcInfoObjectType = 7 IpcInfoObjectTypeTimer IpcInfoObjectType = 8 IpcInfoObjectTypePortSubstOnce IpcInfoObjectType = 9 IpcInfoObjectTypeMig IpcInfoObjectType = 10 IpcInfoObjectTypeMemoryObject IpcInfoObjectType = 11 IpcInfoObjectTypeXmmPager IpcInfoObjectType = 12 IpcInfoObjectTypeXmmKernel IpcInfoObjectType = 13 IpcInfoObjectTypeXmmReply IpcInfoObjectType = 14 IpcInfoObjectTypeUndReply IpcInfoObjectType = 15 IpcInfoObjectTypeHostNotify IpcInfoObjectType = 16 IpcInfoObjectTypeHostSecurity IpcInfoObjectType = 17 IpcInfoObjectTypeLedger IpcInfoObjectType = 18 IpcInfoObjectTypeMainDevice IpcInfoObjectType = 19 IpcInfoObjectTypeTaskName IpcInfoObjectType = 20 IpcInfoObjectTypeSubsystem IpcInfoObjectType = 21 IpcInfoObjectTypeIODoneQueue IpcInfoObjectType = 22 IpcInfoObjectTypeSemaphore IpcInfoObjectType = 23 IpcInfoObjectTypeLockSet IpcInfoObjectType = 24 IpcInfoObjectTypeClock IpcInfoObjectType = 25 IpcInfoObjectTypeClockCtrl IpcInfoObjectType = 26 IpcInfoObjectTypeIokitIdent IpcInfoObjectType = 27 IpcInfoObjectTypeNamedEntry IpcInfoObjectType = 28 IpcInfoObjectTypeIokitConnect IpcInfoObjectType = 29 IpcInfoObjectTypeIokitObject IpcInfoObjectType = 30 IpcInfoObjectTypeUpl IpcInfoObjectType = 31 IpcInfoObjectTypeMemObjControl IpcInfoObjectType = 32 IpcInfoObjectTypeAuSessionport IpcInfoObjectType = 33 IpcInfoObjectTypeFileport IpcInfoObjectType = 34 IpcInfoObjectTypeLabelh IpcInfoObjectType = 35 IpcInfoObjectTypeTaskResume IpcInfoObjectType = 36 IpcInfoObjectTypeVoucher IpcInfoObjectType = 37 IpcInfoObjectTypeVoucherAttrControl IpcInfoObjectType = 38 IpcInfoObjectTypeWorkInterval IpcInfoObjectType = 39 IpcInfoObjectTypeUxHandler IpcInfoObjectType = 40 IpcInfoObjectTypeUextObject IpcInfoObjectType = 41 IpcInfoObjectTypeArcadeReg IpcInfoObjectType = 42 IpcInfoObjectTypeEventlink IpcInfoObjectType = 43 IpcInfoObjectTypeTaskInspect IpcInfoObjectType = 44 IpcInfoObjectTypeTaskRead IpcInfoObjectType = 45 IpcInfoObjectTypeThreadInspect IpcInfoObjectType = 46 IpcInfoObjectTypeThreadRead IpcInfoObjectType = 47 IpcInfoObjectTypeSuidCred IpcInfoObjectType = 48 IpcInfoObjectTypeHypervisor IpcInfoObjectType = 49 IpcInfoObjectTypeTaskIDToken IpcInfoObjectType = 50 IpcInfoObjectTypeTaskFatal IpcInfoObjectType = 51 IpcInfoObjectTypeKcdata IpcInfoObjectType = 52 IpcInfoObjectTypeExclavesResource IpcInfoObjectType = 53 IpcInfoObjectTypeThreadResume IpcInfoObjectType = 54 IpcInfoObjectTypeUnknown IpcInfoObjectType = 4294967295 )
func (IpcInfoObjectType) String ¶ added in v0.17.0
func (e IpcInfoObjectType) String() string
String returns the IpcInfoObjectType constant's name, or its numeric form when the value is not a known constant.
type KeyboardLayoutRef ¶ added in v0.18.0
KeyboardLayoutRef is a handle for the opaque KeyboardLayoutRef type.
func (KeyboardLayoutRef) IsNil ¶ added in v0.18.0
func (h KeyboardLayoutRef) IsNil() bool
IsNil reports whether KeyboardLayoutRef is a NULL handle (it wraps no object). Call it before using a returned handle; a nil handle's methods panic.
type LaunchDataType ¶ added in v0.17.0
type LaunchDataType int32
const ( LaunchDataTypeDictionary LaunchDataType = 1 LaunchDataTypeArray LaunchDataType = 2 LaunchDataTypeFd LaunchDataType = 3 LaunchDataTypeInteger LaunchDataType = 4 LaunchDataTypeReal LaunchDataType = 5 LaunchDataTypeBool LaunchDataType = 6 LaunchDataTypeString LaunchDataType = 7 LaunchDataTypeOpaque LaunchDataType = 8 LaunchDataTypeErrno LaunchDataType = 9 LaunchDataTypeMachport LaunchDataType = 10 )
func (LaunchDataType) String ¶ added in v0.17.0
func (e LaunchDataType) String() string
String returns the LaunchDataType constant's name, or its numeric form when the value is not a known constant.
type ListDefSpec ¶
type ListRec ¶
type ListRec struct {
RView Rect
Port unsafe.Pointer
Indent Point
CellSize Point
Visible Rect
VScroll unsafe.Pointer
HScroll unsafe.Pointer
SelFlags int8
LActive uint8
LReserved int8
ListFlags int8
ClikTime int
ClikLoc Point
MouseLoc Point
LClickLoop unsafe.Pointer
LastClick Point
RefCon int
ListDefProc unsafe.Pointer
UserHandle unsafe.Pointer
DataBounds Rect
Cells unsafe.Pointer
MaxIndex int16
CellArray [1]int16
}
type MDEFDrawData ¶
type MDEFDrawData struct {
TrackingData MenuTrackingData
Context unsafe.Pointer
}
type MDEFDrawItemsData ¶
type MDEFFindItemData ¶
type MDEFFindItemData struct {
TrackingData MenuTrackingData
Context unsafe.Pointer
}
type MDEFHiliteItemData ¶
type MDLabelDomain ¶
type MDLabelDomain int32
These constants are used to specify a domain to MDLabelCreate().
const ( KMDLabelUserDomain MDLabelDomain = 0 KMDLabelLocalDomain MDLabelDomain = 1 )
func (MDLabelDomain) String ¶
func (e MDLabelDomain) String() string
String returns the MDLabelDomain constant's name, or its numeric form when the value is not a known constant.
type MDQueryOptionFlags ¶
type MDQueryOptionFlags int32
const ( KMDQuerySynchronous MDQueryOptionFlags = 1 KMDQueryWantsUpdates MDQueryOptionFlags = 4 KMDQueryAllowFSTranslation MDQueryOptionFlags = 8 )
func (MDQueryOptionFlags) String ¶
func (e MDQueryOptionFlags) String() string
String returns the MDQueryOptionFlags constant's name, or its numeric form when the value is not a known constant.
type MDQuerySortOptionFlags ¶
type MDQuerySortOptionFlags int32
const (
KMDQueryReverseSortOrderFlag MDQuerySortOptionFlags = 1
)
func (MDQuerySortOptionFlags) String ¶
func (e MDQuerySortOptionFlags) String() string
String returns the MDQuerySortOptionFlags constant's name, or its numeric form when the value is not a known constant.
type MachVMRangeFlags ¶ added in v0.17.0
type MachVMRangeFlags uint64
Bitmask — values may be combined with |.
const (
MachVMRangeFlagsNone MachVMRangeFlags = 0
)
func (MachVMRangeFlags) String ¶ added in v0.17.0
func (e MachVMRangeFlags) String() string
String returns the MachVMRangeFlags constant's name, or its numeric form when the value is not a known constant.
type MachVMRangeFlavor ¶ added in v0.17.0
type MachVMRangeFlavor uint32
const ( MachVMRangeFlavorInvalid MachVMRangeFlavor = 0 MachVMRangeFlavorV1 MachVMRangeFlavor = 1 )
func (MachVMRangeFlavor) String ¶ added in v0.17.0
func (e MachVMRangeFlavor) String() string
String returns the MachVMRangeFlavor constant's name, or its numeric form when the value is not a known constant.
type MachVMRangeTag ¶ added in v0.17.0
type MachVMRangeTag uint16
const ( MachVMRangeTagDefault MachVMRangeTag = 0 MachVMRangeTagData MachVMRangeTag = 1 MachVMRangeTagFixed MachVMRangeTag = 2 )
func (MachVMRangeTag) String ¶ added in v0.17.0
func (e MachVMRangeTag) String() string
String returns the MachVMRangeTag constant's name, or its numeric form when the value is not a known constant.
type MeasureWindowTitleRec ¶
type MenuBarHeader ¶
type MenuBarMenu ¶
type MenuDefSpec ¶
type MenuItemDataRec ¶
type MenuItemDataRec struct {
WhichData uint64
Text unsafe.Pointer
Mark uint16
CmdKey uint16
CmdKeyGlyph uint32
CmdKeyModifiers uint32
Style uint8
Enabled uint8
IconEnabled uint8
Filler1 uint8
IconID int32
IconType uint32
IconHandle unsafe.Pointer
CmdID uint32
Encoding uint32
FontID int32
Refcon unsafe.Pointer
Attr uint32
CfText unsafe.Pointer
Properties unsafe.Pointer
Indent uint32
CmdVirtualKey uint16
AttributedText unsafe.Pointer
Font unsafe.Pointer
}
type MenuTrackingData ¶
type MenuTrackingData struct {
// contains filtered or unexported fields
}
The C layout cannot be reproduced as a plain Go value struct, so it is held as its exact-size bytes and read through the typed As* accessors below. It is pointer-only: never pass it by value.
func (*MenuTrackingData) AsItemSelected ¶ added in v0.18.0
func (u *MenuTrackingData) AsItemSelected() uint16
AsItemSelected returns the itemSelected field, read from the backing bytes at offset 8.
func (*MenuTrackingData) AsItemUnderMouse ¶ added in v0.18.0
func (u *MenuTrackingData) AsItemUnderMouse() uint16
AsItemUnderMouse returns the itemUnderMouse field, read from the backing bytes at offset 10.
func (*MenuTrackingData) AsVirtualMenuBottom ¶ added in v0.18.0
func (u *MenuTrackingData) AsVirtualMenuBottom() int32
AsVirtualMenuBottom returns the virtualMenuBottom field, read from the backing bytes at offset 24.
func (*MenuTrackingData) AsVirtualMenuTop ¶ added in v0.18.0
func (u *MenuTrackingData) AsVirtualMenuTop() int32
AsVirtualMenuTop returns the virtualMenuTop field, read from the backing bytes at offset 20.
type MpoFlags ¶ added in v0.17.0
type MpoFlags uint32
Bitmask — values may be combined with |.
const ( MpoFlagsPort MpoFlags = 0 MpoFlagsServicePort MpoFlags = 1024 MpoFlagsConnectionPort MpoFlags = 2048 MpoFlagsReplyPort MpoFlags = 4096 MpoFlagsWeakReplyPort MpoFlags = 16384 MpoFlagsNotificationPort MpoFlags = 17408 MpoFlagsExceptionPort MpoFlags = 32768 MpoFlagsConnectionPortWithPortArray MpoFlags = 65536 )
type NXMouseButton ¶
type NXMouseButton int32
const ( NX_OneButton NXMouseButton = 0 NX_LeftButton NXMouseButton = 1 NX_RightButton NXMouseButton = 2 )
func (NXMouseButton) String ¶
func (e NXMouseButton) String() string
String returns the NXMouseButton constant's name, or its numeric form when the value is not a known constant.
type OpaqueControlRef ¶
type OpaqueControlRef struct{}
type OpaqueDragRef ¶
type OpaqueDragRef struct{}
type OpaqueEventHandlerCallRef ¶
type OpaqueEventHandlerCallRef struct{}
type OpaqueEventHandlerRef ¶
type OpaqueEventHandlerRef struct{}
type OpaqueEventHotKeyRef ¶
type OpaqueEventHotKeyRef struct{}
type OpaqueEventLoopRef ¶
type OpaqueEventLoopRef struct{}
type OpaqueEventQueueRef ¶
type OpaqueEventQueueRef struct{}
type OpaqueEventRef ¶
type OpaqueEventRef struct{}
type OpaqueEventTargetRef ¶
type OpaqueEventTargetRef struct{}
type OpaqueHIArchiveRef ¶
type OpaqueHIArchiveRef struct{}
type OpaqueHIObjectClassRef ¶
type OpaqueHIObjectClassRef struct{}
type OpaqueHIObjectRef ¶
type OpaqueHIObjectRef struct{}
type OpaqueHIViewTrackingAreaRef ¶
type OpaqueHIViewTrackingAreaRef struct{}
type OpaqueIBNibRef ¶
type OpaqueIBNibRef struct{}
type OpaqueKeyboardLayoutRef ¶
type OpaqueKeyboardLayoutRef struct{}
type OpaqueMenuRef ¶
type OpaqueMenuRef struct{}
type OpaqueScrapRef ¶
type OpaqueScrapRef struct{}
type OpaqueTSMDocumentID ¶
type OpaqueTSMDocumentID struct{}
type OpaqueTXNObject ¶
type OpaqueTXNObject struct{}
type OpaqueThemeDrawingState ¶
type OpaqueThemeDrawingState struct{}
type OpaqueToolboxObjectClassRef ¶
type OpaqueToolboxObjectClassRef struct{}
type OpaqueWindowGroupRef ¶
type OpaqueWindowGroupRef struct{}
type PMPageToPaperMappingType ¶
type PMPageToPaperMappingType int32
const ( KPMPageToPaperMappingNone PMPageToPaperMappingType = 1 KPMPageToPaperMappingScaleToFit PMPageToPaperMappingType = 2 )
func (PMPageToPaperMappingType) String ¶
func (e PMPageToPaperMappingType) String() string
String returns the PMPageToPaperMappingType constant's name, or its numeric form when the value is not a known constant.
type Perm ¶ added in v0.17.0
type Perm int32
const ( PermReadData Perm = 2 PermListDirectory Perm = 2 PermWriteData Perm = 4 PermAddFile Perm = 4 PermExecute Perm = 8 PermSearch Perm = 8 PermDelete Perm = 16 PermAppendData Perm = 32 PermAddSubdirectory Perm = 32 PermDeleteChild Perm = 64 PermReadAttributes Perm = 128 PermWriteAttributes Perm = 256 PermReadExtattributes Perm = 512 PermWriteExtattributes Perm = 1024 PermReadSecurity Perm = 2048 PermWriteSecurity Perm = 4096 PermChangeOwner Perm = 8192 PermSynchronize Perm = 1048576 )
type Point ¶ added in v0.18.0
****************************************************************************** Quickdraw Types Point 2D Quickdraw coordinate, range: -32K to +32K Rect Rectangular Quickdraw area Style Quickdraw font rendering styles StyleParameter Style when used as a parameter (historical 68K convention) StyleField Style when used as a field (historical 68K convention) CharParameter Char when used as a parameter (historical 68K convention) Note: The original Macintosh toolbox in 68K Pascal defined Style as a SET. Both Style and CHAR occupy 8-bits in packed records or 16-bits when used as fields in non-packed records or as parameters. *******************************************************************************
type ProgressTrackInfo ¶
type ProgressTrackInfo struct {
Phase uint8
}
type PromiseHFSFlavor ¶
type PtrauthKey ¶ added in v0.17.0
type PtrauthKey int32
const ( Ptrauth_key_none PtrauthKey = -1 Ptrauth_key_asia PtrauthKey = 0 Ptrauth_key_asib PtrauthKey = 1 Ptrauth_key_asda PtrauthKey = 2 Ptrauth_key_asdb PtrauthKey = 3 Ptrauth_key_process_independent_code PtrauthKey = 0 Ptrauth_key_process_dependent_code PtrauthKey = 1 Ptrauth_key_process_independent_data PtrauthKey = 2 Ptrauth_key_process_dependent_data PtrauthKey = 3 Ptrauth_key_return_address PtrauthKey = 1 Ptrauth_key_frame_pointer PtrauthKey = 3 Ptrauth_key_function_pointer PtrauthKey = 0 Ptrauth_key_block_function PtrauthKey = 0 Ptrauth_key_cxx_vtable_pointer PtrauthKey = 2 Ptrauth_key_method_list_pointer PtrauthKey = 2 Ptrauth_key_objc_isa_pointer PtrauthKey = 2 Ptrauth_key_objc_super_pointer PtrauthKey = 2 Ptrauth_key_objc_sel_pointer PtrauthKey = 3 Ptrauth_key_objc_class_ro_pointer PtrauthKey = 2 Ptrauth_key_block_descriptor_pointer PtrauthKey = 2 Ptrauth_key_init_fini_pointer PtrauthKey = 0 )
func (PtrauthKey) String ¶ added in v0.17.0
func (e PtrauthKey) String() string
String returns the PtrauthKey constant's name, or its numeric form when the value is not a known constant.
type Rect ¶ added in v0.18.0
func InvokeDataBrowserEditItemUPP ¶
func InvokeDataBrowserEditItemUPP(browser ControlRef, item int, property int, theString corefoundation.CFStringRef, userUPP unsafe.Pointer) (result uint8, maxEditTextRect Rect, shrinkToFit uint8)
InvokeDataBrowserEditItemUPP calls the HIToolbox framework function InvokeDataBrowserEditItemUPP.
type ScrapFlavorInfo ¶
type ScrapTranslationList ¶
type ScrapTypeSpec ¶
***************************************************************************************
type ScriptLanguageRecord ¶
type ScriptLanguageSupport ¶
type ScriptLanguageSupport struct {
FScriptLanguageCount int16
FScriptLanguageArray [1]ScriptLanguageRecord
}
type ScrollBarTrackInfo ¶
type ScrollBarTrackInfo struct {
// contains filtered or unexported fields
}
The C layout cannot be reproduced as a plain Go value struct, so it is held as its exact-size bytes and read through the typed As* accessors below. It is pointer-only: never pass it by value.
func (*ScrollBarTrackInfo) AsPressState ¶ added in v0.18.0
func (u *ScrollBarTrackInfo) AsPressState() uint8
AsPressState returns the pressState field, read from the backing bytes at offset 4.
func (*ScrollBarTrackInfo) AsViewsize ¶ added in v0.18.0
func (u *ScrollBarTrackInfo) AsViewsize() int32
AsViewsize returns the viewsize field, read from the backing bytes at offset 0.
type ScrpSTElement ¶
type SliderTrackInfo ¶
type StScrpRec ¶
type StScrpRec struct {
ScrpNStyles int16
ScrpStyleTab [1601]ScrpSTElement
}
type TERec ¶
type TERec struct {
DestRect Rect
ViewRect Rect
SelRect Rect
LineHeight int16
FontAscent int16
SelPoint Point
SelStart int16
SelEnd int16
Active int16
WordBreak unsafe.Pointer
ClickLoop unsafe.Pointer
ClickTime int
ClickLoc int16
CaretTime int
CaretState int16
Just int16
TeLength int16
HText unsafe.Pointer
HDispatchRec int
ClikStuff int16
CrOnly int16
TxFont int16
TxFace uint8
TxMode int16
TxSize int16
InPort unsafe.Pointer
HighHook unsafe.Pointer
CaretHook unsafe.Pointer
NLines int16
LineStarts [16001]int16
}
type TEStyleRec ¶
type TISInputSource ¶
type TISInputSource struct{}
type TISInputSourceRef ¶ added in v0.18.0
TISInputSourceRef is a handle for the opaque TISInputSourceRef type.
func TISCopyCurrentASCIICapableKeyboardInputSource ¶
func TISCopyCurrentASCIICapableKeyboardInputSource() TISInputSourceRef
TISCopyCurrentASCIICapableKeyboardInputSource calls the HIToolbox framework function TISCopyCurrentASCIICapableKeyboardInputSource.
func TISCopyCurrentASCIICapableKeyboardLayoutInputSource ¶
func TISCopyCurrentASCIICapableKeyboardLayoutInputSource() TISInputSourceRef
TISCopyCurrentASCIICapableKeyboardLayoutInputSource calls the HIToolbox framework function TISCopyCurrentASCIICapableKeyboardLayoutInputSource.
func TISCopyCurrentKeyboardInputSource ¶
func TISCopyCurrentKeyboardInputSource() TISInputSourceRef
TISCopyCurrentKeyboardInputSource calls the HIToolbox framework function TISCopyCurrentKeyboardInputSource.
func TISCopyCurrentKeyboardLayoutInputSource ¶
func TISCopyCurrentKeyboardLayoutInputSource() TISInputSourceRef
TISCopyCurrentKeyboardLayoutInputSource calls the HIToolbox framework function TISCopyCurrentKeyboardLayoutInputSource.
func TISCopyInputMethodKeyboardLayoutOverride ¶
func TISCopyInputMethodKeyboardLayoutOverride() TISInputSourceRef
TISCopyInputMethodKeyboardLayoutOverride calls the HIToolbox framework function TISCopyInputMethodKeyboardLayoutOverride.
func TISCopyInputSourceForLanguage ¶
func TISCopyInputSourceForLanguage(language corefoundation.CFStringRef) TISInputSourceRef
TISCopyInputSourceForLanguage calls the HIToolbox framework function TISCopyInputSourceForLanguage.
func (TISInputSourceRef) IsNil ¶ added in v0.18.0
func (h TISInputSourceRef) IsNil() bool
IsNil reports whether TISInputSourceRef is a NULL handle (it wraps no object). Call it before using a returned handle; a nil handle's methods panic.
type TSMDocumentID ¶ added in v0.18.0
TSMDocumentID is a handle for the opaque TSMDocumentID type.
func TSMGetActiveDocument ¶
func TSMGetActiveDocument() TSMDocumentID
TSMGetActiveDocument calls the HIToolbox framework function TSMGetActiveDocument.
func (TSMDocumentID) IsNil ¶ added in v0.18.0
func (h TSMDocumentID) IsNil() bool
IsNil reports whether TSMDocumentID is a NULL handle (it wraps no object). Call it before using a returned handle; a nil handle's methods panic.
type TSMGlyphInfo ¶
type TSMGlyphInfo struct {
// contains filtered or unexported fields
}
The C layout cannot be reproduced as a plain Go value struct, so it is held as its exact-size bytes and read through the typed As* accessors below. It is pointer-only: never pass it by value.
func (*TSMGlyphInfo) AsCollection ¶ added in v0.18.0
func (u *TSMGlyphInfo) AsCollection() uint16
AsCollection returns the collection field, read from the backing bytes at offset 20.
func (*TSMGlyphInfo) AsFontRef ¶ added in v0.18.0
func (u *TSMGlyphInfo) AsFontRef() uint32
AsFontRef returns the fontRef field, read from the backing bytes at offset 16.
func (*TSMGlyphInfo) AsGlyphID ¶ added in v0.18.0
func (u *TSMGlyphInfo) AsGlyphID() uint16
AsGlyphID returns the glyphID field, read from the backing bytes at offset 22.
type TSMGlyphInfoArray ¶
type TSMGlyphInfoArray struct {
NumGlyphInfo uint
GlyphInfo [1]TSMGlyphInfo
}
type TXNATSUIFeatures ¶
type TXNATSUIVariations ¶
type TXNAttributeData ¶ added in v0.18.0
type TXNBackground ¶
type TXNBackground struct {
BgType uint32
Bg TXNBackgroundData
}
type TXNBackgroundData ¶
type TXNBackgroundData struct {
Color RGBColor
}
type TXNCarbonEventInfo ¶
type TXNControlData ¶ added in v0.18.0
type TXNMargins ¶
type TXNMatchTextRecord ¶
type TXNTypeAttributes ¶
type TXNTypeAttributes struct {
Tag uint32
Size uint
Data TXNAttributeData
}
type TabletPointRec ¶
type TabletProximityRec ¶
type TextServiceInfo ¶
type TextServiceInfo struct {
// contains filtered or unexported fields
}
The C layout cannot be reproduced as a plain Go value struct, so it is held as its exact-size bytes and read through the typed As* accessors below. It is pointer-only: never pass it by value.
func (*TextServiceInfo) AsFItemName ¶ added in v0.18.0
func (u *TextServiceInfo) AsFItemName() [256]uint8
AsFItemName returns the fItemName field, read from the backing bytes at offset 8.
type TextServiceList ¶
type TextServiceList struct {
FTextServiceCount int16
FServices [1]TextServiceInfo
}
type ThemeButtonDrawInfo ¶
type ThemeDrawingState ¶ added in v0.18.0
ThemeDrawingState is a handle for the opaque ThemeDrawingState type.
func (ThemeDrawingState) IsNil ¶ added in v0.18.0
func (h ThemeDrawingState) IsNil() bool
IsNil reports whether ThemeDrawingState is a NULL handle (it wraps no object). Call it before using a returned handle; a nil handle's methods panic.
type ThemeTrackDrawInfo ¶
type ThemeWindowMetrics ¶
type ToolboxObjectClassRef ¶ added in v0.18.0
ToolboxObjectClassRef is a handle for the opaque ToolboxObjectClassRef type.
func (ToolboxObjectClassRef) IsNil ¶ added in v0.18.0
func (h ToolboxObjectClassRef) IsNil() bool
IsNil reports whether ToolboxObjectClassRef is a NULL handle (it wraps no object). Call it before using a returned handle; a nil handle's methods panic.
type TransitionWindowOptions ¶
type TypeSelectRecord ¶
type VirtualMemoryGuardExceptionCode ¶ added in v0.17.0
type VirtualMemoryGuardExceptionCode uint32
const ( KGUARD_EXC_DEALLOC_GAP VirtualMemoryGuardExceptionCode = 1 KGUARD_EXC_RECLAIM_COPYIO_FAILURE VirtualMemoryGuardExceptionCode = 2 KGUARD_EXC_RECLAIM_INDEX_FAILURE VirtualMemoryGuardExceptionCode = 4 KGUARD_EXC_RECLAIM_DEALLOCATE_FAILURE VirtualMemoryGuardExceptionCode = 8 KGUARD_EXC_RECLAIM_ACCOUNTING_FAILURE VirtualMemoryGuardExceptionCode = 9 KGUARD_EXC_SEC_IOPL_ON_EXEC_PAGE VirtualMemoryGuardExceptionCode = 10 KGUARD_EXC_SEC_EXEC_ON_IOPL_PAGE VirtualMemoryGuardExceptionCode = 11 KGUARD_EXC_SEC_UPL_WRITE_ON_EXEC_REGION VirtualMemoryGuardExceptionCode = 12 KGUARD_EXC_LARGE_ALLOCATION_TELEMETRY VirtualMemoryGuardExceptionCode = 13 KGUARD_EXC_SEC_ACCESS_FAULT VirtualMemoryGuardExceptionCode = 98 KGUARD_EXC_SEC_ASYNC_ACCESS_FAULT VirtualMemoryGuardExceptionCode = 99 KGUARD_EXC_SEC_COPY_DENIED VirtualMemoryGuardExceptionCode = 100 KGUARD_EXC_SEC_SHARING_DENIED VirtualMemoryGuardExceptionCode = 101 KGUARD_EXC_MTE_SYNC_FAULT VirtualMemoryGuardExceptionCode = 200 KGUARD_EXC_MTE_ASYNC_USER_FAULT VirtualMemoryGuardExceptionCode = 201 KGUARD_EXC_MTE_ASYNC_KERN_FAULT VirtualMemoryGuardExceptionCode = 202 KGUARD_EXC_GUARD_OBJECT_ASYNC_USER_FAULT VirtualMemoryGuardExceptionCode = 203 KGUARD_EXC_GUARD_OBJECT_ASYNC_KERN_FAULT VirtualMemoryGuardExceptionCode = 204 )
func (VirtualMemoryGuardExceptionCode) String ¶ added in v0.17.0
func (e VirtualMemoryGuardExceptionCode) String() string
String returns the VirtualMemoryGuardExceptionCode constant's name, or its numeric form when the value is not a known constant.
type WStateData ¶
type WindowDefSpec ¶
type WindowGroupRef ¶ added in v0.18.0
WindowGroupRef is a handle for the opaque WindowGroupRef type.
func (WindowGroupRef) IsNil ¶ added in v0.18.0
func (h WindowGroupRef) IsNil() bool
IsNil reports whether WindowGroupRef is a NULL handle (it wraps no object). Call it before using a returned handle; a nil handle's methods panic.
type XpcListenerCreateFlags ¶ added in v0.17.0
type XpcListenerCreateFlags uint64
Bitmask — values may be combined with |.
const ( XpcListenerCreateFlagsNone XpcListenerCreateFlags = 0 XpcListenerCreateFlagsInactive XpcListenerCreateFlags = 1 XpcListenerCreateFlagsForceMach XpcListenerCreateFlags = 2 XpcListenerCreateFlagsForceXpcservice XpcListenerCreateFlags = 4 )
func (XpcListenerCreateFlags) String ¶ added in v0.17.0
func (e XpcListenerCreateFlags) String() string
String returns the XpcListenerCreateFlags constant's name, or its numeric form when the value is not a known constant.
type XpcSessionCreateFlags ¶ added in v0.17.0
type XpcSessionCreateFlags uint64
Bitmask — values may be combined with |.
const ( XpcSessionCreateFlagsNone XpcSessionCreateFlags = 0 XpcSessionCreateFlagsInactive XpcSessionCreateFlags = 1 XpcSessionCreateFlagsMachPrivileged XpcSessionCreateFlags = 2 )
func (XpcSessionCreateFlags) String ¶ added in v0.17.0
func (e XpcSessionCreateFlags) String() string
String returns the XpcSessionCreateFlags constant's name, or its numeric form when the value is not a known constant.