Documentation
¶
Index ¶
- Constants
- Variables
- func NSApplication_detachDrawingThread_toTarget_withObject_(selector objc.Selector, target objc.Ref, argument objc.Ref)
- func NSBundle_URLForResource_withExtension_subdirectory_inBundleWithURL_(name core.NSStringRef, ext core.NSStringRef, subpath core.NSStringRef, ...) (r0 core.NSURL)
- func NSBundle_URLsForResourcesWithExtension_subdirectory_inBundleWithURL_(ext core.NSStringRef, subpath core.NSStringRef, bundleURL core.NSURLRef) (r0 core.NSArray)
- func NSBundle_allBundles() (r0 core.NSArray)
- func NSBundle_allFrameworks() (r0 core.NSArray)
- func NSBundle_pathForResource_ofType_inDirectory_(name core.NSStringRef, ext core.NSStringRef, bundlePath core.NSStringRef) (r0 core.NSString)
- func NSBundle_pathsForResourcesOfType_inDirectory_(ext core.NSStringRef, bundlePath core.NSStringRef) (r0 core.NSArray)
- func NSBundle_preferredLocalizationsFromArray_(localizationsArray core.NSArrayRef) (r0 core.NSArray)
- func NSBundle_preferredLocalizationsFromArray_forPreferences_(localizationsArray core.NSArrayRef, preferencesArray core.NSArrayRef) (r0 core.NSArray)
- func NSColor_ignoresAlpha() (r0 bool)
- func NSColor_setIgnoresAlpha_(value bool)
- func NSEvent_GlobalMonitorMatchingMask(mask uint64, ch chan NSEvent)
- func NSEvent_mouseCoalescingEnabled() (r0 bool)
- func NSEvent_mouseLocation() (r0 core.NSPoint)
- func NSEvent_pressedMouseButtons() (r0 core.NSUInteger)
- func NSEvent_removeMonitor_(eventMonitor objc.Ref)
- func NSEvent_setMouseCoalescingEnabled_(value bool)
- func NSEvent_stopPeriodicEvents()
- func NSEvent_swipeTrackingFromScrollEventsEnabled() (r0 bool)
- func NSFont_labelFontSize() (r0 core.CGFloat)
- func NSFont_setUserFixedPitchFont_(font NSFontRef)
- func NSFont_setUserFont_(font NSFontRef)
- func NSFont_smallSystemFontSize() (r0 core.CGFloat)
- func NSFont_systemFontSize() (r0 core.CGFloat)
- func NSImage_canInitWithPasteboard_(pasteboard NSPasteboardRef) (r0 bool)
- func NSImage_imageTypes() (r0 core.NSArray)
- func NSImage_imageUnfilteredTypes() (r0 core.NSArray)
- func NSMenuItem_setUsesUserKeyEquivalents_(value bool)
- func NSMenuItem_usesUserKeyEquivalents() (r0 bool)
- func NSMenu_menuBarVisible() (r0 bool)
- func NSMenu_popUpContextMenu_withEvent_forView_(menu NSMenuRef, event NSEventRef, view NSViewRef)
- func NSMenu_popUpContextMenu_withEvent_forView_withFont_(menu NSMenuRef, event NSEventRef, view NSViewRef, font NSFontRef)
- func NSMenu_setMenuBarVisible_(visible bool)
- func NSScreen_screens() (r0 core.NSArray)
- func NSScreen_screensHaveSeparateSpaces() (r0 bool)
- func NSTextView_registerForServices()
- func NSTextView_stronglyReferencesTextStorage() (r0 bool)
- func NSView_compatibleWithResponsiveScrolling() (r0 bool)
- func NSView_requiresConstraintBasedLayout() (r0 bool)
- func NSWindow_allowsAutomaticWindowTabbing() (r0 bool)
- func NSWindow_contentRectForFrameRect_styleMask_(fRect core.NSRect, style core.NSUInteger) (r0 core.NSRect)
- func NSWindow_frameRectForContentRect_styleMask_(cRect core.NSRect, style core.NSUInteger) (r0 core.NSRect)
- func NSWindow_minFrameWidthWithTitle_styleMask_(title core.NSStringRef, style core.NSUInteger) (r0 core.CGFloat)
- func NSWindow_setAllowsAutomaticWindowTabbing_(value bool)
- func NSWindow_windowNumberAtPoint_belowWindowWithWindowNumber_(point core.NSPoint, windowNumber core.NSInteger) (r0 core.NSInteger)
- type NSApplication
- func NSApp() NSApplication
- func NSApp_WithDidLaunch(cb func(notification objc.Object)) NSApplication
- func NSApplication_New() NSApplication
- func NSApplication_alloc() (r0 NSApplication)
- func NSApplication_fromPointer(ptr unsafe.Pointer) NSApplication
- func NSApplication_fromRef(ref objc.Ref) NSApplication
- func NSApplication_sharedApplication() (r0 NSApplication)
- func (x NSApplication) ActivateContextHelpMode_(sender objc.Ref)
- func (app NSApplication) ActivateIgnoringOtherApps(flag bool)
- func (x NSApplication) ActivateIgnoringOtherApps_(flag bool)
- func (x NSApplication) ActivationPolicy() (r0 core.NSInteger)
- func (x NSApplication) ApplicationIconImage() (r0 NSImage)
- func (x NSApplication) CancelUserAttentionRequest_(request core.NSInteger)
- func (x NSApplication) CurrentEvent() (r0 NSEvent)
- func (x NSApplication) Deactivate()
- func (app NSApplication) Delegate() objc.Object
- func (x NSApplication) DisableRelaunchOnLogin()
- func (x NSApplication) EnableRelaunchOnLogin()
- func (x NSApplication) FinishLaunching()
- func (x NSApplication) HelpMenu() (r0 NSMenu)
- func (x NSApplication) HideOtherApplications_(sender objc.Ref)
- func (x NSApplication) Init_asNSApplication() (r0 NSApplication)
- func (x NSApplication) IsActive() (r0 bool)
- func (x NSApplication) IsFullKeyboardAccessEnabled() (r0 bool)
- func (x NSApplication) IsRegisteredForRemoteNotifications() (r0 bool)
- func (x NSApplication) IsRunning() (r0 bool)
- func (x NSApplication) MainMenu() (r0 NSMenu)
- func (x NSApplication) OrderedDocuments() (r0 core.NSArray)
- func (x NSApplication) OrderedWindows() (r0 core.NSArray)
- func (x NSApplication) PostEvent_atStart_(event NSEventRef, flag bool)
- func (x NSApplication) RegisterForRemoteNotifications()
- func (x NSApplication) RegisterUserInterfaceItemSearchHandler_(handler objc.Ref)
- func (x NSApplication) ReplyToApplicationShouldTerminate_(shouldTerminate bool)
- func (x NSApplication) Run()
- func (x NSApplication) SendAction_to_from_(action objc.Selector, target objc.Ref, sender objc.Ref) (r0 bool)
- func (x NSApplication) SendEvent_(event NSEventRef)
- func (x NSApplication) ServicesProvider() (r0 objc.Object)
- func (app NSApplication) SetActivationPolicy(policy int)
- func (x NSApplication) SetActivationPolicy_(activationPolicy core.NSInteger) (r0 bool)
- func (x NSApplication) SetApplicationIconImage_(value NSImageRef)
- func (app NSApplication) SetDelegate(delegate objc.Object)
- func (x NSApplication) SetDelegate_(value objc.Ref)
- func (x NSApplication) SetHelpMenu_(value NSMenuRef)
- func (app NSApplication) SetMainMenu(menu NSMenu)
- func (x NSApplication) SetMainMenu_(value NSMenuRef)
- func (x NSApplication) SetServicesProvider_(value objc.Ref)
- func (x NSApplication) ShowHelp_(sender objc.Ref)
- func (x NSApplication) Stop_(sender objc.Ref)
- func (x NSApplication) TargetForAction_(action objc.Selector) (r0 objc.Object)
- func (x NSApplication) TargetForAction_to_from_(action objc.Selector, target objc.Ref, sender objc.Ref) (r0 objc.Object)
- func (app NSApplication) Terminate()
- func (x NSApplication) Terminate_(sender objc.Ref)
- func (x NSApplication) ToggleTouchBarCustomizationPalette_(sender objc.Ref)
- func (x NSApplication) TryToPerform_with_(action objc.Selector, object objc.Ref) (r0 bool)
- func (x NSApplication) UnhideAllApplications_(sender objc.Ref)
- func (x NSApplication) UnregisterForRemoteNotifications()
- func (x NSApplication) UnregisterUserInterfaceItemSearchHandler_(handler objc.Ref)
- type NSApplicationRef
- type NSBackingStoreType
- type NSBundle
- func NSBundle_Main() NSBundle
- func NSBundle_alloc() (r0 NSBundle)
- func NSBundle_bundleWithIdentifier_(identifier core.NSStringRef) (r0 NSBundle)
- func NSBundle_bundleWithPath_(path core.NSStringRef) (r0 NSBundle)
- func NSBundle_bundleWithURL_(url core.NSURLRef) (r0 NSBundle)
- func NSBundle_fromPointer(ptr unsafe.Pointer) NSBundle
- func NSBundle_fromRef(ref objc.Ref) NSBundle
- func NSBundle_mainBundle() (r0 NSBundle)
- func (x NSBundle) AppStoreReceiptURL() (r0 core.NSURL)
- func (x NSBundle) BuiltInPlugInsPath() (r0 core.NSString)
- func (x NSBundle) BuiltInPlugInsURL() (r0 core.NSURL)
- func (x NSBundle) BundleIdentifier() (r0 core.NSString)
- func (x NSBundle) BundlePath() (r0 core.NSString)
- func (x NSBundle) BundleURL() (r0 core.NSURL)
- func (x NSBundle) DevelopmentLocalization() (r0 core.NSString)
- func (x NSBundle) ExecutableArchitectures() (r0 core.NSArray)
- func (x NSBundle) ExecutablePath() (r0 core.NSString)
- func (x NSBundle) ExecutableURL() (r0 core.NSURL)
- func (x NSBundle) InfoDictionary() (r0 core.NSDictionary)
- func (x NSBundle) InitWithPath__asNSBundle(path core.NSStringRef) (r0 NSBundle)
- func (x NSBundle) InitWithURL__asNSBundle(url core.NSURLRef) (r0 NSBundle)
- func (x NSBundle) Init_asNSBundle() (r0 NSBundle)
- func (x NSBundle) IsLoaded() (r0 bool)
- func (x NSBundle) Load() (r0 bool)
- func (x NSBundle) LoadNibNamed_owner_options_(name core.NSStringRef, owner objc.Ref, options core.NSDictionaryRef) (r0 core.NSArray)
- func (x NSBundle) Localizations() (r0 core.NSArray)
- func (x NSBundle) LocalizedAttributedStringForKey_value_table_(key core.NSStringRef, value core.NSStringRef, tableName core.NSStringRef) (r0 core.NSAttributedString)
- func (x NSBundle) LocalizedInfoDictionary() (r0 core.NSDictionary)
- func (x NSBundle) LocalizedStringForKey_value_table_(key core.NSStringRef, value core.NSStringRef, tableName core.NSStringRef) (r0 core.NSString)
- func (x NSBundle) ObjectForInfoDictionaryKey_(key core.NSStringRef) (r0 objc.Object)
- func (x NSBundle) PathForAuxiliaryExecutable_(executableName core.NSStringRef) (r0 core.NSString)
- func (x NSBundle) PathForResource_ofType_(name core.NSStringRef, ext core.NSStringRef) (r0 core.NSString)
- func (x NSBundle) PathForResource_ofType_inDirectory_(name core.NSStringRef, ext core.NSStringRef, subpath core.NSStringRef) (r0 core.NSString)
- func (x NSBundle) PathForResource_ofType_inDirectory_forLocalization_(name core.NSStringRef, ext core.NSStringRef, subpath core.NSStringRef, ...) (r0 core.NSString)
- func (x NSBundle) PathsForResourcesOfType_inDirectory_(ext core.NSStringRef, subpath core.NSStringRef) (r0 core.NSArray)
- func (x NSBundle) PathsForResourcesOfType_inDirectory_forLocalization_(ext core.NSStringRef, subpath core.NSStringRef, ...) (r0 core.NSArray)
- func (x NSBundle) PreferredLocalizations() (r0 core.NSArray)
- func (x NSBundle) PrivateFrameworksPath() (r0 core.NSString)
- func (x NSBundle) PrivateFrameworksURL() (r0 core.NSURL)
- func (x NSBundle) ResourcePath() (r0 core.NSString)
- func (x NSBundle) ResourceURL() (r0 core.NSURL)
- func (x NSBundle) SharedFrameworksPath() (r0 core.NSString)
- func (x NSBundle) SharedFrameworksURL() (r0 core.NSURL)
- func (x NSBundle) SharedSupportPath() (r0 core.NSString)
- func (x NSBundle) SharedSupportURL() (r0 core.NSURL)
- func (x NSBundle) URLForAuxiliaryExecutable_(executableName core.NSStringRef) (r0 core.NSURL)
- func (x NSBundle) URLForResource_withExtension_(name core.NSStringRef, ext core.NSStringRef) (r0 core.NSURL)
- func (x NSBundle) URLForResource_withExtension_subdirectory_(name core.NSStringRef, ext core.NSStringRef, subpath core.NSStringRef) (r0 core.NSURL)
- func (x NSBundle) URLForResource_withExtension_subdirectory_localization_(name core.NSStringRef, ext core.NSStringRef, subpath core.NSStringRef, ...) (r0 core.NSURL)
- func (x NSBundle) URLsForResourcesWithExtension_subdirectory_(ext core.NSStringRef, subpath core.NSStringRef) (r0 core.NSArray)
- func (x NSBundle) URLsForResourcesWithExtension_subdirectory_localization_(ext core.NSStringRef, subpath core.NSStringRef, ...) (r0 core.NSArray)
- func (x NSBundle) Unload() (r0 bool)
- type NSBundleRef
- type NSButton
- func NSButton_alloc() (r0 NSButton)
- func NSButton_buttonWithImage_target_action_(image NSImageRef, target objc.Ref, action objc.Selector) (r0 NSButton)
- func NSButton_buttonWithTitle_image_target_action_(title core.NSStringRef, image NSImageRef, target objc.Ref, ...) (r0 NSButton)
- func NSButton_buttonWithTitle_target_action_(title core.NSStringRef, target objc.Ref, action objc.Selector) (r0 NSButton)
- func NSButton_checkboxWithTitle_target_action_(title core.NSStringRef, target objc.Ref, action objc.Selector) (r0 NSButton)
- func NSButton_fromPointer(ptr unsafe.Pointer) NSButton
- func NSButton_fromRef(ref objc.Ref) NSButton
- func NSButton_radioButtonWithTitle_target_action_(title core.NSStringRef, target objc.Ref, action objc.Selector) (r0 NSButton)
- func (x NSButton) AllowsMixedState() (r0 bool)
- func (x NSButton) AlternateImage() (r0 NSImage)
- func (x NSButton) AlternateTitle() (r0 core.NSString)
- func (x NSButton) AttributedAlternateTitle() (r0 core.NSAttributedString)
- func (x NSButton) AttributedTitle() (r0 core.NSAttributedString)
- func (x NSButton) BezelColor() (r0 NSColor)
- func (x NSButton) CompressWithPrioritizedCompressionOptions_(prioritizedOptions core.NSArrayRef)
- func (x NSButton) ContentTintColor() (r0 NSColor)
- func (x NSButton) HasDestructiveAction() (r0 bool)
- func (x NSButton) Highlight_(flag bool)
- func (x NSButton) Image() (r0 NSImage)
- func (x NSButton) ImageHugsTitle() (r0 bool)
- func (x NSButton) Init_asNSButton() (r0 NSButton)
- func (x NSButton) IsBordered() (r0 bool)
- func (x NSButton) IsSpringLoaded() (r0 bool)
- func (x NSButton) IsTransparent() (r0 bool)
- func (x NSButton) KeyEquivalent() (r0 core.NSString)
- func (x NSButton) MaxAcceleratorLevel() (r0 core.NSInteger)
- func (x NSButton) MinimumSizeWithPrioritizedCompressionOptions_(prioritizedOptions core.NSArrayRef) (r0 core.NSSize)
- func (x NSButton) PerformKeyEquivalent_(key NSEventRef) (r0 bool)
- func (x NSButton) SetAllowsMixedState_(value bool)
- func (x NSButton) SetAlternateImage_(value NSImageRef)
- func (x NSButton) SetAlternateTitle_(value core.NSStringRef)
- func (x NSButton) SetAttributedAlternateTitle_(value core.NSAttributedStringRef)
- func (x NSButton) SetAttributedTitle_(value core.NSAttributedStringRef)
- func (x NSButton) SetBezelColor_(value NSColorRef)
- func (x NSButton) SetBordered_(value bool)
- func (x NSButton) SetContentTintColor_(value NSColorRef)
- func (x NSButton) SetHasDestructiveAction_(value bool)
- func (x NSButton) SetImageHugsTitle_(value bool)
- func (x NSButton) SetImage_(value NSImageRef)
- func (x NSButton) SetKeyEquivalent_(value core.NSStringRef)
- func (x NSButton) SetMaxAcceleratorLevel_(value core.NSInteger)
- func (x NSButton) SetNextState()
- func (x NSButton) SetShowsBorderOnlyWhileMouseInside_(value bool)
- func (x NSButton) SetSpringLoaded_(value bool)
- func (x NSButton) SetState_(value core.NSInteger)
- func (x NSButton) SetTitle_(value core.NSStringRef)
- func (x NSButton) SetTransparent_(value bool)
- func (x NSButton) ShowsBorderOnlyWhileMouseInside() (r0 bool)
- func (x NSButton) State() (r0 core.NSInteger)
- func (x NSButton) Title() (r0 core.NSString)
- type NSButtonRef
- type NSColor
- func Color(r, g, b, a float64) NSColor
- func NSColor_Clear() NSColor
- func NSColor_Init(r, g, b, a float64) NSColor
- func NSColor_alloc() (r0 NSColor)
- func NSColor_clearColor() (r0 NSColor)
- func NSColor_colorFromPasteboard_(pasteBoard NSPasteboardRef) (r0 NSColor)
- func NSColor_colorWithRed_green_blue_alpha_(red core.CGFloat, green core.CGFloat, blue core.CGFloat, alpha core.CGFloat) (r0 NSColor)
- func NSColor_fromPointer(ptr unsafe.Pointer) NSColor
- func NSColor_fromRef(ref objc.Ref) NSColor
- func NSColor_systemCyanColor() (r0 NSColor)
- func NSColor_systemMintColor() (r0 NSColor)
- func (x NSColor) AlphaComponent() (r0 core.CGFloat)
- func (x NSColor) BlackComponent() (r0 core.CGFloat)
- func (x NSColor) BlendedColorWithFraction_ofColor_(fraction core.CGFloat, color NSColorRef) (r0 NSColor)
- func (x NSColor) BlueComponent() (r0 core.CGFloat)
- func (x NSColor) BrightnessComponent() (r0 core.CGFloat)
- func (x NSColor) ColorWithAlphaComponent_(alpha core.CGFloat) (r0 NSColor)
- func (x NSColor) CyanComponent() (r0 core.CGFloat)
- func (x NSColor) DrawSwatchInRect_(rect core.NSRect)
- func (x NSColor) GreenComponent() (r0 core.CGFloat)
- func (x NSColor) HighlightWithLevel_(val core.CGFloat) (r0 NSColor)
- func (x NSColor) HueComponent() (r0 core.CGFloat)
- func (x NSColor) Init_asNSColor() (r0 NSColor)
- func (x NSColor) LocalizedCatalogNameComponent() (r0 core.NSString)
- func (x NSColor) LocalizedColorNameComponent() (r0 core.NSString)
- func (x NSColor) MagentaComponent() (r0 core.CGFloat)
- func (x NSColor) NumberOfComponents() (r0 core.NSInteger)
- func (x NSColor) RedComponent() (r0 core.CGFloat)
- func (x NSColor) SaturationComponent() (r0 core.CGFloat)
- func (x NSColor) Set()
- func (x NSColor) SetFill()
- func (x NSColor) SetStroke()
- func (x NSColor) ShadowWithLevel_(val core.CGFloat) (r0 NSColor)
- func (x NSColor) WhiteComponent() (r0 core.CGFloat)
- func (x NSColor) WriteToPasteboard_(pasteBoard NSPasteboardRef)
- func (x NSColor) YellowComponent() (r0 core.CGFloat)
- type NSColorRef
- type NSControl
- func (x NSControl) AbortEditing() (r0 bool)
- func (x NSControl) Action() (r0 objc.Selector)
- func (x NSControl) AllowsExpansionToolTips() (r0 bool)
- func (x NSControl) AttributedStringValue() (r0 core.NSAttributedString)
- func (x NSControl) CurrentEditor() (r0 NSText)
- func (x NSControl) DrawWithExpansionFrame_inView_(contentFrame core.NSRect, view NSViewRef)
- func (x NSControl) EditWithFrame_editor_delegate_event_(rect core.NSRect, textObj NSTextRef, delegate objc.Ref, event NSEventRef)
- func (x NSControl) EndEditing_(textObj NSTextRef)
- func (x NSControl) ExpansionFrameWithFrame_(contentFrame core.NSRect) (r0 core.NSRect)
- func (x NSControl) Font() (r0 NSFont)
- func (x NSControl) IgnoresMultiClick() (r0 bool)
- func (x NSControl) InitWithFrame__asNSControl(frameRect core.NSRect) (r0 NSControl)
- func (x NSControl) Init_asNSControl() (r0 NSControl)
- func (x NSControl) IntValue() (r0 int32)
- func (x NSControl) IntegerValue() (r0 core.NSInteger)
- func (x NSControl) IsContinuous() (r0 bool)
- func (x NSControl) IsEnabled() (r0 bool)
- func (x NSControl) IsHighlighted() (r0 bool)
- func (x NSControl) MouseDown_(event NSEventRef)
- func (x NSControl) ObjectValue() (r0 objc.Object)
- func (x NSControl) PerformClick_(sender objc.Ref)
- func (x NSControl) RefusesFirstResponder() (r0 bool)
- func (x NSControl) SelectWithFrame_editor_delegate_start_length_(rect core.NSRect, textObj NSTextRef, delegate objc.Ref, ...)
- func (x NSControl) SendAction_to_(action objc.Selector, target objc.Ref) (r0 bool)
- func (x NSControl) SetAction_(value objc.Selector)
- func (x NSControl) SetAllowsExpansionToolTips_(value bool)
- func (x NSControl) SetAttributedStringValue_(value core.NSAttributedStringRef)
- func (x NSControl) SetContinuous_(value bool)
- func (x NSControl) SetEnabled_(value bool)
- func (x NSControl) SetFont_(value NSFontRef)
- func (x NSControl) SetHighlighted_(value bool)
- func (x NSControl) SetIgnoresMultiClick_(value bool)
- func (x NSControl) SetIntValue_(value int32)
- func (x NSControl) SetIntegerValue_(value core.NSInteger)
- func (x NSControl) SetObjectValue_(value objc.Ref)
- func (x NSControl) SetRefusesFirstResponder_(value bool)
- func (x NSControl) SetStringValue_(value core.NSStringRef)
- func (x NSControl) SetTag_(value core.NSInteger)
- func (x NSControl) SetTarget_(value objc.Ref)
- func (x NSControl) SetUsesSingleLineMode_(value bool)
- func (x NSControl) SizeThatFits_(size core.NSSize) (r0 core.NSSize)
- func (x NSControl) SizeToFit()
- func (x NSControl) StringValue() (r0 core.NSString)
- func (x NSControl) Tag() (r0 core.NSInteger)
- func (x NSControl) TakeDoubleValueFrom_(sender objc.Ref)
- func (x NSControl) TakeFloatValueFrom_(sender objc.Ref)
- func (x NSControl) TakeIntValueFrom_(sender objc.Ref)
- func (x NSControl) TakeIntegerValueFrom_(sender objc.Ref)
- func (x NSControl) TakeObjectValueFrom_(sender objc.Ref)
- func (x NSControl) TakeStringValueFrom_(sender objc.Ref)
- func (x NSControl) Target() (r0 objc.Object)
- func (x NSControl) UsesSingleLineMode() (r0 bool)
- func (x NSControl) ValidateEditing()
- type NSControlRef
- type NSEvent
- func (x NSEvent) AbsoluteX() (r0 core.NSInteger)
- func (x NSEvent) AbsoluteY() (r0 core.NSInteger)
- func (x NSEvent) AbsoluteZ() (r0 core.NSInteger)
- func (x NSEvent) ButtonNumber() (r0 core.NSInteger)
- func (x NSEvent) CapabilityMask() (r0 core.NSUInteger)
- func (e NSEvent) Characters() (string, error)
- func (x NSEvent) CharactersIgnoringModifiers() (r0 core.NSString)
- func (x NSEvent) ClickCount() (r0 core.NSInteger)
- func (x NSEvent) Data1() (r0 core.NSInteger)
- func (x NSEvent) Data2() (r0 core.NSInteger)
- func (x NSEvent) DeltaX() (r0 core.CGFloat)
- func (x NSEvent) DeltaY() (r0 core.CGFloat)
- func (x NSEvent) DeltaZ() (r0 core.CGFloat)
- func (x NSEvent) DeviceID() (r0 core.NSUInteger)
- func (x NSEvent) EventNumber() (r0 core.NSInteger)
- func (x NSEvent) EventRef() (r0 unsafe.Pointer)
- func (x NSEvent) HasPreciseScrollingDeltas() (r0 bool)
- func (x NSEvent) Init_asNSEvent() (r0 NSEvent)
- func (x NSEvent) IsARepeat() (r0 bool)
- func (x NSEvent) IsDirectionInvertedFromDevice() (r0 bool)
- func (x NSEvent) IsEnteringProximity() (r0 bool)
- func (e NSEvent) KeyCode() (int64, error)
- func (x NSEvent) LocationInWindow() (r0 core.NSPoint)
- func (x NSEvent) Magnification() (r0 core.CGFloat)
- func (x NSEvent) PointingDeviceID() (r0 core.NSUInteger)
- func (x NSEvent) PointingDeviceSerialNumber() (r0 core.NSUInteger)
- func (x NSEvent) ScrollingDeltaX() (r0 core.CGFloat)
- func (x NSEvent) ScrollingDeltaY() (r0 core.CGFloat)
- func (x NSEvent) Stage() (r0 core.NSInteger)
- func (x NSEvent) StageTransition() (r0 core.CGFloat)
- func (x NSEvent) SystemTabletID() (r0 core.NSUInteger)
- func (x NSEvent) TabletID() (r0 core.NSUInteger)
- func (x NSEvent) Tilt() (r0 core.NSPoint)
- func (x NSEvent) TrackingNumber() (r0 core.NSInteger)
- func (e NSEvent) Type() int64
- func (x NSEvent) UserData() (r0 unsafe.Pointer)
- func (x NSEvent) VendorDefined() (r0 objc.Object)
- func (x NSEvent) VendorID() (r0 core.NSUInteger)
- func (x NSEvent) VendorPointingDeviceType() (r0 core.NSUInteger)
- func (x NSEvent) Window() (r0 NSWindow)
- func (x NSEvent) WindowNumber() (r0 core.NSInteger)
- type NSEventRef
- type NSFont
- func Font(fontName string, size float64) NSFont
- func NSFont_Init(fontName string, size float64) NSFont
- func NSFont_alloc() (r0 NSFont)
- func NSFont_boldSystemFontOfSize_(fontSize core.CGFloat) (r0 NSFont)
- func NSFont_controlContentFontOfSize_(fontSize core.CGFloat) (r0 NSFont)
- func NSFont_fontWithName_size_(fontName core.NSStringRef, fontSize core.CGFloat) (r0 NSFont)
- func NSFont_fromPointer(ptr unsafe.Pointer) NSFont
- func NSFont_fromRef(ref objc.Ref) NSFont
- func NSFont_labelFontOfSize_(fontSize core.CGFloat) (r0 NSFont)
- func NSFont_menuBarFontOfSize_(fontSize core.CGFloat) (r0 NSFont)
- func NSFont_menuFontOfSize_(fontSize core.CGFloat) (r0 NSFont)
- func NSFont_messageFontOfSize_(fontSize core.CGFloat) (r0 NSFont)
- func NSFont_paletteFontOfSize_(fontSize core.CGFloat) (r0 NSFont)
- func NSFont_systemFontOfSize_(fontSize core.CGFloat) (r0 NSFont)
- func NSFont_titleBarFontOfSize_(fontSize core.CGFloat) (r0 NSFont)
- func NSFont_toolTipsFontOfSize_(fontSize core.CGFloat) (r0 NSFont)
- func NSFont_userFixedPitchFontOfSize_(fontSize core.CGFloat) (r0 NSFont)
- func NSFont_userFontOfSize_(fontSize core.CGFloat) (r0 NSFont)
- func (x NSFont) DisplayName() (r0 core.NSString)
- func (x NSFont) FamilyName() (r0 core.NSString)
- func (x NSFont) FontName() (r0 core.NSString)
- func (x NSFont) FontWithSize_(fontSize core.CGFloat) (r0 NSFont)
- func (x NSFont) Init_asNSFont() (r0 NSFont)
- func (x NSFont) IsFixedPitch() (r0 bool)
- func (x NSFont) IsVertical() (r0 bool)
- func (x NSFont) MostCompatibleStringEncoding() (r0 core.NSStringEncoding)
- func (x NSFont) NumberOfGlyphs() (r0 core.NSUInteger)
- func (x NSFont) PointSize() (r0 core.CGFloat)
- func (x NSFont) Set()
- func (x NSFont) VerticalFont() (r0 NSFont)
- type NSFontRef
- type NSImage
- func NSImage_ImageNamed(name string) NSImage
- func NSImage_InitWithData(data core.NSDataRef) NSImage
- func NSImage_InitWithURL(url core.NSURL) NSImage
- func NSImage_alloc() (r0 NSImage)
- func NSImage_fromPointer(ptr unsafe.Pointer) NSImage
- func NSImage_fromRef(ref objc.Ref) NSImage
- func NSImage_imageWithSystemSymbolName_accessibilityDescription_(symbolName core.NSStringRef, description core.NSStringRef) (r0 NSImage)
- func (x NSImage) AccessibilityDescription() (r0 core.NSString)
- func (x NSImage) AddRepresentations_(imageReps core.NSArrayRef)
- func (x NSImage) AlignmentRect() (r0 core.NSRect)
- func (x NSImage) BackgroundColor() (r0 NSColor)
- func (x NSImage) CancelIncrementalLoad()
- func (x NSImage) Delegate() (r0 objc.Object)
- func (x NSImage) DrawInRect_(rect core.NSRect)
- func (x NSImage) InitByReferencingFile__asNSImage(fileName core.NSStringRef) (r0 NSImage)
- func (x NSImage) InitByReferencingURL__asNSImage(url core.NSURLRef) (r0 NSImage)
- func (x NSImage) InitWithContentsOfFile__asNSImage(fileName core.NSStringRef) (r0 NSImage)
- func (x NSImage) InitWithContentsOfURL__asNSImage(url core.NSURLRef) (r0 NSImage)
- func (x NSImage) InitWithDataIgnoringOrientation__asNSImage(data core.NSDataRef) (r0 NSImage)
- func (x NSImage) InitWithData__asNSImage(data core.NSDataRef) (r0 NSImage)
- func (x NSImage) InitWithPasteboard__asNSImage(pasteboard NSPasteboardRef) (r0 NSImage)
- func (x NSImage) InitWithSize__asNSImage(size core.NSSize) (r0 NSImage)
- func (x NSImage) Init_asNSImage() (r0 NSImage)
- func (x NSImage) IsTemplate() (r0 bool)
- func (x NSImage) IsValid() (r0 bool)
- func (x NSImage) LayerContentsForContentsScale_(layerContentsScale core.CGFloat) (r0 objc.Object)
- func (x NSImage) LockFocus()
- func (x NSImage) LockFocusFlipped_(flipped bool)
- func (x NSImage) MatchesOnMultipleResolution() (r0 bool)
- func (x NSImage) MatchesOnlyOnBestFittingAxis() (r0 bool)
- func (x NSImage) PrefersColorMatch() (r0 bool)
- func (x NSImage) Recache()
- func (x NSImage) RecommendedLayerContentsScale_(preferredContentsScale core.CGFloat) (r0 core.CGFloat)
- func (x NSImage) Representations() (r0 core.NSArray)
- func (x NSImage) SetAccessibilityDescription_(value core.NSStringRef)
- func (x NSImage) SetAlignmentRect_(value core.NSRect)
- func (x NSImage) SetBackgroundColor_(value NSColorRef)
- func (x NSImage) SetDelegate_(value objc.Ref)
- func (x NSImage) SetMatchesOnMultipleResolution_(value bool)
- func (x NSImage) SetMatchesOnlyOnBestFittingAxis_(value bool)
- func (x NSImage) SetPrefersColorMatch_(value bool)
- func (i NSImage) SetSize(size core.NSSize)
- func (x NSImage) SetSize_(value core.NSSize)
- func (i NSImage) SetTemplate(b bool)
- func (x NSImage) SetTemplate_(value bool)
- func (x NSImage) SetUsesEPSOnResolutionMismatch_(value bool)
- func (i NSImage) SetValueForKey(value, key interface{})
- func (x NSImage) Size() (r0 core.NSSize)
- func (x NSImage) TIFFRepresentation() (r0 core.NSData)
- func (x NSImage) UnlockFocus()
- func (x NSImage) UsesEPSOnResolutionMismatch() (r0 bool)
- type NSImageRef
- type NSImageView
- func (x NSImageView) AllowsCutCopyPaste() (r0 bool)
- func (x NSImageView) Animates() (r0 bool)
- func (x NSImageView) ContentTintColor() (r0 NSColor)
- func (x NSImageView) Image() (r0 NSImage)
- func (x NSImageView) Init_asNSImageView() (r0 NSImageView)
- func (x NSImageView) IsEditable() (r0 bool)
- func (x NSImageView) SetAllowsCutCopyPaste_(value bool)
- func (x NSImageView) SetAnimates_(value bool)
- func (x NSImageView) SetContentTintColor_(value NSColorRef)
- func (x NSImageView) SetEditable_(value bool)
- func (imgView NSImageView) SetImage(img NSImageRef)
- func (x NSImageView) SetImage_(value NSImageRef)
- type NSImageViewRef
- type NSLayoutManager
- func (x NSLayoutManager) AddTextContainer_(container NSTextContainerRef)
- func (x NSLayoutManager) AllowsNonContiguousLayout() (r0 bool)
- func (x NSLayoutManager) AttachmentSizeForGlyphAtIndex_(glyphIndex core.NSUInteger) (r0 core.NSSize)
- func (x NSLayoutManager) BackgroundLayoutEnabled() (r0 bool)
- func (x NSLayoutManager) CharacterIndexForGlyphAtIndex_(glyphIndex core.NSUInteger) (r0 core.NSUInteger)
- func (x NSLayoutManager) DefaultBaselineOffsetForFont_(theFont NSFontRef) (r0 core.CGFloat)
- func (x NSLayoutManager) DefaultLineHeightForFont_(theFont NSFontRef) (r0 core.CGFloat)
- func (x NSLayoutManager) Delegate() (r0 objc.Object)
- func (x NSLayoutManager) DrawsOutsideLineFragmentForGlyphAtIndex_(glyphIndex core.NSUInteger) (r0 bool)
- func (x NSLayoutManager) EnsureLayoutForBoundingRect_inTextContainer_(bounds core.NSRect, container NSTextContainerRef)
- func (lm NSLayoutManager) EnsureLayoutForTextContainer(tc NSTextContainerRef)
- func (x NSLayoutManager) EnsureLayoutForTextContainer_(container NSTextContainerRef)
- func (x NSLayoutManager) ExtraLineFragmentRect() (r0 core.NSRect)
- func (x NSLayoutManager) ExtraLineFragmentTextContainer() (r0 NSTextContainer)
- func (x NSLayoutManager) ExtraLineFragmentUsedRect() (r0 core.NSRect)
- func (x NSLayoutManager) FirstTextView() (r0 NSTextView)
- func (x NSLayoutManager) FirstUnlaidCharacterIndex() (r0 core.NSUInteger)
- func (x NSLayoutManager) FirstUnlaidGlyphIndex() (r0 core.NSUInteger)
- func (x NSLayoutManager) GlyphIndexForCharacterAtIndex_(charIndex core.NSUInteger) (r0 core.NSUInteger)
- func (x NSLayoutManager) HasNonContiguousLayout() (r0 bool)
- func (x NSLayoutManager) Init_asNSLayoutManager() (r0 NSLayoutManager)
- func (x NSLayoutManager) InsertTextContainer_atIndex_(container NSTextContainerRef, index core.NSUInteger)
- func (x NSLayoutManager) IsValidGlyphIndex_(glyphIndex core.NSUInteger) (r0 bool)
- func (x NSLayoutManager) LayoutManagerOwnsFirstResponderInWindow_(window NSWindowRef) (r0 bool)
- func (x NSLayoutManager) LimitsLayoutForSuspiciousContents() (r0 bool)
- func (x NSLayoutManager) NotShownAttributeForGlyphAtIndex_(glyphIndex core.NSUInteger) (r0 bool)
- func (x NSLayoutManager) NumberOfGlyphs() (r0 core.NSUInteger)
- func (x NSLayoutManager) RemoveTextContainerAtIndex_(index core.NSUInteger)
- func (x NSLayoutManager) SetAllowsNonContiguousLayout_(value bool)
- func (x NSLayoutManager) SetBackgroundLayoutEnabled_(value bool)
- func (x NSLayoutManager) SetDelegate_(value objc.Ref)
- func (x NSLayoutManager) SetDrawsOutsideLineFragment_forGlyphAtIndex_(flag bool, glyphIndex core.NSUInteger)
- func (x NSLayoutManager) SetExtraLineFragmentRect_usedRect_textContainer_(fragmentRect core.NSRect, usedRect core.NSRect, container NSTextContainerRef)
- func (x NSLayoutManager) SetLimitsLayoutForSuspiciousContents_(value bool)
- func (x NSLayoutManager) SetNotShownAttribute_forGlyphAtIndex_(flag bool, glyphIndex core.NSUInteger)
- func (x NSLayoutManager) SetShowsControlCharacters_(value bool)
- func (x NSLayoutManager) SetShowsInvisibleCharacters_(value bool)
- func (x NSLayoutManager) SetUsesDefaultHyphenation_(value bool)
- func (x NSLayoutManager) SetUsesFontLeading_(value bool)
- func (x NSLayoutManager) ShowsControlCharacters() (r0 bool)
- func (x NSLayoutManager) ShowsInvisibleCharacters() (r0 bool)
- func (x NSLayoutManager) TextContainerChangedGeometry_(container NSTextContainerRef)
- func (x NSLayoutManager) TextContainerChangedTextView_(container NSTextContainerRef)
- func (x NSLayoutManager) TextContainers() (r0 core.NSArray)
- func (x NSLayoutManager) TextViewForBeginningOfSelection() (r0 NSTextView)
- func (lm NSLayoutManager) UsedRectForTextContainer(tc NSTextContainerRef) (rect core.NSRect)
- func (x NSLayoutManager) UsedRectForTextContainer_(container NSTextContainerRef) (r0 core.NSRect)
- func (x NSLayoutManager) UsesDefaultHyphenation() (r0 bool)
- func (x NSLayoutManager) UsesFontLeading() (r0 bool)
- type NSLayoutManagerRef
- type NSMenu
- func (menu NSMenu) AddItem(item NSMenuItemRef)
- func (x NSMenu) AddItemWithTitle_action_keyEquivalent_(string core.NSStringRef, selector objc.Selector, charCode core.NSStringRef) (r0 NSMenuItem)
- func (x NSMenu) AddItem_(newItem NSMenuItemRef)
- func (x NSMenu) AllowsContextMenuPlugIns() (r0 bool)
- func (x NSMenu) AutoenablesItems() (r0 bool)
- func (x NSMenu) CancelTracking()
- func (x NSMenu) CancelTrackingWithoutAnimation()
- func (x NSMenu) Delegate() (r0 objc.Object)
- func (x NSMenu) Font() (r0 NSFont)
- func (x NSMenu) HighlightedItem() (r0 NSMenuItem)
- func (x NSMenu) IndexOfItemWithRepresentedObject_(object objc.Ref) (r0 core.NSInteger)
- func (x NSMenu) IndexOfItemWithSubmenu_(submenu NSMenuRef) (r0 core.NSInteger)
- func (x NSMenu) IndexOfItemWithTag_(tag core.NSInteger) (r0 core.NSInteger)
- func (x NSMenu) IndexOfItemWithTarget_andAction_(target objc.Ref, actionSelector objc.Selector) (r0 core.NSInteger)
- func (x NSMenu) IndexOfItemWithTitle_(title core.NSStringRef) (r0 core.NSInteger)
- func (x NSMenu) IndexOfItem_(item NSMenuItemRef) (r0 core.NSInteger)
- func (x NSMenu) InitWithTitle__asNSMenu(title core.NSStringRef) (r0 NSMenu)
- func (x NSMenu) Init_asNSMenu() (r0 NSMenu)
- func (x NSMenu) InsertItemWithTitle_action_keyEquivalent_atIndex_(string core.NSStringRef, selector objc.Selector, charCode core.NSStringRef, ...) (r0 NSMenuItem)
- func (x NSMenu) InsertItem_atIndex_(newItem NSMenuItemRef, index core.NSInteger)
- func (x NSMenu) ItemArray() (r0 core.NSArray)
- func (x NSMenu) ItemAtIndex_(index core.NSInteger) (r0 NSMenuItem)
- func (x NSMenu) ItemChanged_(item NSMenuItemRef)
- func (x NSMenu) ItemWithTag_(tag core.NSInteger) (r0 NSMenuItem)
- func (x NSMenu) ItemWithTitle_(title core.NSStringRef) (r0 NSMenuItem)
- func (x NSMenu) MenuBarHeight() (r0 core.CGFloat)
- func (x NSMenu) MinimumWidth() (r0 core.CGFloat)
- func (x NSMenu) NumberOfItems() (r0 core.NSInteger)
- func (x NSMenu) PerformActionForItemAtIndex_(index core.NSInteger)
- func (x NSMenu) PerformKeyEquivalent_(event NSEventRef) (r0 bool)
- func (x NSMenu) PopUpMenuPositioningItem_atLocation_inView_(item NSMenuItemRef, location core.NSPoint, view NSViewRef) (r0 bool)
- func (x NSMenu) RemoveAllItems()
- func (menu NSMenu) RemoveItem(item NSMenuItemRef)
- func (x NSMenu) RemoveItemAtIndex_(index core.NSInteger)
- func (x NSMenu) RemoveItem_(item NSMenuItemRef)
- func (x NSMenu) SetAllowsContextMenuPlugIns_(value bool)
- func (menu NSMenu) SetAutoenablesItems(b bool)
- func (x NSMenu) SetAutoenablesItems_(value bool)
- func (menu NSMenu) SetDelegate(delegate objc.Object)
- func (x NSMenu) SetDelegate_(value objc.Ref)
- func (x NSMenu) SetFont_(value NSFontRef)
- func (x NSMenu) SetItemArray_(value core.NSArrayRef)
- func (x NSMenu) SetMinimumWidth_(value core.CGFloat)
- func (x NSMenu) SetShowsStateColumn_(value bool)
- func (x NSMenu) SetSubmenu_forItem_(menu NSMenuRef, item NSMenuItemRef)
- func (x NSMenu) SetSupermenu_(value NSMenuRef)
- func (menu NSMenu) SetTitle(title string)
- func (x NSMenu) SetTitle_(value core.NSStringRef)
- func (x NSMenu) ShowsStateColumn() (r0 bool)
- func (x NSMenu) Size() (r0 core.NSSize)
- func (x NSMenu) SubmenuAction_(sender objc.Ref)
- func (x NSMenu) Supermenu() (r0 NSMenu)
- func (menu NSMenu) Title() string
- func (x NSMenu) Update()
- type NSMenuItem
- func NSMenuItem_Init(itemName string, action objc.Selector, keyEquivalent string) NSMenuItem
- func NSMenuItem_New() NSMenuItem
- func NSMenuItem_Separator() NSMenuItem
- func NSMenuItem_alloc() (r0 NSMenuItem)
- func NSMenuItem_fromPointer(ptr unsafe.Pointer) NSMenuItem
- func NSMenuItem_fromRef(ref objc.Ref) NSMenuItem
- func NSMenuItem_separatorItem() (r0 NSMenuItem)
- func (i NSMenuItem) Action() objc.Selector
- func (x NSMenuItem) AllowsAutomaticKeyEquivalentLocalization() (r0 bool)
- func (x NSMenuItem) AllowsAutomaticKeyEquivalentMirroring() (r0 bool)
- func (x NSMenuItem) AllowsKeyEquivalentWhenHidden() (r0 bool)
- func (x NSMenuItem) AttributedTitle() (r0 core.NSAttributedString)
- func (i NSMenuItem) Enabled() bool
- func (x NSMenuItem) HasSubmenu() (r0 bool)
- func (i NSMenuItem) Hidden() bool
- func (x NSMenuItem) Image() (r0 NSImage)
- func (x NSMenuItem) IndentationLevel() (r0 core.NSInteger)
- func (x NSMenuItem) InitWithTitle_action_keyEquivalent__asNSMenuItem(string core.NSStringRef, selector objc.Selector, charCode core.NSStringRef) (r0 NSMenuItem)
- func (x NSMenuItem) Init_asNSMenuItem() (r0 NSMenuItem)
- func (x NSMenuItem) IsAlternate() (r0 bool)
- func (x NSMenuItem) IsEnabled() (r0 bool)
- func (x NSMenuItem) IsHidden() (r0 bool)
- func (x NSMenuItem) IsHiddenOrHasHiddenAncestor() (r0 bool)
- func (x NSMenuItem) IsHighlighted() (r0 bool)
- func (x NSMenuItem) IsSeparatorItem() (r0 bool)
- func (x NSMenuItem) KeyEquivalent() (r0 core.NSString)
- func (x NSMenuItem) Menu() (r0 NSMenu)
- func (x NSMenuItem) MixedStateImage() (r0 NSImage)
- func (x NSMenuItem) OffStateImage() (r0 NSImage)
- func (x NSMenuItem) OnStateImage() (r0 NSImage)
- func (x NSMenuItem) ParentItem() (r0 NSMenuItem)
- func (x NSMenuItem) RepresentedObject() (r0 objc.Object)
- func (i NSMenuItem) SetAction(sel objc.Selector)
- func (x NSMenuItem) SetAction_(value objc.Selector)
- func (x NSMenuItem) SetAllowsAutomaticKeyEquivalentLocalization_(value bool)
- func (x NSMenuItem) SetAllowsAutomaticKeyEquivalentMirroring_(value bool)
- func (x NSMenuItem) SetAllowsKeyEquivalentWhenHidden_(value bool)
- func (x NSMenuItem) SetAlternate_(value bool)
- func (i NSMenuItem) SetAttributedTitle(s string)
- func (x NSMenuItem) SetAttributedTitle_(value core.NSAttributedStringRef)
- func (i NSMenuItem) SetEnabled(b bool)
- func (x NSMenuItem) SetEnabled_(value bool)
- func (i NSMenuItem) SetHidden(b bool)
- func (x NSMenuItem) SetHidden_(value bool)
- func (i NSMenuItem) SetImage(obj NSImage)
- func (x NSMenuItem) SetImage_(value NSImageRef)
- func (x NSMenuItem) SetIndentationLevel_(value core.NSInteger)
- func (x NSMenuItem) SetKeyEquivalent_(value core.NSStringRef)
- func (x NSMenuItem) SetMenu_(value NSMenuRef)
- func (x NSMenuItem) SetMixedStateImage_(value NSImageRef)
- func (x NSMenuItem) SetOffStateImage_(value NSImageRef)
- func (x NSMenuItem) SetOnStateImage_(value NSImageRef)
- func (x NSMenuItem) SetRepresentedObject_(value objc.Ref)
- func (i NSMenuItem) SetState(state int)
- func (x NSMenuItem) SetState_(value core.NSInteger)
- func (i NSMenuItem) SetSubmenu(submenu NSMenuRef)
- func (x NSMenuItem) SetSubmenu_(value NSMenuRef)
- func (x NSMenuItem) SetTag_(value core.NSInteger)
- func (i NSMenuItem) SetTarget(obj objc.Object)
- func (x NSMenuItem) SetTarget_(value objc.Ref)
- func (i NSMenuItem) SetTitle(s string)
- func (x NSMenuItem) SetTitle_(value core.NSStringRef)
- func (i NSMenuItem) SetToolTip(s string)
- func (x NSMenuItem) SetToolTip_(value core.NSStringRef)
- func (i NSMenuItem) SetView(obj NSViewRef)
- func (x NSMenuItem) SetView_(value NSViewRef)
- func (i NSMenuItem) State() int
- func (x NSMenuItem) Submenu() (r0 NSMenu)
- func (x NSMenuItem) Tag() (r0 core.NSInteger)
- func (i NSMenuItem) Target() objc.Object
- func (i NSMenuItem) Title() string
- func (i NSMenuItem) ToolTip() string
- func (x NSMenuItem) UserKeyEquivalent() (r0 core.NSString)
- func (x NSMenuItem) View() (r0 NSView)
- type NSMenuItemRef
- type NSMenuRef
- type NSNib
- func (x NSNib) InitWithNibData_bundle__asNSNib(nibData core.NSDataRef, bundle NSBundleRef) (r0 NSNib)
- func (x NSNib) Init_asNSNib() (r0 NSNib)
- func (nib NSNib) InstantiateWithOwner(owner objc.Object)deprecated
- func (nib NSNib) InstantiateWithOwner_TopLevelObjects(owner objc.Object) (core.NSArray, bool)
- func (x NSNib) InstantiateWithOwner_topLevelObjects_(owner objc.Ref, topLevelObjects core.NSArrayRef) (r0 bool)
- type NSNibRef
- type NSPasteboard
- func NSPasteboard_GeneralPasteboard() NSPasteboard
- func NSPasteboard_alloc() (r0 NSPasteboard)
- func NSPasteboard_fromPointer(ptr unsafe.Pointer) NSPasteboard
- func NSPasteboard_fromRef(ref objc.Ref) NSPasteboard
- func NSPasteboard_generalPasteboard() (r0 NSPasteboard)
- func NSPasteboard_pasteboardByFilteringFile_(filename core.NSStringRef) (r0 NSPasteboard)
- func NSPasteboard_pasteboardByFilteringTypesInPasteboard_(pboard NSPasteboardRef) (r0 NSPasteboard)
- func NSPasteboard_pasteboardWithUniqueName() (r0 NSPasteboard)
- func (x NSPasteboard) AddTypes_owner_(newTypes core.NSArrayRef, newOwner objc.Ref) (r0 core.NSInteger)
- func (pb NSPasteboard) AvailableTypeFromArray(types []NSPasteboardType) NSPasteboardType
- func (x NSPasteboard) CanReadItemWithDataConformingToTypes_(types core.NSArrayRef) (r0 bool)
- func (x NSPasteboard) CanReadObjectForClasses_options_(classArray core.NSArrayRef, options core.NSDictionaryRef) (r0 bool)
- func (x NSPasteboard) ChangeCount() (r0 core.NSInteger)
- func (pb NSPasteboard) ClearContents()
- func (pb NSPasteboard) DataForType(t NSPasteboardType) core.NSData
- func (x NSPasteboard) DeclareTypes_owner_(newTypes core.NSArrayRef, newOwner objc.Ref) (r0 core.NSInteger)
- func (x NSPasteboard) Init_asNSPasteboard() (r0 NSPasteboard)
- func (x NSPasteboard) PasteboardItems() (r0 core.NSArray)
- func (x NSPasteboard) ReadObjectsForClasses_options_(classArray core.NSArrayRef, options core.NSDictionaryRef) (r0 core.NSArray)
- func (x NSPasteboard) ReleaseGlobally()
- func (pb NSPasteboard) SetStringForType(s string, t NSPasteboardType)
- func (pb NSPasteboard) StringForType(t NSPasteboardType) string
- func (pb NSPasteboard) Types() []NSPasteboardType
- func (x NSPasteboard) WriteFileContents_(filename core.NSStringRef) (r0 bool)
- func (x NSPasteboard) WriteObjects_(objects core.NSArrayRef) (r0 bool)
- type NSPasteboardRef
- type NSPasteboardType
- type NSPopover
- func (x NSPopover) Animates() (r0 bool)
- func (x NSPopover) Behavior() (r0 core.NSInteger)
- func (x NSPopover) Close()
- func (x NSPopover) ContentSize() (r0 core.NSSize)
- func (x NSPopover) Init_asNSPopover() (r0 NSPopover)
- func (x NSPopover) IsDetached() (r0 bool)
- func (x NSPopover) IsShown() (r0 bool)
- func (x NSPopover) PerformClose_(sender objc.Ref)
- func (x NSPopover) PositioningRect() (r0 core.NSRect)
- func (p NSPopover) SetAnimates(b bool)
- func (x NSPopover) SetAnimates_(value bool)
- func (p NSPopover) SetBehavior(b int)
- func (x NSPopover) SetBehavior_(value core.NSInteger)
- func (p NSPopover) SetContentSize(s core.NSSize)
- func (x NSPopover) SetContentSize_(value core.NSSize)
- func (p NSPopover) SetDelegate(delegate objc.Object)
- func (x NSPopover) SetPositioningRect_(value core.NSRect)
- func (p NSPopover) SetViewController(controller objc.Object)
- type NSPopoverRef
- type NSScreen
- func (x NSScreen) BackingScaleFactor() (r0 core.CGFloat)
- func (x NSScreen) ConvertRectFromBacking_(rect core.NSRect) (r0 core.NSRect)
- func (x NSScreen) ConvertRectToBacking_(rect core.NSRect) (r0 core.NSRect)
- func (x NSScreen) DeviceDescription() (r0 core.NSDictionary)
- func (x NSScreen) Frame() (r0 core.NSRect)
- func (x NSScreen) Init_asNSScreen() (r0 NSScreen)
- func (x NSScreen) LocalizedName() (r0 core.NSString)
- func (x NSScreen) MaximumExtendedDynamicRangeColorComponentValue() (r0 core.CGFloat)
- func (x NSScreen) MaximumFramesPerSecond() (r0 core.NSInteger)
- func (x NSScreen) MaximumPotentialExtendedDynamicRangeColorComponentValue() (r0 core.CGFloat)
- func (x NSScreen) MaximumReferenceExtendedDynamicRangeColorComponentValue() (r0 core.CGFloat)
- func (x NSScreen) VisibleFrame() (r0 core.NSRect)
- type NSScreenRef
- type NSStatusBar
- func (x NSStatusBar) Init_asNSStatusBar() (r0 NSStatusBar)
- func (x NSStatusBar) IsVertical() (r0 bool)
- func (sb NSStatusBar) RemoveStatusItem(i NSStatusItemRef)
- func (x NSStatusBar) RemoveStatusItem_(item NSStatusItemRef)
- func (sb NSStatusBar) StatusItemWithLength(l float64) NSStatusItem
- func (x NSStatusBar) StatusItemWithLength_(length core.CGFloat) (r0 NSStatusItem)
- func (x NSStatusBar) Thickness() (r0 core.CGFloat)
- type NSStatusBarButton
- func (x NSStatusBarButton) AppearsDisabled() (r0 bool)
- func (b NSStatusBarButton) ImagePosition() int64
- func (x NSStatusBarButton) Init_asNSStatusBarButton() (r0 NSStatusBarButton)
- func (x NSStatusBarButton) SetAppearsDisabled_(value bool)
- func (b NSStatusBarButton) SetImage(obj NSImageRef)
- func (b NSStatusBarButton) SetImagePosition(state int)
- func (b NSStatusBarButton) SetTitle(s string)
- func (b NSStatusBarButton) SetToolTip(s string)
- func (b NSStatusBarButton) Title() string
- func (b NSStatusBarButton) ToolTip() string
- type NSStatusBarButtonRef
- type NSStatusBarRef
- type NSStatusItem
- func (i NSStatusItem) Action() objc.Selector
- func (i NSStatusItem) Button() NSStatusBarButton
- func (x NSStatusItem) Init_asNSStatusItem() (r0 NSStatusItem)
- func (x NSStatusItem) IsVisible() (r0 bool)
- func (x NSStatusItem) Length() (r0 core.CGFloat)
- func (i NSStatusItem) Menu() NSMenu
- func (i NSStatusItem) SetAction(sel objc.Selector)
- func (x NSStatusItem) SetLength_(value core.CGFloat)
- func (i NSStatusItem) SetMenu(menu NSMenu)
- func (x NSStatusItem) SetMenu_(value NSMenuRef)
- func (i NSStatusItem) SetTarget(obj objc.Object)
- func (x NSStatusItem) SetVisible_(value bool)
- func (x NSStatusItem) StatusBar() (r0 NSStatusBar)
- func (i NSStatusItem) Target() objc.Object
- type NSStatusItemRef
- type NSText
- func (x NSText) AlignCenter_(sender objc.Ref)
- func (x NSText) AlignLeft_(sender objc.Ref)
- func (x NSText) AlignRight_(sender objc.Ref)
- func (x NSText) BackgroundColor() (r0 NSColor)
- func (x NSText) ChangeFont_(sender objc.Ref)
- func (x NSText) CheckSpelling_(sender objc.Ref)
- func (x NSText) CopyFont_(sender objc.Ref)
- func (x NSText) CopyRuler_(sender objc.Ref)
- func (x NSText) Copy_(sender objc.Ref)
- func (x NSText) Cut_(sender objc.Ref)
- func (x NSText) Delegate() (r0 objc.Object)
- func (x NSText) Delete_(sender objc.Ref)
- func (x NSText) DrawsBackground() (r0 bool)
- func (x NSText) Font() (r0 NSFont)
- func (x NSText) ImportsGraphics() (r0 bool)
- func (x NSText) InitWithFrame__asNSText(frameRect core.NSRect) (r0 NSText)
- func (x NSText) Init_asNSText() (r0 NSText)
- func (x NSText) IsEditable() (r0 bool)
- func (x NSText) IsFieldEditor() (r0 bool)
- func (x NSText) IsHorizontallyResizable() (r0 bool)
- func (x NSText) IsRichText() (r0 bool)
- func (x NSText) IsRulerVisible() (r0 bool)
- func (x NSText) IsSelectable() (r0 bool)
- func (x NSText) IsVerticallyResizable() (r0 bool)
- func (x NSText) MaxSize() (r0 core.NSSize)
- func (x NSText) MinSize() (r0 core.NSSize)
- func (x NSText) PasteFont_(sender objc.Ref)
- func (x NSText) PasteRuler_(sender objc.Ref)
- func (x NSText) Paste_(sender objc.Ref)
- func (x NSText) ReadRTFDFromFile_(path core.NSStringRef) (r0 bool)
- func (x NSText) SelectAll_(sender objc.Ref)
- func (x NSText) SetBackgroundColor_(value NSColorRef)
- func (x NSText) SetDelegate_(value objc.Ref)
- func (x NSText) SetDrawsBackground_(value bool)
- func (x NSText) SetEditable_(value bool)
- func (x NSText) SetFieldEditor_(value bool)
- func (x NSText) SetFont_(value NSFontRef)
- func (x NSText) SetHorizontallyResizable_(value bool)
- func (x NSText) SetImportsGraphics_(value bool)
- func (x NSText) SetMaxSize_(value core.NSSize)
- func (x NSText) SetMinSize_(value core.NSSize)
- func (x NSText) SetRichText_(value bool)
- func (x NSText) SetSelectable_(value bool)
- func (x NSText) SetString_(value core.NSStringRef)
- func (x NSText) SetTextColor_(value NSColorRef)
- func (x NSText) SetUsesFontPanel_(value bool)
- func (x NSText) SetVerticallyResizable_(value bool)
- func (x NSText) ShowGuessPanel_(sender objc.Ref)
- func (x NSText) SizeToFit()
- func (x NSText) String() (r0 core.NSString)
- func (x NSText) Subscript_(sender objc.Ref)
- func (x NSText) Superscript_(sender objc.Ref)
- func (x NSText) TextColor() (r0 NSColor)
- func (x NSText) ToggleRuler_(sender objc.Ref)
- func (x NSText) Underline_(sender objc.Ref)
- func (x NSText) Unscript_(sender objc.Ref)
- func (x NSText) UsesFontPanel() (r0 bool)
- func (x NSText) WriteRTFDToFile_atomically_(path core.NSStringRef, flag bool) (r0 bool)
- type NSTextAlignment
- type NSTextContainer
- func (x NSTextContainer) ExclusionPaths() (r0 core.NSArray)
- func (x NSTextContainer) HeightTracksTextView() (r0 bool)
- func (x NSTextContainer) InitWithSize__asNSTextContainer(size core.NSSize) (r0 NSTextContainer)
- func (x NSTextContainer) Init_asNSTextContainer() (r0 NSTextContainer)
- func (x NSTextContainer) IsSimpleRectangularTextContainer() (r0 bool)
- func (x NSTextContainer) LayoutManager() (r0 NSLayoutManager)
- func (x NSTextContainer) LineFragmentPadding() (r0 core.CGFloat)
- func (x NSTextContainer) MaximumNumberOfLines() (r0 core.NSUInteger)
- func (x NSTextContainer) ReplaceLayoutManager_(newLayoutManager NSLayoutManagerRef)
- func (x NSTextContainer) SetExclusionPaths_(value core.NSArrayRef)
- func (tc NSTextContainer) SetHeightTracksTextView(b bool)
- func (x NSTextContainer) SetHeightTracksTextView_(value bool)
- func (x NSTextContainer) SetLayoutManager_(value NSLayoutManagerRef)
- func (x NSTextContainer) SetLineFragmentPadding_(value core.CGFloat)
- func (x NSTextContainer) SetMaximumNumberOfLines_(value core.NSUInteger)
- func (x NSTextContainer) SetSize_(value core.NSSize)
- func (x NSTextContainer) SetTextView_(value NSTextViewRef)
- func (x NSTextContainer) SetWidthTracksTextView_(value bool)
- func (x NSTextContainer) Size() (r0 core.NSSize)
- func (x NSTextContainer) TextView() (r0 NSTextView)
- func (x NSTextContainer) WidthTracksTextView() (r0 bool)
- type NSTextContainerRef
- type NSTextRef
- type NSTextView
- func (x NSTextView) AcceptableDragTypes() (r0 core.NSArray)
- func (x NSTextView) AcceptsGlyphInfo() (r0 bool)
- func (x NSTextView) AlignJustified_(sender objc.Ref)
- func (v NSTextView) Alignment() NSTextAlignment
- func (x NSTextView) AllowedInputSourceLocales() (r0 core.NSArray)
- func (x NSTextView) AllowsCharacterPickerTouchBarItem() (r0 bool)
- func (x NSTextView) AllowsDocumentBackgroundColorChange() (r0 bool)
- func (x NSTextView) AllowsImageEditing() (r0 bool)
- func (x NSTextView) AllowsUndo() (r0 bool)
- func (x NSTextView) BackgroundColor() (r0 NSColor)
- func (x NSTextView) BreakUndoCoalescing()
- func (x NSTextView) ChangeAttributes_(sender objc.Ref)
- func (x NSTextView) ChangeColor_(sender objc.Ref)
- func (x NSTextView) ChangeDocumentBackgroundColor_(sender objc.Ref)
- func (x NSTextView) ChangeLayoutOrientation_(sender objc.Ref)
- func (x NSTextView) CharacterIndexForInsertionAtPoint_(point core.NSPoint) (r0 core.NSUInteger)
- func (x NSTextView) CheckTextInDocument_(sender objc.Ref)
- func (x NSTextView) CheckTextInSelection_(sender objc.Ref)
- func (x NSTextView) CleanUpAfterDragOperation()
- func (x NSTextView) ClickedOnLink_atIndex_(link objc.Ref, charIndex core.NSUInteger)
- func (x NSTextView) Complete_(sender objc.Ref)
- func (x NSTextView) Delegate() (r0 objc.Object)
- func (x NSTextView) DidChangeText()
- func (x NSTextView) DisplaysLinkToolTips() (r0 bool)
- func (x NSTextView) DragSelectionWithEvent_offset_slideBack_(event NSEventRef, mouseOffset core.NSSize, slideBack bool) (r0 bool)
- func (x NSTextView) DrawInsertionPointInRect_color_turnedOn_(rect core.NSRect, color NSColorRef, flag bool)
- func (x NSTextView) DrawViewBackgroundInRect_(rect core.NSRect)
- func (x NSTextView) DrawsBackground() (r0 bool)
- func (v NSTextView) Editable() bool
- func (v NSTextView) FieldEditor() bool
- func (x NSTextView) Font() (r0 NSFont)
- func (x NSTextView) ImportsGraphics() (r0 bool)
- func (x NSTextView) InitWithFrame__asNSTextView(frameRect core.NSRect) (r0 NSTextView)
- func (x NSTextView) InitWithFrame_textContainer__asNSTextView(frameRect core.NSRect, container NSTextContainerRef) (r0 NSTextView)
- func (x NSTextView) Init_asNSTextView() (r0 NSTextView)
- func (x NSTextView) InsertionPointColor() (r0 NSColor)
- func (x NSTextView) InvalidateTextContainerOrigin()
- func (x NSTextView) IsAutomaticDashSubstitutionEnabled() (r0 bool)
- func (x NSTextView) IsAutomaticDataDetectionEnabled() (r0 bool)
- func (x NSTextView) IsAutomaticLinkDetectionEnabled() (r0 bool)
- func (x NSTextView) IsAutomaticQuoteSubstitutionEnabled() (r0 bool)
- func (x NSTextView) IsAutomaticSpellingCorrectionEnabled() (r0 bool)
- func (x NSTextView) IsAutomaticTextCompletionEnabled() (r0 bool)
- func (x NSTextView) IsAutomaticTextReplacementEnabled() (r0 bool)
- func (x NSTextView) IsCoalescingUndo() (r0 bool)
- func (x NSTextView) IsContinuousSpellCheckingEnabled() (r0 bool)
- func (x NSTextView) IsEditable() (r0 bool)
- func (x NSTextView) IsFieldEditor() (r0 bool)
- func (x NSTextView) IsGrammarCheckingEnabled() (r0 bool)
- func (x NSTextView) IsIncrementalSearchingEnabled() (r0 bool)
- func (x NSTextView) IsRichText() (r0 bool)
- func (x NSTextView) IsRulerVisible() (r0 bool)
- func (x NSTextView) IsSelectable() (r0 bool)
- func (x NSTextView) LayoutManager() (r0 NSLayoutManager)
- func (x NSTextView) LinkTextAttributes() (r0 core.NSDictionary)
- func (x NSTextView) LoosenKerning_(sender objc.Ref)
- func (x NSTextView) LowerBaseline_(sender objc.Ref)
- func (x NSTextView) MarkedTextAttributes() (r0 core.NSDictionary)
- func (x NSTextView) OrderFrontLinkPanel_(sender objc.Ref)
- func (x NSTextView) OrderFrontListPanel_(sender objc.Ref)
- func (x NSTextView) OrderFrontSharingServicePicker_(sender objc.Ref)
- func (x NSTextView) OrderFrontSpacingPanel_(sender objc.Ref)
- func (x NSTextView) OrderFrontSubstitutionsPanel_(sender objc.Ref)
- func (x NSTextView) OrderFrontTablePanel_(sender objc.Ref)
- func (x NSTextView) Outline_(sender objc.Ref)
- func (x NSTextView) PasteAsPlainText_(sender objc.Ref)
- func (x NSTextView) PasteAsRichText_(sender objc.Ref)
- func (x NSTextView) PerformFindPanelAction_(sender objc.Ref)
- func (x NSTextView) QuickLookPreviewableItemsInRanges_(ranges core.NSArrayRef) (r0 core.NSArray)
- func (x NSTextView) RaiseBaseline_(sender objc.Ref)
- func (x NSTextView) RangesForUserCharacterAttributeChange() (r0 core.NSArray)
- func (x NSTextView) RangesForUserParagraphAttributeChange() (r0 core.NSArray)
- func (x NSTextView) RangesForUserTextChange() (r0 core.NSArray)
- func (x NSTextView) ReadSelectionFromPasteboard_(pboard NSPasteboardRef) (r0 bool)
- func (x NSTextView) ReadablePasteboardTypes() (r0 core.NSArray)
- func (x NSTextView) ReplaceTextContainer_(newContainer NSTextContainerRef)
- func (v NSTextView) RichText() bool
- func (v NSTextView) Selectable() bool
- func (x NSTextView) SelectedRanges() (r0 core.NSArray)
- func (x NSTextView) SelectedTextAttributes() (r0 core.NSDictionary)
- func (x NSTextView) SetAcceptsGlyphInfo_(value bool)
- func (v NSTextView) SetAlignment(d NSTextAlignment)
- func (x NSTextView) SetAllowedInputSourceLocales_(value core.NSArrayRef)
- func (x NSTextView) SetAllowsCharacterPickerTouchBarItem_(value bool)
- func (x NSTextView) SetAllowsDocumentBackgroundColorChange_(value bool)
- func (x NSTextView) SetAllowsImageEditing_(value bool)
- func (x NSTextView) SetAllowsUndo_(value bool)
- func (x NSTextView) SetAutomaticDashSubstitutionEnabled_(value bool)
- func (x NSTextView) SetAutomaticDataDetectionEnabled_(value bool)
- func (x NSTextView) SetAutomaticLinkDetectionEnabled_(value bool)
- func (x NSTextView) SetAutomaticQuoteSubstitutionEnabled_(value bool)
- func (x NSTextView) SetAutomaticSpellingCorrectionEnabled_(value bool)
- func (x NSTextView) SetAutomaticTextCompletionEnabled_(value bool)
- func (x NSTextView) SetAutomaticTextReplacementEnabled_(value bool)
- func (x NSTextView) SetBackgroundColor_(value NSColorRef)
- func (x NSTextView) SetConstrainedFrameSize_(desiredSize core.NSSize)
- func (x NSTextView) SetContinuousSpellCheckingEnabled_(value bool)
- func (x NSTextView) SetDelegate_(value objc.Ref)
- func (x NSTextView) SetDisplaysLinkToolTips_(value bool)
- func (v NSTextView) SetDrawsBackground(b bool)
- func (x NSTextView) SetDrawsBackground_(value bool)
- func (v NSTextView) SetEditable(b bool)
- func (x NSTextView) SetEditable_(value bool)
- func (v NSTextView) SetFieldEditor(b bool)
- func (x NSTextView) SetFieldEditor_(value bool)
- func (v NSTextView) SetFont(f NSFont)
- func (x NSTextView) SetFont_(value NSFontRef)
- func (x NSTextView) SetGrammarCheckingEnabled_(value bool)
- func (v NSTextView) SetImportsGraphics(b bool)
- func (x NSTextView) SetImportsGraphics_(value bool)
- func (x NSTextView) SetIncrementalSearchingEnabled_(value bool)
- func (x NSTextView) SetInsertionPointColor_(value NSColorRef)
- func (x NSTextView) SetLinkTextAttributes_(value core.NSDictionaryRef)
- func (x NSTextView) SetMarkedTextAttributes_(value core.NSDictionaryRef)
- func (x NSTextView) SetNeedsDisplayInRect_avoidAdditionalLayout_(rect core.NSRect, flag bool)
- func (v NSTextView) SetRichText(b bool)
- func (x NSTextView) SetRichText_(value bool)
- func (x NSTextView) SetRulerVisible_(value bool)
- func (v NSTextView) SetSelectable(b bool)
- func (x NSTextView) SetSelectable_(value bool)
- func (x NSTextView) SetSelectedRanges_(value core.NSArrayRef)
- func (x NSTextView) SetSelectedTextAttributes_(value core.NSDictionaryRef)
- func (x NSTextView) SetSmartInsertDeleteEnabled_(value bool)
- func (v NSTextView) SetString(s string)
- func (v NSTextView) SetTextColor(c NSColorRef)
- func (v NSTextView) SetTextContainer(tc NSTextContainer)
- func (x NSTextView) SetTextContainerInset_(value core.NSSize)
- func (x NSTextView) SetTextContainer_(value NSTextContainerRef)
- func (x NSTextView) SetTypingAttributes_(value core.NSDictionaryRef)
- func (x NSTextView) SetUsesAdaptiveColorMappingForDarkAppearance_(value bool)
- func (x NSTextView) SetUsesFindBar_(value bool)
- func (x NSTextView) SetUsesFindPanel_(value bool)
- func (x NSTextView) SetUsesFontPanel_(value bool)
- func (x NSTextView) SetUsesInspectorBar_(value bool)
- func (x NSTextView) SetUsesRolloverButtonForSelection_(value bool)
- func (x NSTextView) SetUsesRuler_(value bool)
- func (x NSTextView) ShouldChangeTextInRanges_replacementStrings_(affectedRanges core.NSArrayRef, replacementStrings core.NSArrayRef) (r0 bool)
- func (x NSTextView) ShouldDrawInsertionPoint() (r0 bool)
- func (x NSTextView) SmartInsertDeleteEnabled() (r0 bool)
- func (x NSTextView) SpellCheckerDocumentTag() (r0 core.NSInteger)
- func (x NSTextView) StartSpeaking_(sender objc.Ref)
- func (x NSTextView) StopSpeaking_(sender objc.Ref)
- func (v NSTextView) String() string
- func (x NSTextView) TextContainer() (r0 NSTextContainer)
- func (x NSTextView) TextContainerInset() (r0 core.NSSize)
- func (x NSTextView) TextContainerOrigin() (r0 core.NSPoint)
- func (x NSTextView) TightenKerning_(sender objc.Ref)
- func (x NSTextView) ToggleAutomaticDashSubstitution_(sender objc.Ref)
- func (x NSTextView) ToggleAutomaticDataDetection_(sender objc.Ref)
- func (x NSTextView) ToggleAutomaticLinkDetection_(sender objc.Ref)
- func (x NSTextView) ToggleAutomaticQuoteSubstitution_(sender objc.Ref)
- func (x NSTextView) ToggleAutomaticSpellingCorrection_(sender objc.Ref)
- func (x NSTextView) ToggleAutomaticTextCompletion_(sender objc.Ref)
- func (x NSTextView) ToggleAutomaticTextReplacement_(sender objc.Ref)
- func (x NSTextView) ToggleContinuousSpellChecking_(sender objc.Ref)
- func (x NSTextView) ToggleGrammarChecking_(sender objc.Ref)
- func (x NSTextView) ToggleQuickLookPreviewPanel_(sender objc.Ref)
- func (x NSTextView) ToggleSmartInsertDelete_(sender objc.Ref)
- func (x NSTextView) TurnOffKerning_(sender objc.Ref)
- func (x NSTextView) TurnOffLigatures_(sender objc.Ref)
- func (x NSTextView) TypingAttributes() (r0 core.NSDictionary)
- func (x NSTextView) UpdateCandidates()
- func (x NSTextView) UpdateDragTypeRegistration()
- func (x NSTextView) UpdateFontPanel()
- func (x NSTextView) UpdateInsertionPointStateAndRestartTimer_(restartFlag bool)
- func (x NSTextView) UpdateQuickLookPreviewPanel()
- func (x NSTextView) UpdateRuler()
- func (x NSTextView) UpdateTextTouchBarItems()
- func (x NSTextView) UpdateTouchBarItemIdentifiers()
- func (x NSTextView) UseAllLigatures_(sender objc.Ref)
- func (x NSTextView) UseStandardKerning_(sender objc.Ref)
- func (x NSTextView) UseStandardLigatures_(sender objc.Ref)
- func (x NSTextView) UsesAdaptiveColorMappingForDarkAppearance() (r0 bool)
- func (x NSTextView) UsesFindBar() (r0 bool)
- func (x NSTextView) UsesFindPanel() (r0 bool)
- func (x NSTextView) UsesFontPanel() (r0 bool)
- func (x NSTextView) UsesInspectorBar() (r0 bool)
- func (x NSTextView) UsesRolloverButtonForSelection() (r0 bool)
- func (x NSTextView) UsesRuler() (r0 bool)
- func (x NSTextView) WritablePasteboardTypes() (r0 core.NSArray)
- func (x NSTextView) WriteSelectionToPasteboard_types_(pboard NSPasteboardRef, types core.NSArrayRef) (r0 bool)
- type NSTextViewRef
- type NSView
- func (x NSView) AcceptsFirstMouse_(event NSEventRef) (r0 bool)
- func (x NSView) AddConstraints_(constraints core.NSArrayRef)
- func (v NSView) AddSubview(subview NSViewRef)
- func (v NSView) AddSubviewPositionedRelativeTo(subview NSViewRef, positioned int, relativeTo NSViewRef)
- func (x NSView) AddSubview_(view NSViewRef)
- func (x NSView) AddSubview_positioned_relativeTo_(view NSViewRef, place core.NSUInteger, otherView NSViewRef)
- func (x NSView) AdjustScroll_(newVisible core.NSRect) (r0 core.NSRect)
- func (x NSView) AlignmentRectForFrame_(frame core.NSRect) (r0 core.NSRect)
- func (x NSView) AllowsVibrancy() (r0 bool)
- func (x NSView) AlphaValue() (r0 core.CGFloat)
- func (x NSView) AncestorSharedWithView_(view NSViewRef) (r0 NSView)
- func (x NSView) AutoresizesSubviews() (r0 bool)
- func (x NSView) Autoscroll_(event NSEventRef) (r0 bool)
- func (x NSView) BackgroundColor() (r0 NSColor)
- func (x NSView) BackgroundFilters() (r0 core.NSArray)
- func (x NSView) BaselineOffsetFromBottom() (r0 core.CGFloat)
- func (x NSView) BeginDocument()
- func (x NSView) BeginPageInRect_atPlacement_(rect core.NSRect, location core.NSPoint)
- func (x NSView) Bounds() (r0 core.NSRect)
- func (x NSView) BoundsRotation() (r0 core.CGFloat)
- func (x NSView) CanBecomeKeyView() (r0 bool)
- func (x NSView) CanDrawConcurrently() (r0 bool)
- func (x NSView) CanDrawSubviewsIntoLayer() (r0 bool)
- func (x NSView) CenterScanRect_(rect core.NSRect) (r0 core.NSRect)
- func (x NSView) Constraints() (r0 core.NSArray)
- func (x NSView) ContentFilters() (r0 core.NSArray)
- func (x NSView) ConvertPointFromBacking_(point core.NSPoint) (r0 core.NSPoint)
- func (x NSView) ConvertPointFromLayer_(point core.NSPoint) (r0 core.NSPoint)
- func (x NSView) ConvertPointToBacking_(point core.NSPoint) (r0 core.NSPoint)
- func (x NSView) ConvertPointToLayer_(point core.NSPoint) (r0 core.NSPoint)
- func (x NSView) ConvertPoint_fromView_(point core.NSPoint, view NSViewRef) (r0 core.NSPoint)
- func (x NSView) ConvertPoint_toView_(point core.NSPoint, view NSViewRef) (r0 core.NSPoint)
- func (x NSView) ConvertRectFromBacking_(rect core.NSRect) (r0 core.NSRect)
- func (x NSView) ConvertRectFromLayer_(rect core.NSRect) (r0 core.NSRect)
- func (x NSView) ConvertRectToBacking_(rect core.NSRect) (r0 core.NSRect)
- func (x NSView) ConvertRectToLayer_(rect core.NSRect) (r0 core.NSRect)
- func (x NSView) ConvertRect_fromView_(rect core.NSRect, view NSViewRef) (r0 core.NSRect)
- func (x NSView) ConvertRect_toView_(rect core.NSRect, view NSViewRef) (r0 core.NSRect)
- func (x NSView) ConvertSizeFromBacking_(size core.NSSize) (r0 core.NSSize)
- func (x NSView) ConvertSizeFromLayer_(size core.NSSize) (r0 core.NSSize)
- func (x NSView) ConvertSizeToBacking_(size core.NSSize) (r0 core.NSSize)
- func (x NSView) ConvertSizeToLayer_(size core.NSSize) (r0 core.NSSize)
- func (x NSView) ConvertSize_fromView_(size core.NSSize, view NSViewRef) (r0 core.NSSize)
- func (x NSView) ConvertSize_toView_(size core.NSSize, view NSViewRef) (r0 core.NSSize)
- func (x NSView) DataWithEPSInsideRect_(rect core.NSRect) (r0 core.NSData)
- func (x NSView) DataWithPDFInsideRect_(rect core.NSRect) (r0 core.NSData)
- func (x NSView) DidAddSubview_(subview NSViewRef)
- func (x NSView) DidCloseMenu_withEvent_(menu NSMenuRef, event NSEventRef)
- func (x NSView) DiscardCursorRects()
- func (x NSView) Display()
- func (x NSView) DisplayIfNeeded()
- func (x NSView) DisplayIfNeededIgnoringOpacity()
- func (x NSView) DisplayIfNeededInRectIgnoringOpacity_(rect core.NSRect)
- func (x NSView) DisplayIfNeededInRect_(rect core.NSRect)
- func (x NSView) DisplayRectIgnoringOpacity_(rect core.NSRect)
- func (x NSView) DisplayRect_(rect core.NSRect)
- func (x NSView) DrawFocusRingMask()
- func (x NSView) DrawPageBorderWithSize_(borderSize core.NSSize)
- func (x NSView) DrawRect_(dirtyRect core.NSRect)
- func (x NSView) EnclosingMenuItem() (r0 NSMenuItem)
- func (x NSView) EndDocument()
- func (x NSView) EndPage()
- func (x NSView) EnterFullScreenMode_withOptions_(screen NSScreenRef, options core.NSDictionaryRef) (r0 bool)
- func (x NSView) ExerciseAmbiguityInLayout()
- func (x NSView) ExitFullScreenModeWithOptions_(options core.NSDictionaryRef)
- func (x NSView) FirstBaselineOffsetFromTop() (r0 core.CGFloat)
- func (x NSView) FittingSize() (r0 core.NSSize)
- func (x NSView) FocusRingMaskBounds() (r0 core.NSRect)
- func (x NSView) Frame() (r0 core.NSRect)
- func (x NSView) FrameCenterRotation() (r0 core.CGFloat)
- func (x NSView) FrameForAlignmentRect_(alignmentRect core.NSRect) (r0 core.NSRect)
- func (x NSView) FrameRotation() (r0 core.CGFloat)
- func (x NSView) GestureRecognizers() (r0 core.NSArray)
- func (x NSView) HasAmbiguousLayout() (r0 bool)
- func (x NSView) HeightAdjustLimit() (r0 core.CGFloat)
- func (x NSView) HitTest_(point core.NSPoint) (r0 NSView)
- func (x NSView) InLiveResize() (r0 bool)
- func (x NSView) InitWithFrame__asNSView(frameRect core.NSRect) (r0 NSView)
- func (x NSView) Init_asNSView() (r0 NSView)
- func (x NSView) IntrinsicContentSize() (r0 core.NSSize)
- func (x NSView) InvalidateIntrinsicContentSize()
- func (x NSView) IsDescendantOf_(view NSViewRef) (r0 bool)
- func (x NSView) IsDrawingFindIndicator() (r0 bool)
- func (x NSView) IsFlipped() (r0 bool)
- func (x NSView) IsHidden() (r0 bool)
- func (x NSView) IsHiddenOrHasHiddenAncestor() (r0 bool)
- func (x NSView) IsHorizontalContentSizeConstraintActive() (r0 bool)
- func (x NSView) IsInFullScreenMode() (r0 bool)
- func (x NSView) IsOpaque() (r0 bool)
- func (x NSView) IsRotatedFromBase() (r0 bool)
- func (x NSView) IsRotatedOrScaledFromBase() (r0 bool)
- func (x NSView) IsVerticalContentSizeConstraintActive() (r0 bool)
- func (x NSView) LastBaselineOffsetFromBottom() (r0 core.CGFloat)
- func (x NSView) Layer() (r0 core.CALayer)
- func (x NSView) LayerUsesCoreImageFilters() (r0 bool)
- func (x NSView) Layout()
- func (x NSView) LayoutGuides() (r0 core.NSArray)
- func (x NSView) LayoutSubtreeIfNeeded()
- func (x NSView) LocationOfPrintRect_(rect core.NSRect) (r0 core.NSPoint)
- func (x NSView) MakeBackingLayer() (r0 core.CALayer)
- func (x NSView) MenuForEvent_(event NSEventRef) (r0 NSMenu)
- func (x NSView) MouseDownCanMoveWindow() (r0 bool)
- func (x NSView) Mouse_inRect_(point core.NSPoint, rect core.NSRect) (r0 bool)
- func (x NSView) NeedsDisplay() (r0 bool)
- func (x NSView) NeedsLayout() (r0 bool)
- func (x NSView) NeedsPanelToBecomeKey() (r0 bool)
- func (x NSView) NeedsToDrawRect_(rect core.NSRect) (r0 bool)
- func (x NSView) NeedsUpdateConstraints() (r0 bool)
- func (x NSView) NextKeyView() (r0 NSView)
- func (x NSView) NextValidKeyView() (r0 NSView)
- func (x NSView) NoteFocusRingMaskChanged()
- func (v NSView) Opaque() bool
- func (x NSView) OpaqueAncestor() (r0 NSView)
- func (x NSView) PageFooter() (r0 core.NSAttributedString)
- func (x NSView) PageHeader() (r0 core.NSAttributedString)
- func (x NSView) PerformKeyEquivalent_(event NSEventRef) (r0 bool)
- func (x NSView) PostsBoundsChangedNotifications() (r0 bool)
- func (x NSView) PostsFrameChangedNotifications() (r0 bool)
- func (x NSView) PrepareContentInRect_(rect core.NSRect)
- func (x NSView) PrepareForReuse()
- func (x NSView) PreparedContentRect() (r0 core.NSRect)
- func (x NSView) PreservesContentDuringLiveResize() (r0 bool)
- func (x NSView) PreviousKeyView() (r0 NSView)
- func (x NSView) PreviousValidKeyView() (r0 NSView)
- func (x NSView) PrintJobTitle() (r0 core.NSString)
- func (x NSView) Print_(sender objc.Ref)
- func (x NSView) RectForPage_(page core.NSInteger) (r0 core.NSRect)
- func (x NSView) RectForSmartMagnificationAtPoint_inRect_(location core.NSPoint, visibleRect core.NSRect) (r0 core.NSRect)
- func (x NSView) RectPreservedDuringLiveResize() (r0 core.NSRect)
- func (x NSView) RegisterForDraggedTypes_(newTypes core.NSArrayRef)
- func (x NSView) RegisteredDraggedTypes() (r0 core.NSArray)
- func (x NSView) RemoveAllToolTips()
- func (x NSView) RemoveConstraints_(constraints core.NSArrayRef)
- func (x NSView) RemoveFromSuperview()
- func (x NSView) RemoveFromSuperviewWithoutNeedingDisplay()
- func (x NSView) ReplaceSubview_with_(oldView NSViewRef, newView NSViewRef)
- func (x NSView) ResetCursorRects()
- func (x NSView) ResizeSubviewsWithOldSize_(oldSize core.NSSize)
- func (x NSView) ResizeWithOldSuperviewSize_(oldSize core.NSSize)
- func (x NSView) RotateByAngle_(angle core.CGFloat)
- func (x NSView) ScaleUnitSquareToSize_(newUnitSize core.NSSize)
- func (x NSView) ScrollPoint_(point core.NSPoint)
- func (x NSView) ScrollRectToVisible_(rect core.NSRect) (r0 bool)
- func (x NSView) SetAlphaValue_(value core.CGFloat)
- func (x NSView) SetAutoresizesSubviews_(value bool)
- func (v NSView) SetBackgroundColor(color NSColor)
- func (x NSView) SetBackgroundColor_(value NSColorRef)
- func (x NSView) SetBackgroundFilters_(value core.NSArrayRef)
- func (v NSView) SetBounds(r core.NSRect)
- func (v NSView) SetBoundsOrigin(p core.NSPoint)
- func (x NSView) SetBoundsOrigin_(newOrigin core.NSPoint)
- func (x NSView) SetBoundsRotation_(value core.CGFloat)
- func (v NSView) SetBoundsSize(s core.NSSize)
- func (x NSView) SetBoundsSize_(newSize core.NSSize)
- func (x NSView) SetBounds_(value core.NSRect)
- func (x NSView) SetCanDrawConcurrently_(value bool)
- func (x NSView) SetCanDrawSubviewsIntoLayer_(value bool)
- func (x NSView) SetContentFilters_(value core.NSArrayRef)
- func (v NSView) SetFrame(r core.NSRect)
- func (x NSView) SetFrameCenterRotation_(value core.CGFloat)
- func (v NSView) SetFrameOrigin(p core.NSPoint)
- func (x NSView) SetFrameOrigin_(newOrigin core.NSPoint)
- func (x NSView) SetFrameRotation_(value core.CGFloat)
- func (v NSView) SetFrameSize(s core.NSSize)
- func (x NSView) SetFrameSize_(newSize core.NSSize)
- func (x NSView) SetFrame_(value core.NSRect)
- func (x NSView) SetGestureRecognizers_(value core.NSArrayRef)
- func (x NSView) SetHidden_(value bool)
- func (x NSView) SetHorizontalContentSizeConstraintActive_(value bool)
- func (x NSView) SetKeyboardFocusRingNeedsDisplayInRect_(rect core.NSRect)
- func (x NSView) SetLayerUsesCoreImageFilters_(value bool)
- func (x NSView) SetLayer_(value core.CALayerRef)
- func (x NSView) SetNeedsDisplayInRect_(invalidRect core.NSRect)
- func (x NSView) SetNeedsDisplay_(value bool)
- func (x NSView) SetNeedsLayout_(value bool)
- func (x NSView) SetNeedsUpdateConstraints_(value bool)
- func (x NSView) SetNextKeyView_(value NSViewRef)
- func (v NSView) SetOpaque(b bool)
- func (x NSView) SetPostsBoundsChangedNotifications_(value bool)
- func (x NSView) SetPostsFrameChangedNotifications_(value bool)
- func (x NSView) SetPreparedContentRect_(value core.NSRect)
- func (x NSView) SetSubviews_(value core.NSArrayRef)
- func (x NSView) SetToolTip_(value core.NSStringRef)
- func (x NSView) SetTranslatesAutoresizingMaskIntoConstraints_(value bool)
- func (v NSView) SetValueForKey(value, key objc.Object)
- func (x NSView) SetVerticalContentSizeConstraintActive_(value bool)
- func (v NSView) SetWantsLayer(b bool)
- func (x NSView) SetWantsLayer_(value bool)
- func (x NSView) SetWantsRestingTouches_(value bool)
- func (x NSView) ShouldDelayWindowOrderingForEvent_(event NSEventRef) (r0 bool)
- func (x NSView) ShowDefinitionForAttributedString_atPoint_(attrString core.NSAttributedStringRef, textBaselineOrigin core.NSPoint)
- func (x NSView) Subviews() (r0 core.NSArray)
- func (x NSView) Superview() (r0 NSView)
- func (x NSView) Tag() (r0 core.NSInteger)
- func (x NSView) ToolTip() (r0 core.NSString)
- func (x NSView) TrackingAreas() (r0 core.NSArray)
- func (x NSView) TranslateOriginToPoint_(translation core.NSPoint)
- func (x NSView) TranslateRectsNeedingDisplayInRect_by_(clipRect core.NSRect, delta core.NSSize)
- func (x NSView) TranslatesAutoresizingMaskIntoConstraints() (r0 bool)
- func (x NSView) UnregisterDraggedTypes()
- func (x NSView) UpdateConstraints()
- func (x NSView) UpdateConstraintsForSubtreeIfNeeded()
- func (x NSView) UpdateLayer()
- func (x NSView) UpdateTrackingAreas()
- func (x NSView) ViewDidChangeBackingProperties()
- func (x NSView) ViewDidChangeEffectiveAppearance()
- func (x NSView) ViewDidEndLiveResize()
- func (x NSView) ViewDidHide()
- func (x NSView) ViewDidMoveToSuperview()
- func (x NSView) ViewDidMoveToWindow()
- func (x NSView) ViewDidUnhide()
- func (x NSView) ViewWillDraw()
- func (x NSView) ViewWillMoveToSuperview_(newSuperview NSViewRef)
- func (x NSView) ViewWillMoveToWindow_(newWindow NSWindowRef)
- func (x NSView) ViewWillStartLiveResize()
- func (x NSView) ViewWithTag_(tag core.NSInteger) (r0 NSView)
- func (x NSView) VisibleRect() (r0 core.NSRect)
- func (x NSView) WantsDefaultClipping() (r0 bool)
- func (x NSView) WantsLayer() (r0 bool)
- func (x NSView) WantsRestingTouches() (r0 bool)
- func (x NSView) WantsUpdateLayer() (r0 bool)
- func (x NSView) WidthAdjustLimit() (r0 core.CGFloat)
- func (x NSView) WillOpenMenu_withEvent_(menu NSMenuRef, event NSEventRef)
- func (x NSView) WillRemoveSubview_(subview NSViewRef)
- func (x NSView) Window() (r0 NSWindow)
- func (x NSView) WriteEPSInsideRect_toPasteboard_(rect core.NSRect, pasteboard NSPasteboardRef)
- func (x NSView) WritePDFInsideRect_toPasteboard_(rect core.NSRect, pasteboard NSPasteboardRef)
- type NSViewController
- func (x NSViewController) AddChildViewController_(childViewController NSViewControllerRef)
- func (x NSViewController) ChildViewControllers() (r0 core.NSArray)
- func (x NSViewController) CommitEditing() (r0 bool)
- func (x NSViewController) CommitEditingWithDelegate_didCommitSelector_contextInfo_(delegate objc.Ref, didCommitSelector objc.Selector, contextInfo unsafe.Pointer)
- func (x NSViewController) DiscardEditing()
- func (x NSViewController) DismissController_(sender objc.Ref)
- func (x NSViewController) DismissViewController_(viewController NSViewControllerRef)
- func (x NSViewController) Init_asNSViewController() (r0 NSViewController)
- func (x NSViewController) InsertChildViewController_atIndex_(childViewController NSViewControllerRef, index core.NSInteger)
- func (x NSViewController) IsViewLoaded() (r0 bool)
- func (x NSViewController) LoadView()
- func (x NSViewController) NibBundle() (r0 NSBundle)
- func (x NSViewController) ParentViewController() (r0 NSViewController)
- func (x NSViewController) PreferredContentSize() (r0 core.NSSize)
- func (x NSViewController) PreferredContentSizeDidChangeForViewController_(viewController NSViewControllerRef)
- func (x NSViewController) PreferredMaximumSize() (r0 core.NSSize)
- func (x NSViewController) PreferredMinimumSize() (r0 core.NSSize)
- func (x NSViewController) PreferredScreenOrigin() (r0 core.NSPoint)
- func (x NSViewController) PresentViewControllerAsModalWindow_(viewController NSViewControllerRef)
- func (x NSViewController) PresentViewControllerAsSheet_(viewController NSViewControllerRef)
- func (x NSViewController) PresentViewController_animator_(viewController NSViewControllerRef, animator objc.Ref)
- func (x NSViewController) PresentedViewControllers() (r0 core.NSArray)
- func (x NSViewController) PresentingViewController() (r0 NSViewController)
- func (x NSViewController) RemoveChildViewControllerAtIndex_(index core.NSInteger)
- func (x NSViewController) RemoveFromParentViewController()
- func (x NSViewController) RepresentedObject() (r0 objc.Object)
- func (x NSViewController) SetChildViewControllers_(value core.NSArrayRef)
- func (x NSViewController) SetPreferredContentSize_(value core.NSSize)
- func (x NSViewController) SetPreferredScreenOrigin_(value core.NSPoint)
- func (x NSViewController) SetRepresentedObject_(value objc.Ref)
- func (x NSViewController) SetTitle_(value core.NSStringRef)
- func (c NSViewController) SetView(v NSView)
- func (x NSViewController) Title() (r0 core.NSString)
- func (x NSViewController) UpdateViewConstraints()
- func (x NSViewController) ViewDidAppear()
- func (x NSViewController) ViewDidDisappear()
- func (x NSViewController) ViewDidLayout()
- func (x NSViewController) ViewDidLoad()
- func (x NSViewController) ViewWillAppear()
- func (x NSViewController) ViewWillDisappear()
- func (x NSViewController) ViewWillLayout()
- func (x NSViewController) ViewWillTransitionToSize_(newSize core.NSSize)
- type NSViewControllerRef
- type NSViewRef
- type NSVisualEffectView
- func (x NSVisualEffectView) Init_asNSVisualEffectView() (r0 NSVisualEffectView)
- func (x NSVisualEffectView) IsEmphasized() (r0 bool)
- func (x NSVisualEffectView) MaskImage() (r0 NSImage)
- func (x NSVisualEffectView) SetEmphasized_(value bool)
- func (x NSVisualEffectView) SetMaskImage_(value NSImageRef)
- func (x NSVisualEffectView) ViewDidMoveToWindow()
- func (x NSVisualEffectView) ViewWillMoveToWindow_(newWindow NSWindowRef)
- type NSVisualEffectViewRef
- type NSWindow
- func NSWindow_Init(rect core.NSRect, windowStyle core.NSUInteger, ...) NSWindow
- func NSWindow_New() NSWindow
- func NSWindow_WithContentViewController(controller NSViewControllerRef) NSWindow
- func NSWindow_alloc() (r0 NSWindow)
- func NSWindow_fromPointer(ptr unsafe.Pointer) NSWindow
- func NSWindow_fromRef(ref objc.Ref) NSWindow
- func NSWindow_windowWithContentViewController_(contentViewController NSViewControllerRef) (r0 NSWindow)
- func (x NSWindow) AcceptsMouseMovedEvents() (r0 bool)
- func (x NSWindow) AddChildWindow_ordered_(childWin NSWindowRef, place core.NSUInteger)
- func (x NSWindow) AddTabbedWindow_ordered_(window NSWindowRef, ordered core.NSUInteger)
- func (x NSWindow) AllowsConcurrentViewDrawing() (r0 bool)
- func (x NSWindow) AllowsToolTipsWhenApplicationIsInactive() (r0 bool)
- func (x NSWindow) AlphaValue() (r0 core.CGFloat)
- func (x NSWindow) AreCursorRectsEnabled() (r0 bool)
- func (x NSWindow) AspectRatio() (r0 core.NSSize)
- func (x NSWindow) AttachedSheet() (r0 NSWindow)
- func (x NSWindow) AutorecalculatesKeyViewLoop() (r0 bool)
- func (x NSWindow) BackgroundColor() (r0 NSColor)
- func (x NSWindow) BackingScaleFactor() (r0 core.CGFloat)
- func (x NSWindow) BackingType() (r0 core.NSUInteger)
- func (x NSWindow) BecomeKeyWindow()
- func (x NSWindow) BecomeMainWindow()
- func (x NSWindow) CanBecomeKeyWindow() (r0 bool)
- func (x NSWindow) CanBecomeMainWindow() (r0 bool)
- func (x NSWindow) CanBecomeVisibleWithoutLogin() (r0 bool)
- func (x NSWindow) CanHide() (r0 bool)
- func (x NSWindow) CascadeTopLeftFromPoint_(topLeftPoint core.NSPoint) (r0 core.NSPoint)
- func (x NSWindow) Center()
- func (x NSWindow) ChildWindows() (r0 core.NSArray)
- func (x NSWindow) Close()
- func (w NSWindow) CollectionBehavior() uint
- func (x NSWindow) ConstrainFrameRect_toScreen_(frameRect core.NSRect, screen NSScreenRef) (r0 core.NSRect)
- func (x NSWindow) ContentAspectRatio() (r0 core.NSSize)
- func (x NSWindow) ContentLayoutGuide() (r0 objc.Object)
- func (x NSWindow) ContentLayoutRect() (r0 core.NSRect)
- func (x NSWindow) ContentMaxSize() (r0 core.NSSize)
- func (x NSWindow) ContentMinSize() (r0 core.NSSize)
- func (w NSWindow) ContentRectForFrameRect(frameRect core.NSRect) (rect core.NSRect)
- func (x NSWindow) ContentRectForFrameRect_(frameRect core.NSRect) (r0 core.NSRect)
- func (x NSWindow) ContentResizeIncrements() (r0 core.NSSize)
- func (x NSWindow) ContentView() (r0 NSView)
- func (x NSWindow) ContentViewController() (r0 NSViewController)
- func (x NSWindow) ConvertPointFromBacking_(point core.NSPoint) (r0 core.NSPoint)
- func (x NSWindow) ConvertPointFromScreen_(point core.NSPoint) (r0 core.NSPoint)
- func (x NSWindow) ConvertPointToBacking_(point core.NSPoint) (r0 core.NSPoint)
- func (x NSWindow) ConvertPointToScreen_(point core.NSPoint) (r0 core.NSPoint)
- func (x NSWindow) ConvertRectFromBacking_(rect core.NSRect) (r0 core.NSRect)
- func (x NSWindow) ConvertRectFromScreen_(rect core.NSRect) (r0 core.NSRect)
- func (x NSWindow) ConvertRectToBacking_(rect core.NSRect) (r0 core.NSRect)
- func (x NSWindow) ConvertRectToScreen_(rect core.NSRect) (r0 core.NSRect)
- func (x NSWindow) CurrentEvent() (r0 NSEvent)
- func (x NSWindow) DataWithEPSInsideRect_(rect core.NSRect) (r0 core.NSData)
- func (x NSWindow) DataWithPDFInsideRect_(rect core.NSRect) (r0 core.NSData)
- func (x NSWindow) DeepestScreen() (r0 NSScreen)
- func (x NSWindow) Delegate() (r0 objc.Object)
- func (x NSWindow) Deminiaturize_(sender objc.Ref)
- func (x NSWindow) DeviceDescription() (r0 core.NSDictionary)
- func (x NSWindow) DisableCursorRects()
- func (x NSWindow) DisableKeyEquivalentForDefaultButtonCell()
- func (x NSWindow) DisableScreenUpdatesUntilFlush()
- func (x NSWindow) DisableSnapshotRestoration()
- func (x NSWindow) DiscardCursorRects()
- func (x NSWindow) Display()
- func (x NSWindow) DisplayIfNeeded()
- func (x NSWindow) DisplaysWhenScreenProfileChanges() (r0 bool)
- func (x NSWindow) DragImage_at_offset_event_pasteboard_source_slideBack_(image NSImageRef, baseLocation core.NSPoint, initialOffset core.NSSize, ...)
- func (x NSWindow) EnableCursorRects()
- func (x NSWindow) EnableKeyEquivalentForDefaultButtonCell()
- func (x NSWindow) EnableSnapshotRestoration()
- func (x NSWindow) EndEditingFor_(object objc.Ref)
- func (x NSWindow) EndSheet_(sheetWindow NSWindowRef)
- func (x NSWindow) FieldEditor_forObject_(createFlag bool, object objc.Ref) (r0 NSText)
- func (x NSWindow) Frame() (r0 core.NSRect)
- func (x NSWindow) FrameRectForContentRect_(contentRect core.NSRect) (r0 core.NSRect)
- func (x NSWindow) HasCloseBox() (r0 bool)
- func (x NSWindow) HasDynamicDepthLimit() (r0 bool)
- func (x NSWindow) HasShadow() (r0 bool)
- func (x NSWindow) HasTitleBar() (r0 bool)
- func (x NSWindow) HidesOnDeactivate() (r0 bool)
- func (x NSWindow) IgnoresMouseEvents() (r0 bool)
- func (x NSWindow) InLiveResize() (r0 bool)
- func (x NSWindow) InitWithContentRect_styleMask_backing_defer__asNSWindow(contentRect core.NSRect, style core.NSUInteger, ...) (r0 NSWindow)
- func (x NSWindow) InitWithContentRect_styleMask_backing_defer_screen__asNSWindow(contentRect core.NSRect, style core.NSUInteger, ...) (r0 NSWindow)
- func (x NSWindow) Init_asNSWindow() (r0 NSWindow)
- func (x NSWindow) InitialFirstResponder() (r0 NSView)
- func (x NSWindow) InvalidateCursorRectsForView_(view NSViewRef)
- func (x NSWindow) InvalidateShadow()
- func (x NSWindow) IsDocumentEdited() (r0 bool)
- func (x NSWindow) IsExcludedFromWindowsMenu() (r0 bool)
- func (x NSWindow) IsFloatingPanel() (r0 bool)
- func (x NSWindow) IsKeyWindow() (r0 bool)
- func (x NSWindow) IsMainWindow() (r0 bool)
- func (x NSWindow) IsMiniaturizable() (r0 bool)
- func (x NSWindow) IsMiniaturized() (r0 bool)
- func (x NSWindow) IsModalPanel() (r0 bool)
- func (x NSWindow) IsMovable() (r0 bool)
- func (x NSWindow) IsMovableByWindowBackground() (r0 bool)
- func (x NSWindow) IsOnActiveSpace() (r0 bool)
- func (x NSWindow) IsOpaque() (r0 bool)
- func (x NSWindow) IsReleasedWhenClosed() (r0 bool)
- func (x NSWindow) IsResizable() (r0 bool)
- func (x NSWindow) IsRestorable() (r0 bool)
- func (x NSWindow) IsSheet() (r0 bool)
- func (x NSWindow) IsVisible() (r0 bool)
- func (x NSWindow) IsZoomable() (r0 bool)
- func (x NSWindow) IsZoomed() (r0 bool)
- func (x NSWindow) LayoutIfNeeded()
- func (w NSWindow) Level() int64
- func (w NSWindow) MakeKeyAndOrderFront(sender objc.Object)
- func (x NSWindow) MakeKeyAndOrderFront_(sender objc.Ref)
- func (x NSWindow) MakeKeyWindow()
- func (x NSWindow) MakeMainWindow()
- func (x NSWindow) MaxFullScreenContentSize() (r0 core.NSSize)
- func (x NSWindow) MaxSize() (r0 core.NSSize)
- func (x NSWindow) MergeAllWindows_(sender objc.Ref)
- func (x NSWindow) MinFullScreenContentSize() (r0 core.NSSize)
- func (x NSWindow) MinSize() (r0 core.NSSize)
- func (x NSWindow) Miniaturize_(sender objc.Ref)
- func (x NSWindow) MiniwindowImage() (r0 NSImage)
- func (x NSWindow) MiniwindowTitle() (r0 core.NSString)
- func (x NSWindow) MouseLocationOutsideOfEventStream() (r0 core.NSPoint)
- func (w NSWindow) MovableByWindowBackground() bool
- func (x NSWindow) MoveTabToNewWindow_(sender objc.Ref)
- func (w NSWindow) Opaque() bool
- func (w NSWindow) OrderBack(sender objc.Object)
- func (x NSWindow) OrderBack_(sender objc.Ref)
- func (w NSWindow) OrderFront(sender objc.Object)
- func (x NSWindow) OrderFrontRegardless()
- func (x NSWindow) OrderFront_(sender objc.Ref)
- func (w NSWindow) OrderOut(sender objc.Object)
- func (x NSWindow) OrderOut_(sender objc.Ref)
- func (x NSWindow) OrderWindow_relativeTo_(place core.NSUInteger, otherWin core.NSInteger)
- func (x NSWindow) OrderedIndex() (r0 core.NSInteger)
- func (x NSWindow) ParentWindow() (r0 NSWindow)
- func (x NSWindow) PerformClose_(sender objc.Ref)
- func (x NSWindow) PerformMiniaturize_(sender objc.Ref)
- func (x NSWindow) PerformWindowDragWithEvent_(event NSEventRef)
- func (x NSWindow) PerformZoom_(sender objc.Ref)
- func (x NSWindow) PostEvent_atStart_(event NSEventRef, flag bool)
- func (x NSWindow) PreservesContentDuringLiveResize() (r0 bool)
- func (x NSWindow) PreventsApplicationTerminationWhenModal() (r0 bool)
- func (x NSWindow) Print_(sender objc.Ref)
- func (x NSWindow) RecalculateKeyViewLoop()
- func (x NSWindow) RegisterForDraggedTypes_(newTypes core.NSArrayRef)
- func (x NSWindow) RemoveChildWindow_(childWin NSWindowRef)
- func (x NSWindow) RemoveTitlebarAccessoryViewControllerAtIndex_(index core.NSInteger)
- func (x NSWindow) RepresentedFilename() (r0 core.NSString)
- func (x NSWindow) RepresentedURL() (r0 core.NSURL)
- func (x NSWindow) ResetCursorRects()
- func (x NSWindow) ResignKeyWindow()
- func (x NSWindow) ResignMainWindow()
- func (x NSWindow) ResizeIncrements() (r0 core.NSSize)
- func (x NSWindow) RunToolbarCustomizationPalette_(sender objc.Ref)
- func (x NSWindow) Screen() (r0 NSScreen)
- func (x NSWindow) SelectKeyViewFollowingView_(view NSViewRef)
- func (x NSWindow) SelectKeyViewPrecedingView_(view NSViewRef)
- func (x NSWindow) SelectNextKeyView_(sender objc.Ref)
- func (x NSWindow) SelectNextTab_(sender objc.Ref)
- func (x NSWindow) SelectPreviousKeyView_(sender objc.Ref)
- func (x NSWindow) SelectPreviousTab_(sender objc.Ref)
- func (x NSWindow) SendEvent_(event NSEventRef)
- func (x NSWindow) SetAcceptsMouseMovedEvents_(value bool)
- func (x NSWindow) SetAllowsConcurrentViewDrawing_(value bool)
- func (x NSWindow) SetAllowsToolTipsWhenApplicationIsInactive_(value bool)
- func (x NSWindow) SetAlphaValue_(value core.CGFloat)
- func (x NSWindow) SetAspectRatio_(value core.NSSize)
- func (x NSWindow) SetAutorecalculatesKeyViewLoop_(value bool)
- func (w NSWindow) SetBackgroundColor(color NSColor)
- func (x NSWindow) SetBackgroundColor_(value NSColorRef)
- func (x NSWindow) SetBackingType_(value core.NSUInteger)
- func (x NSWindow) SetCanBecomeVisibleWithoutLogin_(value bool)
- func (x NSWindow) SetCanHide_(value bool)
- func (w NSWindow) SetCollectionBehavior(collectionBehavior uint)
- func (x NSWindow) SetCollectionBehavior_(value core.NSUInteger)
- func (x NSWindow) SetContentAspectRatio_(value core.NSSize)
- func (x NSWindow) SetContentMaxSize_(value core.NSSize)
- func (x NSWindow) SetContentMinSize_(value core.NSSize)
- func (x NSWindow) SetContentResizeIncrements_(value core.NSSize)
- func (x NSWindow) SetContentSize_(size core.NSSize)
- func (w NSWindow) SetContentView(view NSViewRef)
- func (x NSWindow) SetContentViewController_(value NSViewControllerRef)
- func (x NSWindow) SetContentView_(value NSViewRef)
- func (x NSWindow) SetDelegate_(value objc.Ref)
- func (x NSWindow) SetDisplaysWhenScreenProfileChanges_(value bool)
- func (x NSWindow) SetDocumentEdited_(value bool)
- func (x NSWindow) SetDynamicDepthLimit_(flag bool)
- func (x NSWindow) SetExcludedFromWindowsMenu_(value bool)
- func (w NSWindow) SetFrameDisplay(frame core.NSRect, display bool)
- func (x NSWindow) SetFrameOrigin_(point core.NSPoint)
- func (x NSWindow) SetFrameTopLeftPoint_(point core.NSPoint)
- func (x NSWindow) SetFrame_display_(frameRect core.NSRect, flag bool)
- func (x NSWindow) SetFrame_display_animate_(frameRect core.NSRect, displayFlag bool, animateFlag bool)
- func (w NSWindow) SetHasShadow(b bool)
- func (x NSWindow) SetHasShadow_(value bool)
- func (x NSWindow) SetHidesOnDeactivate_(value bool)
- func (w NSWindow) SetIgnoresMouseEvents(b bool)
- func (x NSWindow) SetIgnoresMouseEvents_(value bool)
- func (x NSWindow) SetInitialFirstResponder_(value NSViewRef)
- func (x NSWindow) SetIsMiniaturized_(flag bool)
- func (x NSWindow) SetIsVisible_(flag bool)
- func (x NSWindow) SetIsZoomed_(flag bool)
- func (w NSWindow) SetLevel(level int)
- func (x NSWindow) SetLevel_(value core.NSInteger)
- func (x NSWindow) SetMaxFullScreenContentSize_(value core.NSSize)
- func (x NSWindow) SetMaxSize_(value core.NSSize)
- func (x NSWindow) SetMinFullScreenContentSize_(value core.NSSize)
- func (x NSWindow) SetMinSize_(value core.NSSize)
- func (x NSWindow) SetMiniwindowImage_(value NSImageRef)
- func (x NSWindow) SetMiniwindowTitle_(value core.NSStringRef)
- func (w NSWindow) SetMovableByWindowBackground(b bool)
- func (x NSWindow) SetMovableByWindowBackground_(value bool)
- func (x NSWindow) SetMovable_(value bool)
- func (w NSWindow) SetOpaque(b bool)
- func (x NSWindow) SetOpaque_(value bool)
- func (x NSWindow) SetOrderedIndex_(value core.NSInteger)
- func (x NSWindow) SetParentWindow_(value NSWindowRef)
- func (x NSWindow) SetPreservesContentDuringLiveResize_(value bool)
- func (x NSWindow) SetPreventsApplicationTerminationWhenModal_(value bool)
- func (x NSWindow) SetReleasedWhenClosed_(value bool)
- func (x NSWindow) SetRepresentedFilename_(value core.NSStringRef)
- func (x NSWindow) SetRepresentedURL_(value core.NSURLRef)
- func (x NSWindow) SetResizeIncrements_(value core.NSSize)
- func (x NSWindow) SetRestorable_(value bool)
- func (x NSWindow) SetShowsToolbarButton_(value bool)
- func (w NSWindow) SetStyleMask(mask uint)
- func (x NSWindow) SetStyleMask_(value core.NSUInteger)
- func (x NSWindow) SetSubtitle_(value core.NSStringRef)
- func (w NSWindow) SetTitle(title string)
- func (w NSWindow) SetTitleVisibility(v int)
- func (x NSWindow) SetTitleVisibility_(value core.NSInteger)
- func (x NSWindow) SetTitleWithRepresentedFilename_(filename core.NSStringRef)
- func (x NSWindow) SetTitle_(value core.NSStringRef)
- func (x NSWindow) SetTitlebarAccessoryViewControllers_(value core.NSArrayRef)
- func (w NSWindow) SetTitlebarAppearsTransparent(b bool)
- func (x NSWindow) SetTitlebarAppearsTransparent_(value bool)
- func (x NSWindow) SetViewsNeedDisplay_(value bool)
- func (x NSWindow) SheetParent() (r0 NSWindow)
- func (x NSWindow) Sheets() (r0 core.NSArray)
- func (x NSWindow) ShowsToolbarButton() (r0 bool)
- func (w NSWindow) StyleMask() uint
- func (x NSWindow) Subtitle() (r0 core.NSString)
- func (x NSWindow) TabbedWindows() (r0 core.NSArray)
- func (w NSWindow) Title() string
- func (w NSWindow) TitleVisibility() int64
- func (x NSWindow) TitlebarAccessoryViewControllers() (r0 core.NSArray)
- func (x NSWindow) TitlebarAppearsTransparent() (r0 bool)
- func (w NSWindow) ToggleFullScreen(s objc.Object)
- func (x NSWindow) ToggleFullScreen_(sender objc.Ref)
- func (x NSWindow) ToggleTabBar_(sender objc.Ref)
- func (x NSWindow) ToggleTabOverview_(sender objc.Ref)
- func (x NSWindow) ToggleToolbarShown_(sender objc.Ref)
- func (x NSWindow) TryToPerform_with_(action objc.Selector, object objc.Ref) (r0 bool)
- func (x NSWindow) UnregisterDraggedTypes()
- func (x NSWindow) Update()
- func (x NSWindow) UpdateConstraintsIfNeeded()
- func (x NSWindow) ViewsNeedDisplay() (r0 bool)
- func (x NSWindow) VisualizeConstraints_(constraints core.NSArrayRef)
- func (x NSWindow) WindowNumber() (r0 core.NSInteger)
- func (x NSWindow) WorksWhenModal() (r0 bool)
- func (x NSWindow) Zoom_(sender objc.Ref)
- type NSWindowRef
Examples ¶
Constants ¶
View Source
const ( NSApplicationActivationPolicyRegular = 0 NSApplicationActivationPolicyAccessory = 1 NSApplicationActivationPolicyProhibited = 2 )
View Source
const ( NSControlStateValueMixed = -1 NSControlStateValueOff = 0 NSControlStateValueOn = 1 NSNoImage = 0 NSImageOnly = 1 NSImageLeft = 2 NSImageRight = 3 NSImageBelow = 4 NSImageAbove = 5 NSImageOverlaps = 6 )
View Source
const ( NSEventTypeLeftMouseDown = 1 NSEventTypeLeftMouseUp = 2 NSEventTypeRightMouseDown = 3 NSEventTypeRightMouseUp = 4 NSEventTypeMouseMoved = 5 NSEventTypeLeftMouseDragged = 6 NSEventTypeRightMouseDragged = 7 NSEventTypeMouseEntered = 8 NSEventTypeMouseExited = 9 NSEventTypeKeyDown = 10 NSEventTypeKeyUp = 11 NSEventTypeFlagsChanged = 12 NSEventTypeAppKitDefined = 13 NSEventTypeSystemDefined = 14 NSEventTypeApplicationDefined = 15 NSEventTypePeriodic = 16 NSEventTypeCursorUpdate = 17 NSEventTypeRotate = 18 NSEventTypeBeginGesture = 19 NSEventTypeEndGesture = 20 NSEventTypeScrollWheel = 22 NSEventTypeTabletPoint = 23 NSEventTypeTabletProximity = 24 NSEventTypeOtherMouseDown = 25 NSEventTypeOtherMouseUp = 26 NSEventTypeOtherMouseDragged = 27 NSEventTypeGesture = 29 NSEventTypeMagnify = 30 NSEventTypeSwipe = 31 NSEventTypeSmartMagnify = 32 NSEventTypeQuickLook = 33 NSEventTypePressure = 34 NSEventTypeDirectTouch = 37 NSEventTypeChangeMode = 38 NSEventMaskLeftMouseDown uint64 = 1 << NSEventTypeLeftMouseDown NSEventMaskLeftMouseUp uint64 = 1 << NSEventTypeLeftMouseUp NSEventMaskRightMouseDown uint64 = 1 << NSEventTypeRightMouseDown NSEventMaskRightMouseUp uint64 = 1 << NSEventTypeRightMouseUp NSEventMaskMouseMoved uint64 = 1 << NSEventTypeMouseMoved NSEventMaskLeftMouseDragged uint64 = 1 << NSEventTypeLeftMouseDragged NSEventMaskRightMouseDragged uint64 = 1 << NSEventTypeRightMouseDragged NSEventMaskMouseEntered uint64 = 1 << NSEventTypeMouseEntered NSEventMaskMouseExited uint64 = 1 << NSEventTypeMouseExited NSEventMaskKeyDown uint64 = 1 << NSEventTypeKeyDown NSEventMaskKeyUp uint64 = 1 << NSEventTypeKeyUp NSEventMaskFlagsChanged uint64 = 1 << NSEventTypeFlagsChanged NSEventMaskAppKitDefined uint64 = 1 << NSEventTypeAppKitDefined NSEventMaskSystemDefined uint64 = 1 << NSEventTypeSystemDefined NSEventMaskApplicationDefined uint64 = 1 << NSEventTypeApplicationDefined NSEventMaskPeriodic uint64 = 1 << NSEventTypePeriodic NSEventMaskCursorUpdate uint64 = 1 << NSEventTypeCursorUpdate NSEventMaskRotate uint64 = 1 << NSEventTypeRotate NSEventMaskBeginGesture uint64 = 1 << NSEventTypeBeginGesture NSEventMaskEndGesture uint64 = 1 << NSEventTypeEndGesture NSEventMaskScrollWheel uint64 = 1 << NSEventTypeScrollWheel NSEventMaskTabletPoint uint64 = 1 << NSEventTypeTabletPoint NSEventMaskTabletProximity uint64 = 1 << NSEventTypeTabletProximity NSEventMaskOtherMouseDown uint64 = 1 << NSEventTypeOtherMouseDown NSEventMaskOtherMouseUp uint64 = 1 << NSEventTypeOtherMouseUp NSEventMaskOtherMouseDragged uint64 = 1 << NSEventTypeOtherMouseDragged NSEventMaskGesture uint64 = 1 << NSEventTypeGesture NSEventMaskMagnify uint64 = 1 << NSEventTypeMagnify NSEventMaskSwipe uint64 = 1 << NSEventTypeSwipe NSEventMaskSmartMagnify uint64 = 1 << NSEventTypeSmartMagnify NSEventMaskQuickLook uint64 = 1 << NSEventTypeQuickLook NSEventMaskPressure uint64 = 1 << NSEventTypePressure NSEventMaskDirectTouch uint64 = 1 << NSEventTypeDirectTouch NSEventMaskChangeMode uint64 = 1 << NSEventTypeChangeMode NSEventMaskAny uint64 = 18446744073709551615 )
View Source
const ( // NSPasteboardTypeURL holds URL data for one file or resource. NSPasteboardTypeURL = NSPasteboardType("public.url") // NSPasteboardTypeColor holds color data. NSPasteboardTypeColor = NSPasteboardType("com.apple.cocoa.pasteboard.color") // NSPasteboardTypeFileURL holds a file URL. NSPasteboardTypeFileURL = NSPasteboardType("public.file-url") // NSPasteboardTypeFont holds font and character information. NSPasteboardTypeFont = NSPasteboardType("com.apple.cocoa.pasteboard.character-formatting") // NSPasteboardTypeHTML holds type for HTML content. NSPasteboardTypeHTML = NSPasteboardType("public.html") // NSPasteboardTypeMultipleTextSelection holds multiple text selection. NSPasteboardTypeMultipleTextSelection = NSPasteboardType("com.apple.cocoa.pasteboard.multiple-text-selection") // NSPasteboardTypePDF holds PDF data. NSPasteboardTypePDF = NSPasteboardType("com.adobe.pdf") // NSPasteboardTypePNG holds PNG image data. NSPasteboardTypePNG = NSPasteboardType("public.png") // NSPasteboardTypeRTF holds rich Text Format (RTF) data. NSPasteboardTypeRTF = NSPasteboardType("public.rtf") // NSPasteboardTypeRTFD holds RTFD formatted file contents. NSPasteboardTypeRTFD = NSPasteboardType("com.apple.flat-rtfd") // NSPasteboardTypeRuler holds paragraph formatting information. NSPasteboardTypeRuler = NSPasteboardType("com.apple.cocoa.pasteboard.paragraph-formatting") // NSPasteboardTypeSound holds sound data. NSPasteboardTypeSound = NSPasteboardType("com.apple.cocoa.pasteboard.sound") // NSPasteboardTypeString holds string data. NSPasteboardTypeString = NSPasteboardType("public.utf8-plain-text") // NSPasteboardTypeTabularText holds tab-separated fields of text. NSPasteboardTypeTabularText = NSPasteboardType("public.utf8-tab-separated-values-text") // NSPasteboardTypeTextFinderOptions holds type for the Find panel metadata property list. NSPasteboardTypeTextFinderOptions = NSPasteboardType("com.apple.cocoa.pasteboard.find-panel-search-options") // NSPasteboardTypeTIFF holds tag Image File Format (TIFF) data. NSPasteboardTypeTIFF = NSPasteboardType("public.tiff") )
check https://github.com/progrium/macdriver/wiki/How-to-pull-enum-constants for example on how to get these values from objc
View Source
const ( NSPopoverBehaviorApplicationDefined = 0 NSPopoverBehaviorTransient = 1 NSPopoverBehaviorSemitransient = 2 )
View Source
const ( NSVariableStatusItemLength = -1.0 NSSquareStatusItemLength = -2.0 )
View Source
const ( NSVisualEffectBlendingModeBehindWindow = 0 NSVisualEffectBlendingModeWithinWindow = 1 )
View Source
const ( NSBorderlessWindowMask = 0 NSTitledWindowMask = 1 << 0 NSClosableWindowMask = 1 << 1 NSMiniaturizableWindowMask = 1 << 2 NSResizableWindowMask = 1 << 3 NSTexturedBackgroundWindowMask = 1 << 8 NSWindowStyleMaskFullScreen = 1 << 14 NSFullSizeContentViewWindowMask = 32768 NSWindowTitleVisible = 0 NSWindowTitleHidden = 1 NSWindowAbove = 1 NSWindowBelow = -1 NSWindowOut = 0 NSBackingStoreRetained NSBackingStoreType = 0 NSBackingStoreNonretained NSBackingStoreType = 1 NSBackingStoreBuffered NSBackingStoreType = 2 NSNormalWindowLevel = C.NSNormalWindowLevel NSFloatingWindowLevel = C.NSFloatingWindowLevel NSTornOffMenuWindowLevel = C.NSTornOffMenuWindowLevel NSMainMenuWindowLevel = C.NSMainMenuWindowLevel NSStatusWindowLevel = C.NSStatusWindowLevel NSModalPanelWindowLevel = C.NSModalPanelWindowLevel NSPopUpMenuWindowLevel = C.NSPopUpMenuWindowLevel NSScreenSaverWindowLevel = C.NSScreenSaverWindowLevel NSWindowCollectionBehaviorDefault = 0 NSWindowCollectionBehaviorCanJoinAllSpaces = 1 << 0 NSWindowCollectionBehaviorMoveToActiveSpace = 1 << 1 NSWindowCollectionBehaviorManaged = 1 << 2 NSWindowCollectionBehaviorTransient = 1 << 3 NSWindowCollectionBehaviorStationary = 1 << 4 NSWindowCollectionBehaviorParticipatesInCycle = 1 << 5 NSWindowCollectionBehaviorIgnoresCycle = 1 << 6 NSWindowCollectionBehaviorFullScreenPrimary = 1 << 7 NSWindowCollectionBehaviorFullScreenAuxiliary = 1 << 8 NSWindowCollectionBehaviorFullScreenNone = 1 << 9 NSWindowCollectionBehaviorFullScreenAllowsTiling = 1 << 11 NSWindowCollectionBehaviorFullScreenDisallowsTiling = 1 << 12 )
Variables ¶
Functions ¶
func NSApplication_detachDrawingThread_toTarget_withObject_ ¶ added in v0.2.0
func NSBundle_URLForResource_withExtension_subdirectory_inBundleWithURL_ ¶ added in v0.2.0
func NSBundle_URLForResource_withExtension_subdirectory_inBundleWithURL_( name core.NSStringRef, ext core.NSStringRef, subpath core.NSStringRef, bundleURL core.NSURLRef, ) ( r0 core.NSURL, )
func NSBundle_URLsForResourcesWithExtension_subdirectory_inBundleWithURL_ ¶ added in v0.2.0
func NSBundle_URLsForResourcesWithExtension_subdirectory_inBundleWithURL_( ext core.NSStringRef, subpath core.NSStringRef, bundleURL core.NSURLRef, ) ( r0 core.NSArray, )
func NSBundle_allBundles ¶ added in v0.2.0
func NSBundle_allFrameworks ¶ added in v0.2.0
func NSBundle_pathForResource_ofType_inDirectory_ ¶ added in v0.2.0
func NSBundle_pathForResource_ofType_inDirectory_( name core.NSStringRef, ext core.NSStringRef, bundlePath core.NSStringRef, ) ( r0 core.NSString, )
func NSBundle_pathsForResourcesOfType_inDirectory_ ¶ added in v0.2.0
func NSBundle_pathsForResourcesOfType_inDirectory_( ext core.NSStringRef, bundlePath core.NSStringRef, ) ( r0 core.NSArray, )
func NSBundle_preferredLocalizationsFromArray_ ¶ added in v0.2.0
func NSBundle_preferredLocalizationsFromArray_( localizationsArray core.NSArrayRef, ) ( r0 core.NSArray, )
func NSBundle_preferredLocalizationsFromArray_forPreferences_ ¶ added in v0.2.0
func NSBundle_preferredLocalizationsFromArray_forPreferences_( localizationsArray core.NSArrayRef, preferencesArray core.NSArrayRef, ) ( r0 core.NSArray, )
func NSColor_ignoresAlpha ¶ added in v0.2.0
func NSColor_ignoresAlpha() ( r0 bool, )
func NSColor_setIgnoresAlpha_ ¶ added in v0.2.0
func NSColor_setIgnoresAlpha_( value bool, )
func NSEvent_mouseCoalescingEnabled ¶ added in v0.2.0
func NSEvent_mouseCoalescingEnabled() ( r0 bool, )
func NSEvent_mouseLocation ¶ added in v0.2.0
func NSEvent_pressedMouseButtons ¶ added in v0.2.0
func NSEvent_pressedMouseButtons() ( r0 core.NSUInteger, )
func NSEvent_removeMonitor_ ¶ added in v0.2.0
func NSEvent_setMouseCoalescingEnabled_ ¶ added in v0.2.0
func NSEvent_setMouseCoalescingEnabled_( value bool, )
func NSEvent_stopPeriodicEvents ¶ added in v0.2.0
func NSEvent_stopPeriodicEvents()
func NSEvent_swipeTrackingFromScrollEventsEnabled ¶ added in v0.2.0
func NSEvent_swipeTrackingFromScrollEventsEnabled() ( r0 bool, )
func NSFont_labelFontSize ¶ added in v0.2.0
func NSFont_setUserFixedPitchFont_ ¶ added in v0.2.0
func NSFont_setUserFixedPitchFont_( font NSFontRef, )
func NSFont_setUserFont_ ¶ added in v0.2.0
func NSFont_setUserFont_( font NSFontRef, )
func NSFont_smallSystemFontSize ¶ added in v0.2.0
func NSFont_systemFontSize ¶ added in v0.2.0
func NSImage_canInitWithPasteboard_ ¶ added in v0.2.0
func NSImage_canInitWithPasteboard_( pasteboard NSPasteboardRef, ) ( r0 bool, )
func NSImage_imageTypes ¶ added in v0.2.0
func NSImage_imageUnfilteredTypes ¶ added in v0.2.0
func NSMenuItem_setUsesUserKeyEquivalents_ ¶ added in v0.2.0
func NSMenuItem_setUsesUserKeyEquivalents_( value bool, )
func NSMenuItem_usesUserKeyEquivalents ¶ added in v0.2.0
func NSMenuItem_usesUserKeyEquivalents() ( r0 bool, )
func NSMenu_menuBarVisible ¶ added in v0.2.0
func NSMenu_menuBarVisible() ( r0 bool, )
func NSMenu_popUpContextMenu_withEvent_forView_ ¶ added in v0.2.0
func NSMenu_popUpContextMenu_withEvent_forView_( menu NSMenuRef, event NSEventRef, view NSViewRef, )
func NSMenu_popUpContextMenu_withEvent_forView_withFont_ ¶ added in v0.2.0
func NSMenu_popUpContextMenu_withEvent_forView_withFont_( menu NSMenuRef, event NSEventRef, view NSViewRef, font NSFontRef, )
func NSMenu_setMenuBarVisible_ ¶ added in v0.2.0
func NSMenu_setMenuBarVisible_( visible bool, )
func NSScreen_screens ¶ added in v0.2.0
func NSScreen_screensHaveSeparateSpaces ¶ added in v0.2.0
func NSScreen_screensHaveSeparateSpaces() ( r0 bool, )
func NSTextView_registerForServices ¶ added in v0.2.0
func NSTextView_registerForServices()
func NSTextView_stronglyReferencesTextStorage ¶ added in v0.2.0
func NSTextView_stronglyReferencesTextStorage() ( r0 bool, )
func NSView_compatibleWithResponsiveScrolling ¶ added in v0.2.0
func NSView_compatibleWithResponsiveScrolling() ( r0 bool, )
func NSView_requiresConstraintBasedLayout ¶ added in v0.2.0
func NSView_requiresConstraintBasedLayout() ( r0 bool, )
func NSWindow_allowsAutomaticWindowTabbing ¶ added in v0.2.0
func NSWindow_allowsAutomaticWindowTabbing() ( r0 bool, )
func NSWindow_contentRectForFrameRect_styleMask_ ¶ added in v0.2.0
func NSWindow_frameRectForContentRect_styleMask_ ¶ added in v0.2.0
func NSWindow_minFrameWidthWithTitle_styleMask_ ¶ added in v0.2.0
func NSWindow_minFrameWidthWithTitle_styleMask_( title core.NSStringRef, style core.NSUInteger, ) ( r0 core.CGFloat, )
func NSWindow_setAllowsAutomaticWindowTabbing_ ¶ added in v0.2.0
func NSWindow_setAllowsAutomaticWindowTabbing_( value bool, )
Types ¶
type NSApplication ¶
type NSApplication struct {
// contains filtered or unexported fields
}
func NSApp ¶
func NSApp() NSApplication
func NSApp_WithDidLaunch ¶
func NSApp_WithDidLaunch(cb func(notification objc.Object)) NSApplication
func NSApplication_New ¶
func NSApplication_New() NSApplication
func NSApplication_alloc ¶ added in v0.2.0
func NSApplication_alloc() ( r0 NSApplication, )
func NSApplication_fromPointer ¶ added in v0.2.0
func NSApplication_fromPointer(ptr unsafe.Pointer) NSApplication
func NSApplication_fromRef ¶ added in v0.2.0
func NSApplication_fromRef(ref objc.Ref) NSApplication
func NSApplication_sharedApplication ¶ added in v0.2.0
func NSApplication_sharedApplication() ( r0 NSApplication, )
func (NSApplication) ActivateContextHelpMode_ ¶ added in v0.2.0
func (NSApplication) ActivateIgnoringOtherApps ¶
func (app NSApplication) ActivateIgnoringOtherApps(flag bool)
func (NSApplication) ActivateIgnoringOtherApps_ ¶ added in v0.2.0
func (x NSApplication) ActivateIgnoringOtherApps_( flag bool, )
func (NSApplication) ActivationPolicy ¶ added in v0.2.0
func (NSApplication) ApplicationIconImage ¶ added in v0.2.0
func (x NSApplication) ApplicationIconImage() ( r0 NSImage, )
func (NSApplication) CancelUserAttentionRequest_ ¶ added in v0.2.0
func (NSApplication) CurrentEvent ¶ added in v0.2.0
func (x NSApplication) CurrentEvent() ( r0 NSEvent, )
func (NSApplication) Deactivate ¶ added in v0.2.0
func (x NSApplication) Deactivate()
func (NSApplication) Delegate ¶
func (app NSApplication) Delegate() objc.Object
func (NSApplication) DisableRelaunchOnLogin ¶ added in v0.2.0
func (x NSApplication) DisableRelaunchOnLogin()
func (NSApplication) EnableRelaunchOnLogin ¶ added in v0.2.0
func (x NSApplication) EnableRelaunchOnLogin()
func (NSApplication) FinishLaunching ¶ added in v0.2.0
func (x NSApplication) FinishLaunching()
func (NSApplication) HideOtherApplications_ ¶ added in v0.2.0
func (NSApplication) Init_asNSApplication ¶ added in v0.2.0
func (x NSApplication) Init_asNSApplication() ( r0 NSApplication, )
func (NSApplication) IsFullKeyboardAccessEnabled ¶ added in v0.2.0
func (x NSApplication) IsFullKeyboardAccessEnabled() ( r0 bool, )
func (NSApplication) IsRegisteredForRemoteNotifications ¶ added in v0.2.0
func (x NSApplication) IsRegisteredForRemoteNotifications() ( r0 bool, )
func (NSApplication) OrderedDocuments ¶ added in v0.2.0
func (NSApplication) OrderedWindows ¶ added in v0.2.0
func (NSApplication) PostEvent_atStart_ ¶ added in v0.2.0
func (x NSApplication) PostEvent_atStart_( event NSEventRef, flag bool, )
func (NSApplication) RegisterForRemoteNotifications ¶ added in v0.2.0
func (x NSApplication) RegisterForRemoteNotifications()
func (NSApplication) RegisterUserInterfaceItemSearchHandler_ ¶ added in v0.2.0
func (NSApplication) ReplyToApplicationShouldTerminate_ ¶ added in v0.2.0
func (x NSApplication) ReplyToApplicationShouldTerminate_( shouldTerminate bool, )
func (NSApplication) SendAction_to_from_ ¶ added in v0.2.0
func (NSApplication) SendEvent_ ¶ added in v0.2.0
func (x NSApplication) SendEvent_( event NSEventRef, )
func (NSApplication) ServicesProvider ¶ added in v0.2.0
func (NSApplication) SetActivationPolicy ¶
func (app NSApplication) SetActivationPolicy(policy int)
func (NSApplication) SetActivationPolicy_ ¶ added in v0.2.0
func (NSApplication) SetApplicationIconImage_ ¶ added in v0.2.0
func (x NSApplication) SetApplicationIconImage_( value NSImageRef, )
func (NSApplication) SetDelegate ¶
func (app NSApplication) SetDelegate(delegate objc.Object)
func (NSApplication) SetDelegate_ ¶ added in v0.2.0
func (NSApplication) SetHelpMenu_ ¶ added in v0.2.0
func (x NSApplication) SetHelpMenu_( value NSMenuRef, )
func (NSApplication) SetMainMenu ¶
func (app NSApplication) SetMainMenu(menu NSMenu)
func (NSApplication) SetMainMenu_ ¶ added in v0.2.0
func (x NSApplication) SetMainMenu_( value NSMenuRef, )
func (NSApplication) SetServicesProvider_ ¶ added in v0.2.0
func (NSApplication) TargetForAction_ ¶ added in v0.2.0
func (NSApplication) TargetForAction_to_from_ ¶ added in v0.2.0
func (NSApplication) Terminate ¶
func (app NSApplication) Terminate()
func (NSApplication) Terminate_ ¶ added in v0.2.0
func (NSApplication) ToggleTouchBarCustomizationPalette_ ¶ added in v0.2.0
func (NSApplication) TryToPerform_with_ ¶ added in v0.2.0
func (NSApplication) UnhideAllApplications_ ¶ added in v0.2.0
func (NSApplication) UnregisterForRemoteNotifications ¶ added in v0.2.0
func (x NSApplication) UnregisterForRemoteNotifications()
func (NSApplication) UnregisterUserInterfaceItemSearchHandler_ ¶ added in v0.2.0
type NSApplicationRef ¶ added in v0.2.0
type NSApplicationRef interface { Pointer() uintptr Init_asNSApplication() NSApplication }
type NSBackingStoreType ¶
type NSBackingStoreType uintptr
type NSBundle ¶
type NSBundle struct {
// contains filtered or unexported fields
}
func NSBundle_Main ¶
func NSBundle_Main() NSBundle
func NSBundle_alloc ¶ added in v0.2.0
func NSBundle_alloc() ( r0 NSBundle, )
func NSBundle_bundleWithIdentifier_ ¶ added in v0.2.0
func NSBundle_bundleWithIdentifier_( identifier core.NSStringRef, ) ( r0 NSBundle, )
func NSBundle_bundleWithPath_ ¶ added in v0.2.0
func NSBundle_bundleWithPath_( path core.NSStringRef, ) ( r0 NSBundle, )
func NSBundle_bundleWithURL_ ¶ added in v0.2.0
func NSBundle_fromPointer ¶ added in v0.2.0
func NSBundle_fromRef ¶ added in v0.2.0
func NSBundle_mainBundle ¶ added in v0.2.0
func NSBundle_mainBundle() ( r0 NSBundle, )
func (NSBundle) AppStoreReceiptURL ¶ added in v0.2.0
func (NSBundle) BuiltInPlugInsPath ¶ added in v0.2.0
func (NSBundle) BuiltInPlugInsURL ¶ added in v0.2.0
func (NSBundle) BundleIdentifier ¶ added in v0.2.0
func (NSBundle) BundlePath ¶ added in v0.2.0
func (NSBundle) DevelopmentLocalization ¶ added in v0.2.0
func (NSBundle) ExecutableArchitectures ¶ added in v0.2.0
func (NSBundle) ExecutablePath ¶ added in v0.2.0
func (NSBundle) ExecutableURL ¶ added in v0.2.0
func (NSBundle) InfoDictionary ¶
func (x NSBundle) InfoDictionary() ( r0 core.NSDictionary, )
func (NSBundle) InitWithPath__asNSBundle ¶ added in v0.2.0
func (x NSBundle) InitWithPath__asNSBundle( path core.NSStringRef, ) ( r0 NSBundle, )
func (NSBundle) InitWithURL__asNSBundle ¶ added in v0.2.0
func (NSBundle) Init_asNSBundle ¶ added in v0.2.0
func (x NSBundle) Init_asNSBundle() ( r0 NSBundle, )
func (NSBundle) LoadNibNamed_owner_options_ ¶ added in v0.2.0
func (x NSBundle) LoadNibNamed_owner_options_( name core.NSStringRef, owner objc.Ref, options core.NSDictionaryRef, ) ( r0 core.NSArray, )
func (NSBundle) Localizations ¶ added in v0.2.0
func (NSBundle) LocalizedAttributedStringForKey_value_table_ ¶ added in v0.2.0
func (x NSBundle) LocalizedAttributedStringForKey_value_table_( key core.NSStringRef, value core.NSStringRef, tableName core.NSStringRef, ) ( r0 core.NSAttributedString, )
func (NSBundle) LocalizedInfoDictionary ¶ added in v0.2.0
func (x NSBundle) LocalizedInfoDictionary() ( r0 core.NSDictionary, )
func (NSBundle) LocalizedStringForKey_value_table_ ¶ added in v0.2.0
func (x NSBundle) LocalizedStringForKey_value_table_( key core.NSStringRef, value core.NSStringRef, tableName core.NSStringRef, ) ( r0 core.NSString, )
func (NSBundle) ObjectForInfoDictionaryKey_ ¶ added in v0.2.0
func (x NSBundle) ObjectForInfoDictionaryKey_( key core.NSStringRef, ) ( r0 objc.Object, )
func (NSBundle) PathForAuxiliaryExecutable_ ¶ added in v0.2.0
func (x NSBundle) PathForAuxiliaryExecutable_( executableName core.NSStringRef, ) ( r0 core.NSString, )
func (NSBundle) PathForResource_ofType_ ¶ added in v0.2.0
func (x NSBundle) PathForResource_ofType_( name core.NSStringRef, ext core.NSStringRef, ) ( r0 core.NSString, )
func (NSBundle) PathForResource_ofType_inDirectory_ ¶ added in v0.2.0
func (x NSBundle) PathForResource_ofType_inDirectory_( name core.NSStringRef, ext core.NSStringRef, subpath core.NSStringRef, ) ( r0 core.NSString, )
func (NSBundle) PathForResource_ofType_inDirectory_forLocalization_ ¶ added in v0.2.0
func (x NSBundle) PathForResource_ofType_inDirectory_forLocalization_( name core.NSStringRef, ext core.NSStringRef, subpath core.NSStringRef, localizationName core.NSStringRef, ) ( r0 core.NSString, )
func (NSBundle) PathsForResourcesOfType_inDirectory_ ¶ added in v0.2.0
func (x NSBundle) PathsForResourcesOfType_inDirectory_( ext core.NSStringRef, subpath core.NSStringRef, ) ( r0 core.NSArray, )
func (NSBundle) PathsForResourcesOfType_inDirectory_forLocalization_ ¶ added in v0.2.0
func (x NSBundle) PathsForResourcesOfType_inDirectory_forLocalization_( ext core.NSStringRef, subpath core.NSStringRef, localizationName core.NSStringRef, ) ( r0 core.NSArray, )
func (NSBundle) PreferredLocalizations ¶ added in v0.2.0
func (NSBundle) PrivateFrameworksPath ¶ added in v0.2.0
func (NSBundle) PrivateFrameworksURL ¶ added in v0.2.0
func (NSBundle) ResourcePath ¶ added in v0.2.0
func (NSBundle) ResourceURL ¶ added in v0.2.0
func (NSBundle) SharedFrameworksPath ¶ added in v0.2.0
func (NSBundle) SharedFrameworksURL ¶ added in v0.2.0
func (NSBundle) SharedSupportPath ¶ added in v0.2.0
func (NSBundle) SharedSupportURL ¶ added in v0.2.0
func (NSBundle) URLForAuxiliaryExecutable_ ¶ added in v0.2.0
func (x NSBundle) URLForAuxiliaryExecutable_( executableName core.NSStringRef, ) ( r0 core.NSURL, )
func (NSBundle) URLForResource_withExtension_ ¶ added in v0.2.0
func (x NSBundle) URLForResource_withExtension_( name core.NSStringRef, ext core.NSStringRef, ) ( r0 core.NSURL, )
func (NSBundle) URLForResource_withExtension_subdirectory_ ¶ added in v0.2.0
func (x NSBundle) URLForResource_withExtension_subdirectory_( name core.NSStringRef, ext core.NSStringRef, subpath core.NSStringRef, ) ( r0 core.NSURL, )
func (NSBundle) URLForResource_withExtension_subdirectory_localization_ ¶ added in v0.2.0
func (x NSBundle) URLForResource_withExtension_subdirectory_localization_( name core.NSStringRef, ext core.NSStringRef, subpath core.NSStringRef, localizationName core.NSStringRef, ) ( r0 core.NSURL, )
func (NSBundle) URLsForResourcesWithExtension_subdirectory_ ¶ added in v0.2.0
func (x NSBundle) URLsForResourcesWithExtension_subdirectory_( ext core.NSStringRef, subpath core.NSStringRef, ) ( r0 core.NSArray, )
func (NSBundle) URLsForResourcesWithExtension_subdirectory_localization_ ¶ added in v0.2.0
func (x NSBundle) URLsForResourcesWithExtension_subdirectory_localization_( ext core.NSStringRef, subpath core.NSStringRef, localizationName core.NSStringRef, ) ( r0 core.NSArray, )
type NSBundleRef ¶ added in v0.2.0
type NSButton ¶ added in v0.2.0
type NSButton struct {
// contains filtered or unexported fields
}
func NSButton_alloc ¶ added in v0.2.0
func NSButton_alloc() ( r0 NSButton, )
func NSButton_buttonWithImage_target_action_ ¶ added in v0.2.0
func NSButton_buttonWithTitle_image_target_action_ ¶ added in v0.2.0
func NSButton_buttonWithTitle_image_target_action_( title core.NSStringRef, image NSImageRef, target objc.Ref, action objc.Selector, ) ( r0 NSButton, )
func NSButton_buttonWithTitle_target_action_ ¶ added in v0.2.0
func NSButton_checkboxWithTitle_target_action_ ¶ added in v0.2.0
func NSButton_fromPointer ¶ added in v0.2.0
func NSButton_fromRef ¶ added in v0.2.0
func NSButton_radioButtonWithTitle_target_action_ ¶ added in v0.2.0
func (NSButton) AllowsMixedState ¶ added in v0.2.0
func (x NSButton) AllowsMixedState() ( r0 bool, )
func (NSButton) AlternateImage ¶ added in v0.2.0
func (x NSButton) AlternateImage() ( r0 NSImage, )
func (NSButton) AlternateTitle ¶ added in v0.2.0
func (NSButton) AttributedAlternateTitle ¶ added in v0.2.0
func (x NSButton) AttributedAlternateTitle() ( r0 core.NSAttributedString, )
func (NSButton) AttributedTitle ¶ added in v0.2.0
func (x NSButton) AttributedTitle() ( r0 core.NSAttributedString, )
func (NSButton) BezelColor ¶ added in v0.2.0
func (x NSButton) BezelColor() ( r0 NSColor, )
func (NSButton) CompressWithPrioritizedCompressionOptions_ ¶ added in v0.2.0
func (x NSButton) CompressWithPrioritizedCompressionOptions_( prioritizedOptions core.NSArrayRef, )
func (NSButton) ContentTintColor ¶ added in v0.2.0
func (x NSButton) ContentTintColor() ( r0 NSColor, )
func (NSButton) HasDestructiveAction ¶ added in v0.2.0
func (x NSButton) HasDestructiveAction() ( r0 bool, )
func (NSButton) Highlight_ ¶ added in v0.2.0
func (x NSButton) Highlight_( flag bool, )
func (NSButton) ImageHugsTitle ¶ added in v0.2.0
func (x NSButton) ImageHugsTitle() ( r0 bool, )
func (NSButton) Init_asNSButton ¶ added in v0.2.0
func (x NSButton) Init_asNSButton() ( r0 NSButton, )
func (NSButton) IsBordered ¶ added in v0.2.0
func (x NSButton) IsBordered() ( r0 bool, )
func (NSButton) IsSpringLoaded ¶ added in v0.2.0
func (x NSButton) IsSpringLoaded() ( r0 bool, )
func (NSButton) IsTransparent ¶ added in v0.2.0
func (x NSButton) IsTransparent() ( r0 bool, )
func (NSButton) KeyEquivalent ¶ added in v0.2.0
func (NSButton) MaxAcceleratorLevel ¶ added in v0.2.0
func (NSButton) MinimumSizeWithPrioritizedCompressionOptions_ ¶ added in v0.2.0
func (x NSButton) MinimumSizeWithPrioritizedCompressionOptions_( prioritizedOptions core.NSArrayRef, ) ( r0 core.NSSize, )
func (NSButton) PerformKeyEquivalent_ ¶ added in v0.2.0
func (x NSButton) PerformKeyEquivalent_( key NSEventRef, ) ( r0 bool, )
func (NSButton) SetAllowsMixedState_ ¶ added in v0.2.0
func (x NSButton) SetAllowsMixedState_( value bool, )
func (NSButton) SetAlternateImage_ ¶ added in v0.2.0
func (x NSButton) SetAlternateImage_( value NSImageRef, )
func (NSButton) SetAlternateTitle_ ¶ added in v0.2.0
func (x NSButton) SetAlternateTitle_( value core.NSStringRef, )
func (NSButton) SetAttributedAlternateTitle_ ¶ added in v0.2.0
func (x NSButton) SetAttributedAlternateTitle_( value core.NSAttributedStringRef, )
func (NSButton) SetAttributedTitle_ ¶ added in v0.2.0
func (x NSButton) SetAttributedTitle_( value core.NSAttributedStringRef, )
func (NSButton) SetBezelColor_ ¶ added in v0.2.0
func (x NSButton) SetBezelColor_( value NSColorRef, )
func (NSButton) SetBordered_ ¶ added in v0.2.0
func (x NSButton) SetBordered_( value bool, )
func (NSButton) SetContentTintColor_ ¶ added in v0.2.0
func (x NSButton) SetContentTintColor_( value NSColorRef, )
func (NSButton) SetHasDestructiveAction_ ¶ added in v0.2.0
func (x NSButton) SetHasDestructiveAction_( value bool, )
func (NSButton) SetImageHugsTitle_ ¶ added in v0.2.0
func (x NSButton) SetImageHugsTitle_( value bool, )
func (NSButton) SetImage_ ¶ added in v0.2.0
func (x NSButton) SetImage_( value NSImageRef, )
func (NSButton) SetKeyEquivalent_ ¶ added in v0.2.0
func (x NSButton) SetKeyEquivalent_( value core.NSStringRef, )
func (NSButton) SetMaxAcceleratorLevel_ ¶ added in v0.2.0
func (NSButton) SetNextState ¶ added in v0.2.0
func (x NSButton) SetNextState()
func (NSButton) SetShowsBorderOnlyWhileMouseInside_ ¶ added in v0.2.0
func (x NSButton) SetShowsBorderOnlyWhileMouseInside_( value bool, )
func (NSButton) SetSpringLoaded_ ¶ added in v0.2.0
func (x NSButton) SetSpringLoaded_( value bool, )
func (NSButton) SetTitle_ ¶ added in v0.2.0
func (x NSButton) SetTitle_( value core.NSStringRef, )
func (NSButton) SetTransparent_ ¶ added in v0.2.0
func (x NSButton) SetTransparent_( value bool, )
func (NSButton) ShowsBorderOnlyWhileMouseInside ¶ added in v0.2.0
func (x NSButton) ShowsBorderOnlyWhileMouseInside() ( r0 bool, )
type NSButtonRef ¶ added in v0.2.0
type NSColor ¶
type NSColor struct {
// contains filtered or unexported fields
}
func NSColor_Clear ¶
func NSColor_Clear() NSColor
func NSColor_Init ¶
func NSColor_alloc ¶ added in v0.2.0
func NSColor_alloc() ( r0 NSColor, )
func NSColor_clearColor ¶ added in v0.2.0
func NSColor_clearColor() ( r0 NSColor, )
func NSColor_colorFromPasteboard_ ¶ added in v0.2.0
func NSColor_colorFromPasteboard_( pasteBoard NSPasteboardRef, ) ( r0 NSColor, )
func NSColor_colorWithRed_green_blue_alpha_ ¶ added in v0.2.0
func NSColor_fromPointer ¶ added in v0.2.0
func NSColor_fromRef ¶ added in v0.2.0
func NSColor_systemCyanColor ¶ added in v0.2.0
func NSColor_systemCyanColor() ( r0 NSColor, )
func NSColor_systemMintColor ¶ added in v0.2.0
func NSColor_systemMintColor() ( r0 NSColor, )
func (NSColor) AlphaComponent ¶ added in v0.2.0
func (NSColor) BlackComponent ¶ added in v0.2.0
func (NSColor) BlendedColorWithFraction_ofColor_ ¶ added in v0.2.0
func (x NSColor) BlendedColorWithFraction_ofColor_( fraction core.CGFloat, color NSColorRef, ) ( r0 NSColor, )
func (NSColor) BlueComponent ¶ added in v0.2.0
func (NSColor) BrightnessComponent ¶ added in v0.2.0
func (NSColor) ColorWithAlphaComponent_ ¶ added in v0.2.0
func (NSColor) CyanComponent ¶ added in v0.2.0
func (NSColor) DrawSwatchInRect_ ¶ added in v0.2.0
func (NSColor) GreenComponent ¶ added in v0.2.0
func (NSColor) HighlightWithLevel_ ¶ added in v0.2.0
func (NSColor) HueComponent ¶ added in v0.2.0
func (NSColor) Init_asNSColor ¶ added in v0.2.0
func (x NSColor) Init_asNSColor() ( r0 NSColor, )
func (NSColor) LocalizedCatalogNameComponent ¶ added in v0.2.0
func (NSColor) LocalizedColorNameComponent ¶ added in v0.2.0
func (NSColor) MagentaComponent ¶ added in v0.2.0
func (NSColor) NumberOfComponents ¶ added in v0.2.0
func (NSColor) RedComponent ¶ added in v0.2.0
func (NSColor) SaturationComponent ¶ added in v0.2.0
func (NSColor) ShadowWithLevel_ ¶ added in v0.2.0
func (NSColor) WhiteComponent ¶ added in v0.2.0
func (NSColor) WriteToPasteboard_ ¶ added in v0.2.0
func (x NSColor) WriteToPasteboard_( pasteBoard NSPasteboardRef, )
func (NSColor) YellowComponent ¶ added in v0.2.0
type NSColorRef ¶ added in v0.2.0
type NSControl ¶ added in v0.2.0
type NSControl struct {
// contains filtered or unexported fields
}
func NSControl_Init ¶ added in v0.2.0
func NSControl_alloc ¶ added in v0.2.0
func NSControl_alloc() ( r0 NSControl, )
func NSControl_fromPointer ¶ added in v0.2.0
func NSControl_fromRef ¶ added in v0.2.0
func (NSControl) AbortEditing ¶ added in v0.2.0
func (x NSControl) AbortEditing() ( r0 bool, )
func (NSControl) AllowsExpansionToolTips ¶ added in v0.2.0
func (x NSControl) AllowsExpansionToolTips() ( r0 bool, )
func (NSControl) AttributedStringValue ¶ added in v0.2.0
func (x NSControl) AttributedStringValue() ( r0 core.NSAttributedString, )
func (NSControl) CurrentEditor ¶ added in v0.2.0
func (x NSControl) CurrentEditor() ( r0 NSText, )
func (NSControl) DrawWithExpansionFrame_inView_ ¶ added in v0.2.0
func (NSControl) EditWithFrame_editor_delegate_event_ ¶ added in v0.2.0
func (NSControl) EndEditing_ ¶ added in v0.2.0
func (x NSControl) EndEditing_( textObj NSTextRef, )
func (NSControl) ExpansionFrameWithFrame_ ¶ added in v0.2.0
func (NSControl) IgnoresMultiClick ¶ added in v0.2.0
func (x NSControl) IgnoresMultiClick() ( r0 bool, )
func (NSControl) InitWithFrame__asNSControl ¶ added in v0.2.0
func (NSControl) Init_asNSControl ¶ added in v0.2.0
func (x NSControl) Init_asNSControl() ( r0 NSControl, )
func (NSControl) IntegerValue ¶ added in v0.2.0
func (NSControl) IsContinuous ¶ added in v0.2.0
func (x NSControl) IsContinuous() ( r0 bool, )
func (NSControl) IsHighlighted ¶ added in v0.2.0
func (x NSControl) IsHighlighted() ( r0 bool, )
func (NSControl) MouseDown_ ¶ added in v0.2.0
func (x NSControl) MouseDown_( event NSEventRef, )
func (NSControl) ObjectValue ¶ added in v0.2.0
func (NSControl) PerformClick_ ¶ added in v0.2.0
func (NSControl) RefusesFirstResponder ¶ added in v0.2.0
func (x NSControl) RefusesFirstResponder() ( r0 bool, )
func (NSControl) SelectWithFrame_editor_delegate_start_length_ ¶ added in v0.2.0
func (NSControl) SendAction_to_ ¶ added in v0.2.0
func (NSControl) SetAction_ ¶ added in v0.2.0
func (NSControl) SetAllowsExpansionToolTips_ ¶ added in v0.2.0
func (x NSControl) SetAllowsExpansionToolTips_( value bool, )
func (NSControl) SetAttributedStringValue_ ¶ added in v0.2.0
func (x NSControl) SetAttributedStringValue_( value core.NSAttributedStringRef, )
func (NSControl) SetContinuous_ ¶ added in v0.2.0
func (x NSControl) SetContinuous_( value bool, )
func (NSControl) SetEnabled_ ¶ added in v0.2.0
func (x NSControl) SetEnabled_( value bool, )
func (NSControl) SetHighlighted_ ¶ added in v0.2.0
func (x NSControl) SetHighlighted_( value bool, )
func (NSControl) SetIgnoresMultiClick_ ¶ added in v0.2.0
func (x NSControl) SetIgnoresMultiClick_( value bool, )
func (NSControl) SetIntValue_ ¶ added in v0.2.0
func (x NSControl) SetIntValue_( value int32, )
func (NSControl) SetIntegerValue_ ¶ added in v0.2.0
func (NSControl) SetObjectValue_ ¶ added in v0.2.0
func (NSControl) SetRefusesFirstResponder_ ¶ added in v0.2.0
func (x NSControl) SetRefusesFirstResponder_( value bool, )
func (NSControl) SetStringValue_ ¶ added in v0.2.0
func (x NSControl) SetStringValue_( value core.NSStringRef, )
func (NSControl) SetTarget_ ¶ added in v0.2.0
func (NSControl) SetUsesSingleLineMode_ ¶ added in v0.2.0
func (x NSControl) SetUsesSingleLineMode_( value bool, )
func (NSControl) SizeThatFits_ ¶ added in v0.2.0
func (NSControl) StringValue ¶ added in v0.2.0
func (NSControl) TakeDoubleValueFrom_ ¶ added in v0.2.0
func (NSControl) TakeFloatValueFrom_ ¶ added in v0.2.0
func (NSControl) TakeIntValueFrom_ ¶ added in v0.2.0
func (NSControl) TakeIntegerValueFrom_ ¶ added in v0.2.0
func (NSControl) TakeObjectValueFrom_ ¶ added in v0.2.0
func (NSControl) TakeStringValueFrom_ ¶ added in v0.2.0
func (NSControl) UsesSingleLineMode ¶ added in v0.2.0
func (x NSControl) UsesSingleLineMode() ( r0 bool, )
func (NSControl) ValidateEditing ¶ added in v0.2.0
func (x NSControl) ValidateEditing()
type NSControlRef ¶ added in v0.2.0
type NSEvent ¶
type NSEvent struct {
// contains filtered or unexported fields
}
func NSEvent_alloc ¶ added in v0.2.0
func NSEvent_alloc() ( r0 NSEvent, )
func NSEvent_eventWithEventRef_ ¶ added in v0.2.0
func NSEvent_fromPointer ¶ added in v0.2.0
func NSEvent_fromRef ¶ added in v0.2.0
func (NSEvent) ButtonNumber ¶ added in v0.2.0
func (NSEvent) CapabilityMask ¶ added in v0.2.0
func (x NSEvent) CapabilityMask() ( r0 core.NSUInteger, )
func (NSEvent) Characters ¶ added in v0.0.2
func (NSEvent) CharactersIgnoringModifiers ¶ added in v0.2.0
func (NSEvent) ClickCount ¶ added in v0.2.0
func (NSEvent) DeviceID ¶ added in v0.2.0
func (x NSEvent) DeviceID() ( r0 core.NSUInteger, )
func (NSEvent) EventNumber ¶ added in v0.2.0
func (NSEvent) HasPreciseScrollingDeltas ¶ added in v0.2.0
func (x NSEvent) HasPreciseScrollingDeltas() ( r0 bool, )
func (NSEvent) Init_asNSEvent ¶ added in v0.2.0
func (x NSEvent) Init_asNSEvent() ( r0 NSEvent, )
func (NSEvent) IsDirectionInvertedFromDevice ¶ added in v0.2.0
func (x NSEvent) IsDirectionInvertedFromDevice() ( r0 bool, )
func (NSEvent) IsEnteringProximity ¶ added in v0.2.0
func (x NSEvent) IsEnteringProximity() ( r0 bool, )
func (NSEvent) LocationInWindow ¶ added in v0.2.0
func (NSEvent) Magnification ¶ added in v0.2.0
func (NSEvent) PointingDeviceID ¶ added in v0.2.0
func (x NSEvent) PointingDeviceID() ( r0 core.NSUInteger, )
func (NSEvent) PointingDeviceSerialNumber ¶ added in v0.2.0
func (x NSEvent) PointingDeviceSerialNumber() ( r0 core.NSUInteger, )
func (NSEvent) ScrollingDeltaX ¶ added in v0.2.0
func (NSEvent) ScrollingDeltaY ¶ added in v0.2.0
func (NSEvent) StageTransition ¶ added in v0.2.0
func (NSEvent) SystemTabletID ¶ added in v0.2.0
func (x NSEvent) SystemTabletID() ( r0 core.NSUInteger, )
func (NSEvent) TabletID ¶ added in v0.2.0
func (x NSEvent) TabletID() ( r0 core.NSUInteger, )
func (NSEvent) TrackingNumber ¶ added in v0.2.0
func (NSEvent) VendorDefined ¶ added in v0.2.0
func (NSEvent) VendorID ¶ added in v0.2.0
func (x NSEvent) VendorID() ( r0 core.NSUInteger, )
func (NSEvent) VendorPointingDeviceType ¶ added in v0.2.0
func (x NSEvent) VendorPointingDeviceType() ( r0 core.NSUInteger, )
func (NSEvent) WindowNumber ¶ added in v0.2.0
type NSEventRef ¶ added in v0.2.0
type NSFont ¶
type NSFont struct {
// contains filtered or unexported fields
}
func NSFont_Init ¶
func NSFont_alloc ¶ added in v0.2.0
func NSFont_alloc() ( r0 NSFont, )
func NSFont_boldSystemFontOfSize_ ¶ added in v0.2.0
func NSFont_controlContentFontOfSize_ ¶ added in v0.2.0
func NSFont_fontWithName_size_ ¶ added in v0.2.0
func NSFont_fontWithName_size_( fontName core.NSStringRef, fontSize core.CGFloat, ) ( r0 NSFont, )