pub type id = *mut Object;๐Deprecated: use the objc2 crate instead
Trait Implementationsยง
Sourceยงimpl NSApplication for id
impl NSApplication for id
Sourceยงunsafe fn setActivationPolicy_(
self,
policy: NSApplicationActivationPolicy,
) -> BOOL
unsafe fn setActivationPolicy_( self, policy: NSApplicationActivationPolicy, ) -> BOOL
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn setPresentationOptions_(
self,
options: NSApplicationPresentationOptions,
) -> BOOL
unsafe fn setPresentationOptions_( self, options: NSApplicationPresentationOptions, ) -> BOOL
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn presentationOptions_(self) -> NSApplicationPresentationOptions
unsafe fn presentationOptions_(self) -> NSApplicationPresentationOptions
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn setMainMenu_(self, menu: id)
unsafe fn setMainMenu_(self, menu: id)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn setServicesMenu_(self, menu: id)
unsafe fn setServicesMenu_(self, menu: id)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn setWindowsMenu_(self, menu: id)
unsafe fn setWindowsMenu_(self, menu: id)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn activateIgnoringOtherApps_(self, ignore: BOOL)
unsafe fn activateIgnoringOtherApps_(self, ignore: BOOL)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn finishLaunching(self)
unsafe fn finishLaunching(self)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn nextEventMatchingMask_untilDate_inMode_dequeue_(
self,
mask: NSUInteger,
expiration: id,
in_mode: id,
dequeue: BOOL,
) -> id
unsafe fn nextEventMatchingMask_untilDate_inMode_dequeue_( self, mask: NSUInteger, expiration: id, in_mode: id, dequeue: BOOL, ) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn sendEvent_(self, an_event: id)
unsafe fn sendEvent_(self, an_event: id)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn postEvent_atStart_(self, anEvent: id, flag: BOOL)
unsafe fn postEvent_atStart_(self, anEvent: id, flag: BOOL)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn setApplicationIconImage_(self, icon: id)
unsafe fn setApplicationIconImage_(self, icon: id)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn requestUserAttention_(self, requestType: NSRequestUserAttentionType)
unsafe fn requestUserAttention_(self, requestType: NSRequestUserAttentionType)
๐Deprecated: use the objc2-app-kit crate instead
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงimpl NSButton for id
impl NSButton for id
Sourceยงunsafe fn initWithFrame_(self, frameRect: NSRect) -> id
unsafe fn initWithFrame_(self, frameRect: NSRect) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn setBezelStyle_(self, style: NSBezelStyle)
unsafe fn setBezelStyle_(self, style: NSBezelStyle)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn setTarget_(self, target: id)
unsafe fn setTarget_(self, target: id)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn setAction_(self, selector: Sel)
unsafe fn setAction_(self, selector: Sel)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงimpl NSColor for id
impl NSColor for id
Sourceยงunsafe fn clearColor(_: Self) -> id
unsafe fn clearColor(_: Self) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn colorWithRed_green_blue_alpha_(
_: Self,
r: CGFloat,
g: CGFloat,
b: CGFloat,
a: CGFloat,
) -> id
unsafe fn colorWithRed_green_blue_alpha_( _: Self, r: CGFloat, g: CGFloat, b: CGFloat, a: CGFloat, ) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn colorWithSRGBRed_green_blue_alpha_(
_: Self,
r: CGFloat,
g: CGFloat,
b: CGFloat,
a: CGFloat,
) -> id
unsafe fn colorWithSRGBRed_green_blue_alpha_( _: Self, r: CGFloat, g: CGFloat, b: CGFloat, a: CGFloat, ) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn colorWithDeviceRed_green_blue_alpha_(
_: Self,
r: CGFloat,
g: CGFloat,
b: CGFloat,
a: CGFloat,
) -> id
unsafe fn colorWithDeviceRed_green_blue_alpha_( _: Self, r: CGFloat, g: CGFloat, b: CGFloat, a: CGFloat, ) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn colorWithDisplayP3Red_green_blue_alpha_(
_: Self,
r: CGFloat,
g: CGFloat,
b: CGFloat,
a: CGFloat,
) -> id
unsafe fn colorWithDisplayP3Red_green_blue_alpha_( _: Self, r: CGFloat, g: CGFloat, b: CGFloat, a: CGFloat, ) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn colorWithCalibratedRed_green_blue_alpha_(
_: Self,
r: CGFloat,
g: CGFloat,
b: CGFloat,
a: CGFloat,
) -> id
unsafe fn colorWithCalibratedRed_green_blue_alpha_( _: Self, r: CGFloat, g: CGFloat, b: CGFloat, a: CGFloat, ) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn colorUsingColorSpace_(self, color_space: id) -> id
unsafe fn colorUsingColorSpace_(self, color_space: id) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn alphaComponent(self) -> CGFloat
unsafe fn alphaComponent(self) -> CGFloat
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn whiteComponent(self) -> CGFloat
unsafe fn whiteComponent(self) -> CGFloat
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn redComponent(self) -> CGFloat
unsafe fn redComponent(self) -> CGFloat
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn greenComponent(self) -> CGFloat
unsafe fn greenComponent(self) -> CGFloat
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn blueComponent(self) -> CGFloat
unsafe fn blueComponent(self) -> CGFloat
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn cyanComponent(self) -> CGFloat
unsafe fn cyanComponent(self) -> CGFloat
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn magentaComponent(self) -> CGFloat
unsafe fn magentaComponent(self) -> CGFloat
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn yellowComponent(self) -> CGFloat
unsafe fn yellowComponent(self) -> CGFloat
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn blackComponent(self) -> CGFloat
unsafe fn blackComponent(self) -> CGFloat
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn hueComponent(self) -> CGFloat
unsafe fn hueComponent(self) -> CGFloat
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn saturationComponent(self) -> CGFloat
unsafe fn saturationComponent(self) -> CGFloat
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn brightnessComponent(self) -> CGFloat
unsafe fn brightnessComponent(self) -> CGFloat
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงimpl NSColorSpace for id
impl NSColorSpace for id
Sourceยงunsafe fn deviceRGBColorSpace(_: Self) -> id
unsafe fn deviceRGBColorSpace(_: Self) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn genericRGBColorSpace(_: Self) -> id
unsafe fn genericRGBColorSpace(_: Self) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn deviceCMYKColorSpace(_: Self) -> id
unsafe fn deviceCMYKColorSpace(_: Self) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn genericCMYKColorSpace(_: Self) -> id
unsafe fn genericCMYKColorSpace(_: Self) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn deviceGrayColorSpace(_: Self) -> id
unsafe fn deviceGrayColorSpace(_: Self) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn genericGrayColorSpace(_: Self) -> id
unsafe fn genericGrayColorSpace(_: Self) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn sRGBColorSpace(_: Self) -> id
unsafe fn sRGBColorSpace(_: Self) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn extendedSRGBColorSpace(_: Self) -> id
unsafe fn extendedSRGBColorSpace(_: Self) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn displayP3ColorSpace(_: Self) -> id
unsafe fn displayP3ColorSpace(_: Self) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn genericGamma22GrayColorSpace(_: Self) -> id
unsafe fn genericGamma22GrayColorSpace(_: Self) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn extendedGenericGamma22GrayColorSpace(_: Self) -> id
unsafe fn extendedGenericGamma22GrayColorSpace(_: Self) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn adobeRGB1998ColorSpace(_: Self) -> id
unsafe fn adobeRGB1998ColorSpace(_: Self) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn initWithCGColorSpace_(self, cg_color_space: *const c_void) -> id
unsafe fn initWithCGColorSpace_(self, cg_color_space: *const c_void) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn CGColorSpace(self) -> *const c_void
unsafe fn CGColorSpace(self) -> *const c_void
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn localizedName(self) -> id
unsafe fn localizedName(self) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงimpl NSControl for id
impl NSControl for id
Sourceยงunsafe fn initWithFrame_(self, frameRect: NSRect) -> id
unsafe fn initWithFrame_(self, frameRect: NSRect) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn isEnabled_(self) -> BOOL
unsafe fn isEnabled_(self) -> BOOL
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn setEnabled_(self, enabled: BOOL) -> BOOL
unsafe fn setEnabled_(self, enabled: BOOL) -> BOOL
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงimpl NSCursor for id
impl NSCursor for id
Sourceยงunsafe fn current_cursor(_: Self) -> id
unsafe fn current_cursor(_: Self) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn current_system_cursor(_: Self) -> id
unsafe fn current_system_cursor(_: Self) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn arrow_cursor(_: Self) -> id
unsafe fn arrow_cursor(_: Self) -> id
๐Deprecated: use the objc2-app-kit crate instead
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn closed_hand_cursor(_: Self) -> id
unsafe fn closed_hand_cursor(_: Self) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn crosshair_cursor(_: Self) -> id
unsafe fn crosshair_cursor(_: Self) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn disappearing_item_cursor(_: Self) -> id
unsafe fn disappearing_item_cursor(_: Self) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn drag_copy_cursor(_: Self) -> id
unsafe fn drag_copy_cursor(_: Self) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn drag_link_cursor(_: Self) -> id
unsafe fn drag_link_cursor(_: Self) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn i_beam_cursor(_: Self) -> id
unsafe fn i_beam_cursor(_: Self) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn open_hand_cursor(_: Self) -> id
unsafe fn open_hand_cursor(_: Self) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn operation_not_allowed_cursor(_: Self) -> id
unsafe fn operation_not_allowed_cursor(_: Self) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn pointing_hand_cursor(_: Self) -> id
unsafe fn pointing_hand_cursor(_: Self) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn resize_down_cursor(_: Self) -> id
unsafe fn resize_down_cursor(_: Self) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn resize_left_cursor(_: Self) -> id
unsafe fn resize_left_cursor(_: Self) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn resize_left_right_cursor(_: Self) -> id
unsafe fn resize_left_right_cursor(_: Self) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn resize_right_cursor(_: Self) -> id
unsafe fn resize_right_cursor(_: Self) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn resize_up_cursor(_: Self) -> id
unsafe fn resize_up_cursor(_: Self) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn resize_up_down_cursor(_: Self) -> id
unsafe fn resize_up_down_cursor(_: Self) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn i_beam_cursor_for_vertical_layout(_: Self) -> id
unsafe fn i_beam_cursor_for_vertical_layout(_: Self) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงimpl NSDockTile for id
impl NSDockTile for id
Sourceยงunsafe fn showsApplicatinBadge(self) -> BOOL
unsafe fn showsApplicatinBadge(self) -> BOOL
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn setShowsApplicatinBadge_(self, value: BOOL) -> id
unsafe fn setShowsApplicatinBadge_(self, value: BOOL) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn badgeLabel(self) -> id
unsafe fn badgeLabel(self) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn setBadgeLabel_(self, label: id) -> id
unsafe fn setBadgeLabel_(self, label: id) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงimpl NSEvent for id
impl NSEvent for id
Sourceยงunsafe fn keyEventWithType_location_modifierFlags_timestamp_windowNumber_context_characters_charactersIgnoringModifiers_isARepeat_keyCode_(
_: Self,
eventType: NSEventType,
location: NSPoint,
modifierFlags: NSEventModifierFlags,
timestamp: NSTimeInterval,
windowNumber: NSInteger,
context: id,
characters: id,
unmodCharacters: id,
repeatKey: BOOL,
code: c_ushort,
) -> id
unsafe fn keyEventWithType_location_modifierFlags_timestamp_windowNumber_context_characters_charactersIgnoringModifiers_isARepeat_keyCode_( _: Self, eventType: NSEventType, location: NSPoint, modifierFlags: NSEventModifierFlags, timestamp: NSTimeInterval, windowNumber: NSInteger, context: id, characters: id, unmodCharacters: id, repeatKey: BOOL, code: c_ushort, ) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn mouseEventWithType_location_modifierFlags_timestamp_windowNumber_context_eventNumber_clickCount_pressure_(
_: Self,
eventType: NSEventType,
location: NSPoint,
modifierFlags: NSEventModifierFlags,
timestamp: NSTimeInterval,
windowNumber: NSInteger,
context: id,
eventNumber: NSInteger,
clickCount: NSInteger,
pressure: c_float,
) -> id
unsafe fn mouseEventWithType_location_modifierFlags_timestamp_windowNumber_context_eventNumber_clickCount_pressure_( _: Self, eventType: NSEventType, location: NSPoint, modifierFlags: NSEventModifierFlags, timestamp: NSTimeInterval, windowNumber: NSInteger, context: id, eventNumber: NSInteger, clickCount: NSInteger, pressure: c_float, ) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn enterExitEventWithType_location_modifierFlags_timestamp_windowNumber_context_eventNumber_trackingNumber_userData_(
_: Self,
eventType: NSEventType,
location: NSPoint,
modifierFlags: NSEventModifierFlags,
timestamp: NSTimeInterval,
windowNumber: NSInteger,
context: id,
eventNumber: NSInteger,
trackingNumber: NSInteger,
userData: *mut c_void,
) -> id
unsafe fn enterExitEventWithType_location_modifierFlags_timestamp_windowNumber_context_eventNumber_trackingNumber_userData_( _: Self, eventType: NSEventType, location: NSPoint, modifierFlags: NSEventModifierFlags, timestamp: NSTimeInterval, windowNumber: NSInteger, context: id, eventNumber: NSInteger, trackingNumber: NSInteger, userData: *mut c_void, ) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn otherEventWithType_location_modifierFlags_timestamp_windowNumber_context_subtype_data1_data2_(
_: Self,
eventType: NSEventType,
location: NSPoint,
modifierFlags: NSEventModifierFlags,
timestamp: NSTimeInterval,
windowNumber: NSInteger,
context: id,
subtype: NSEventSubtype,
data1: NSInteger,
data2: NSInteger,
) -> id
unsafe fn otherEventWithType_location_modifierFlags_timestamp_windowNumber_context_subtype_data1_data2_( _: Self, eventType: NSEventType, location: NSPoint, modifierFlags: NSEventModifierFlags, timestamp: NSTimeInterval, windowNumber: NSInteger, context: id, subtype: NSEventSubtype, data1: NSInteger, data2: NSInteger, ) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn eventWithEventRef_(_: Self, eventRef: *const c_void) -> id
unsafe fn eventWithEventRef_(_: Self, eventRef: *const c_void) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn eventWithCGEvent_(_: Self, cgEvent: *mut c_void) -> id
unsafe fn eventWithCGEvent_(_: Self, cgEvent: *mut c_void) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn locationInWindow(self) -> NSPoint
unsafe fn locationInWindow(self) -> NSPoint
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn modifierFlags(self) -> NSEventModifierFlags
unsafe fn modifierFlags(self) -> NSEventModifierFlags
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn timestamp(self) -> NSTimeInterval
unsafe fn timestamp(self) -> NSTimeInterval
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn eventType(self) -> NSEventType
unsafe fn eventType(self) -> NSEventType
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn windowNumber(self) -> NSInteger
unsafe fn windowNumber(self) -> NSInteger
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn eventRef(self) -> *const c_void
unsafe fn eventRef(self) -> *const c_void
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn currentModifierFlags(_: Self) -> NSEventModifierFlags
unsafe fn currentModifierFlags(_: Self) -> NSEventModifierFlags
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn keyRepeatDelay(_: Self) -> NSTimeInterval
unsafe fn keyRepeatDelay(_: Self) -> NSTimeInterval
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn keyRepeatInterval(_: Self) -> NSTimeInterval
unsafe fn keyRepeatInterval(_: Self) -> NSTimeInterval
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn characters(self) -> id
unsafe fn characters(self) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn charactersIgnoringModifiers(self) -> id
unsafe fn charactersIgnoringModifiers(self) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn pressedMouseButtons(_: Self) -> NSUInteger
unsafe fn pressedMouseButtons(_: Self) -> NSUInteger
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn doubleClickInterval(_: Self) -> NSTimeInterval
unsafe fn doubleClickInterval(_: Self) -> NSTimeInterval
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn mouseLocation(_: Self) -> NSPoint
unsafe fn mouseLocation(_: Self) -> NSPoint
๐Deprecated: use the objc2-app-kit crate instead
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn clickCount(self) -> NSInteger
unsafe fn clickCount(self) -> NSInteger
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn setMouseCoalescingEnabled_(_: Self, flag: BOOL)
unsafe fn setMouseCoalescingEnabled_(_: Self, flag: BOOL)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn isMouseCoalescingEnabled(_: Self) -> BOOL
unsafe fn isMouseCoalescingEnabled(_: Self) -> BOOL
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn eventNumber(self) -> NSInteger
unsafe fn eventNumber(self) -> NSInteger
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn trackingNumber(self) -> NSInteger
unsafe fn trackingNumber(self) -> NSInteger
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn trackingArea(self) -> id
unsafe fn trackingArea(self) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn userData(self) -> *const c_void
unsafe fn userData(self) -> *const c_void
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn subtype(self) -> NSEventSubtype
unsafe fn subtype(self) -> NSEventSubtype
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn capabilityMask(self) -> NSUInteger
unsafe fn capabilityMask(self) -> NSUInteger
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn deviceID(self) -> NSUInteger
unsafe fn deviceID(self) -> NSUInteger
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn pointingDeviceID(self) -> NSUInteger
unsafe fn pointingDeviceID(self) -> NSUInteger
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn pointingDeviceSerialNumber(self) -> NSUInteger
unsafe fn pointingDeviceSerialNumber(self) -> NSUInteger
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn pointingDeviceType(self) -> NSPointingDeviceType
unsafe fn pointingDeviceType(self) -> NSPointingDeviceType
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn systemTabletID(self) -> NSUInteger
unsafe fn systemTabletID(self) -> NSUInteger
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn tabletID(self) -> NSUInteger
unsafe fn tabletID(self) -> NSUInteger
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn uniqueID(self) -> c_ulonglong
unsafe fn uniqueID(self) -> c_ulonglong
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn vendorID(self) -> NSUInteger
unsafe fn vendorID(self) -> NSUInteger
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn vendorPointingDeviceType(self) -> NSUInteger
unsafe fn vendorPointingDeviceType(self) -> NSUInteger
๐Deprecated: use the objc2-app-kit crate instead
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn tangentialPressure(self) -> c_float
unsafe fn tangentialPressure(self) -> c_float
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn vendorDefined(self) -> id
unsafe fn vendorDefined(self) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn startPeriodicEventsAfterDelay_withPeriod_(
_: Self,
delaySeconds: NSTimeInterval,
periodSeconds: NSTimeInterval,
)
unsafe fn startPeriodicEventsAfterDelay_withPeriod_( _: Self, delaySeconds: NSTimeInterval, periodSeconds: NSTimeInterval, )
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn stopPeriodicEvents(_: Self)
unsafe fn stopPeriodicEvents(_: Self)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn magnification(self) -> CGFloat
unsafe fn magnification(self) -> CGFloat
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn touchesMatchingPhase_inView_(
self,
phase: NSTouchPhase,
view: id,
) -> id
unsafe fn touchesMatchingPhase_inView_( self, phase: NSTouchPhase, view: id, ) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn isSwipeTrackingFromScrollEventsEnabled(_: Self) -> BOOL
unsafe fn isSwipeTrackingFromScrollEventsEnabled(_: Self) -> BOOL
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn removeMonitor_(_: Self, eventMonitor: id)
unsafe fn removeMonitor_(_: Self, eventMonitor: id)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn hasPreciseScrollingDeltas(self) -> BOOL
unsafe fn hasPreciseScrollingDeltas(self) -> BOOL
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn scrollingDeltaX(self) -> CGFloat
unsafe fn scrollingDeltaX(self) -> CGFloat
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn scrollingDeltaY(self) -> CGFloat
unsafe fn scrollingDeltaY(self) -> CGFloat
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn momentumPhase(self) -> NSEventPhase
unsafe fn momentumPhase(self) -> NSEventPhase
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn phase(self) -> NSEventPhase
unsafe fn phase(self) -> NSEventPhase
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn locationInNode_(self, node: id) -> CGPoint
unsafe fn locationInNode_(self, node: id) -> CGPoint
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงimpl NSImage for id
impl NSImage for id
Sourceยงunsafe fn initByReferencingFile_(self, file_name: id) -> id
unsafe fn initByReferencingFile_(self, file_name: id) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn initWithContentsOfFile_(self, file_name: id) -> id
unsafe fn initWithContentsOfFile_(self, file_name: id) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn initWithData_(self, data: id) -> id
unsafe fn initWithData_(self, data: id) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn initWithDataIgnoringOrientation_(self, data: id) -> id
unsafe fn initWithDataIgnoringOrientation_(self, data: id) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn initWithPasteboard_(self, pasteboard: id) -> id
unsafe fn initWithPasteboard_(self, pasteboard: id) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn initWithSize_flipped_drawingHandler_(
self,
size: NSSize,
drawingHandlerShouldBeCalledWithFlippedContext: BOOL,
drawingHandler: *mut Block<(NSRect,), BOOL>,
)
unsafe fn initWithSize_flipped_drawingHandler_( self, size: NSSize, drawingHandlerShouldBeCalledWithFlippedContext: BOOL, drawingHandler: *mut Block<(NSRect,), BOOL>, )
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn initWithSize_(self, aSize: NSSize) -> id
unsafe fn initWithSize_(self, aSize: NSSize) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn setName_(self, name: id) -> BOOL
unsafe fn setName_(self, name: id) -> BOOL
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn canInitWithPasteboard_(self, pasteboard: id) -> BOOL
unsafe fn canInitWithPasteboard_(self, pasteboard: id) -> BOOL
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn imageTypes(self) -> id
unsafe fn imageTypes(self) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn imageUnfilteredTypes(self) -> id
unsafe fn imageUnfilteredTypes(self) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn addRepresentation_(self, imageRep: id)
unsafe fn addRepresentation_(self, imageRep: id)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn addRepresentations_(self, imageReps: id)
unsafe fn addRepresentations_(self, imageReps: id)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn representations(self) -> id
unsafe fn representations(self) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn removeRepresentation_(self, imageRep: id)
unsafe fn removeRepresentation_(self, imageRep: id)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn bestRepresentationForRect_context_hints_(
self,
rect: NSRect,
referenceContext: id,
hints: id,
) -> id
unsafe fn bestRepresentationForRect_context_hints_( self, rect: NSRect, referenceContext: id, hints: id, ) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn prefersColorMatch(self) -> BOOL
unsafe fn prefersColorMatch(self) -> BOOL
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn usesEPSOnResolutionMismatch(self) -> BOOL
unsafe fn usesEPSOnResolutionMismatch(self) -> BOOL
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn matchesOnMultipleResolution(self) -> BOOL
unsafe fn matchesOnMultipleResolution(self) -> BOOL
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn drawInRect_(self, rect: NSRect)
unsafe fn drawInRect_(self, rect: NSRect)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn drawAtPoint_fromRect_operation_fraction_(
self,
point: NSPoint,
srcRect: NSRect,
op: NSCompositingOperation,
delta: CGFloat,
)
unsafe fn drawAtPoint_fromRect_operation_fraction_( self, point: NSPoint, srcRect: NSRect, op: NSCompositingOperation, delta: CGFloat, )
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn drawInRect_fromRect_operation_fraction_(
self,
dstRect: NSRect,
srcRect: NSRect,
op: NSCompositingOperation,
delta: CGFloat,
)
unsafe fn drawInRect_fromRect_operation_fraction_( self, dstRect: NSRect, srcRect: NSRect, op: NSCompositingOperation, delta: CGFloat, )
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn drawInRect_fromRect_operation_fraction_respectFlipped_hints_(
self,
dstSpacePortionRect: NSRect,
srcSpacePortionRect: NSRect,
op: NSCompositingOperation,
delta: CGFloat,
respectContextIsFlipped: BOOL,
hints: id,
)
unsafe fn drawInRect_fromRect_operation_fraction_respectFlipped_hints_( self, dstSpacePortionRect: NSRect, srcSpacePortionRect: NSRect, op: NSCompositingOperation, delta: CGFloat, respectContextIsFlipped: BOOL, hints: id, )
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn drawRepresentation_inRect_(self, imageRep: id, dstRect: NSRect)
unsafe fn drawRepresentation_inRect_(self, imageRep: id, dstRect: NSRect)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn backgroundColor(self) -> id
unsafe fn backgroundColor(self) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn lockFocusFlipped_(self, flipped: BOOL)
unsafe fn lockFocusFlipped_(self, flipped: BOOL)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn unlockFocus(self)
unsafe fn unlockFocus(self)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn alignmentRect(self) -> NSRect
unsafe fn alignmentRect(self) -> NSRect
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn cacheMode(self) -> NSImageCacheMode
unsafe fn cacheMode(self) -> NSImageCacheMode
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn TIFFRepresentation(self) -> id
unsafe fn TIFFRepresentation(self) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn TIFFRepresentationUsingCompression_factor_(
self,
comp: NSTIFFCompression,
aFloat: f32,
) -> id
unsafe fn TIFFRepresentationUsingCompression_factor_( self, comp: NSTIFFCompression, aFloat: f32, ) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn cancelIncrementalLoad(self)
unsafe fn cancelIncrementalLoad(self)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn hitTestRect_withImageDestinationRect_context_hints_flipped_(
self,
testRectDestSpace: NSRect,
imageRectDestSpace: NSRect,
referenceContext: id,
hints: id,
flipped: BOOL,
) -> BOOL
unsafe fn hitTestRect_withImageDestinationRect_context_hints_flipped_( self, testRectDestSpace: NSRect, imageRectDestSpace: NSRect, referenceContext: id, hints: id, flipped: BOOL, ) -> BOOL
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn accessibilityDescription(self) -> id
unsafe fn accessibilityDescription(self) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn layerContentsForContentsScale_(
self,
layerContentsScale: CGFloat,
) -> id
unsafe fn layerContentsForContentsScale_( self, layerContentsScale: CGFloat, ) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn recommendedLayerContentsScale_(
self,
preferredContentsScale: CGFloat,
) -> CGFloat
unsafe fn recommendedLayerContentsScale_( self, preferredContentsScale: CGFloat, ) -> CGFloat
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn matchesOnlyOnBestFittingAxis(self) -> BOOL
unsafe fn matchesOnlyOnBestFittingAxis(self) -> BOOL
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn imageNamed_(_: Self, name: id) -> id
unsafe fn imageNamed_(_: Self, name: id) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงimpl NSImageView for id
impl NSImageView for id
Sourceยงimpl NSLayoutConstraint for id
impl NSLayoutConstraint for id
Sourceยงunsafe fn activateConstraints(_: Self, constraints: id) -> id
unsafe fn activateConstraints(_: Self, constraints: id) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงimpl NSLayoutDimension for id
impl NSLayoutDimension for id
Sourceยงunsafe fn constraintEqualToConstant(self, c: CGFloat) -> id
unsafe fn constraintEqualToConstant(self, c: CGFloat) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn constraintLessThanOrEqualToConstant(self, c: CGFloat) -> id
unsafe fn constraintLessThanOrEqualToConstant(self, c: CGFloat) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn constraintGreaterThanOrEqualToConstant(self, c: CGFloat) -> id
unsafe fn constraintGreaterThanOrEqualToConstant(self, c: CGFloat) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงimpl NSMenu for id
impl NSMenu for id
Sourceยงunsafe fn initWithTitle_(self, title: id) -> id
unsafe fn initWithTitle_(self, title: id) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn setAutoenablesItems(self, state: BOOL)
unsafe fn setAutoenablesItems(self, state: BOOL)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn addItemWithTitle_action_keyEquivalent(
self,
title: id,
action: SEL,
key: id,
) -> id
unsafe fn addItemWithTitle_action_keyEquivalent( self, title: id, action: SEL, key: id, ) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn itemAtIndex_(self, index: NSInteger) -> id
unsafe fn itemAtIndex_(self, index: NSInteger) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงimpl NSMenuItem for id
impl NSMenuItem for id
Sourceยงunsafe fn initWithTitle_action_keyEquivalent_(
self,
title: id,
action: SEL,
key: id,
) -> id
unsafe fn initWithTitle_action_keyEquivalent_( self, title: id, action: SEL, key: id, ) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn setKeyEquivalentModifierMask_(self, mask: NSEventModifierFlags)
unsafe fn setKeyEquivalentModifierMask_(self, mask: NSEventModifierFlags)
๐Deprecated: use the objc2-app-kit crate instead
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn setTarget_(self, target: id)
unsafe fn setTarget_(self, target: id)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn separatorItem(_: Self) -> id
unsafe fn separatorItem(_: Self) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงimpl NSOpenGLContext for id
impl NSOpenGLContext for id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn initWithCGLContextObj_(self, context: CGLContextObj) -> id
unsafe fn initWithCGLContextObj_(self, context: CGLContextObj) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn clearCurrentContext(_: Self)
unsafe fn clearCurrentContext(_: Self)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn currentContext(_: Self) -> id
unsafe fn currentContext(_: Self) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn makeCurrentContext(self)
unsafe fn makeCurrentContext(self)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn clearDrawable(self)
unsafe fn clearDrawable(self)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn flushBuffer(self)
unsafe fn flushBuffer(self)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn setValues_forParameter_(
self,
vals: *const GLint,
param: NSOpenGLContextParameter,
)
unsafe fn setValues_forParameter_( self, vals: *const GLint, param: NSOpenGLContextParameter, )
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn getValues_forParameter_(
self,
vals: *mut GLint,
param: NSOpenGLContextParameter,
)
unsafe fn getValues_forParameter_( self, vals: *mut GLint, param: NSOpenGLContextParameter, )
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn setCurrentVirtualScreen_(self, screen: GLint)
unsafe fn setCurrentVirtualScreen_(self, screen: GLint)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn currentVirtualScreen(self) -> GLint
unsafe fn currentVirtualScreen(self) -> GLint
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn CGLContextObj(self) -> CGLContextObj
unsafe fn CGLContextObj(self) -> CGLContextObj
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงimpl NSOpenGLPixelFormat for id
impl NSOpenGLPixelFormat for id
Sourceยงunsafe fn initWithAttributes_(self, attributes: &[u32]) -> id
unsafe fn initWithAttributes_(self, attributes: &[u32]) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn getValues_forAttribute_forVirtualScreen_(
self,
val: *mut GLint,
attrib: NSOpenGLPixelFormatAttribute,
screen: GLint,
)
unsafe fn getValues_forAttribute_forVirtualScreen_( self, val: *mut GLint, attrib: NSOpenGLPixelFormatAttribute, screen: GLint, )
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn numberOfVirtualScreens(self) -> GLint
unsafe fn numberOfVirtualScreens(self) -> GLint
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงimpl NSOpenGLView for id
impl NSOpenGLView for id
Sourceยงunsafe fn initWithFrame_pixelFormat_(self, frameRect: NSRect, format: id) -> id
unsafe fn initWithFrame_pixelFormat_(self, frameRect: NSRect, format: id) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn setOpenGLContext_(self, context: id)
unsafe fn setOpenGLContext_(self, context: id)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn setPixelFormat_(self, pixelformat: id)
unsafe fn setPixelFormat_(self, pixelformat: id)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงimpl NSOpenPanel for id
impl NSOpenPanel for id
Sourceยงunsafe fn setCanChooseFiles_(self, canChooseFiles: BOOL)
unsafe fn setCanChooseFiles_(self, canChooseFiles: BOOL)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn setCanChooseDirectories_(self, canChooseDirectories: BOOL)
unsafe fn setCanChooseDirectories_(self, canChooseDirectories: BOOL)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn setResolvesAliases_(self, resolvesAliases: BOOL)
unsafe fn setResolvesAliases_(self, resolvesAliases: BOOL)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn setAllowsMultipleSelection_(self, allowsMultipleSelection: BOOL)
unsafe fn setAllowsMultipleSelection_(self, allowsMultipleSelection: BOOL)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงimpl NSPanel for id
impl NSPanel for id
Sourceยงunsafe fn setBecomesKeyOnlyIfNeeded(self, becomesKeyOnlyIfNeeded: BOOL)
unsafe fn setBecomesKeyOnlyIfNeeded(self, becomesKeyOnlyIfNeeded: BOOL)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn becomesKeyOnlyIfNeeded(self) -> BOOL
unsafe fn becomesKeyOnlyIfNeeded(self) -> BOOL
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn setFloatingPanel(self, floatingPanel: BOOL)
unsafe fn setFloatingPanel(self, floatingPanel: BOOL)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn floatingPanel(self) -> BOOL
unsafe fn floatingPanel(self) -> BOOL
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn setWorksWhenModal(self, worksWhenModal: BOOL)
unsafe fn setWorksWhenModal(self, worksWhenModal: BOOL)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงimpl NSPasteboard for id
impl NSPasteboard for id
Sourceยงunsafe fn releaseGlobally(self)
unsafe fn releaseGlobally(self)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn clearContents(self) -> NSInteger
unsafe fn clearContents(self) -> NSInteger
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn writeObjects(self, objects: id) -> BOOL
unsafe fn writeObjects(self, objects: id) -> BOOL
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn setData_forType(self, data: id, dataType: id) -> BOOL
unsafe fn setData_forType(self, data: id, dataType: id) -> BOOL
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn setPropertyList_forType(self, plist: id, dataType: id) -> BOOL
unsafe fn setPropertyList_forType(self, plist: id, dataType: id) -> BOOL
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn setString_forType(self, string: id, dataType: id) -> BOOL
unsafe fn setString_forType(self, string: id, dataType: id) -> BOOL
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn readObjectsForClasses_options(self, classArray: id, options: id) -> id
unsafe fn readObjectsForClasses_options(self, classArray: id, options: id) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn pasteboardItems(self) -> id
unsafe fn pasteboardItems(self) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn indexOfPasteboardItem(self, pasteboardItem: id) -> NSInteger
unsafe fn indexOfPasteboardItem(self, pasteboardItem: id) -> NSInteger
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn dataForType(self, dataType: id) -> id
unsafe fn dataForType(self, dataType: id) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn propertyListForType(self, dataType: id) -> id
unsafe fn propertyListForType(self, dataType: id) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn stringForType(self, dataType: id) -> id
unsafe fn stringForType(self, dataType: id) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn availableTypeFromArray(self, types: id) -> id
unsafe fn availableTypeFromArray(self, types: id) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn canReadItemWithDataConformingToTypes(self, types: id) -> BOOL
unsafe fn canReadItemWithDataConformingToTypes(self, types: id) -> BOOL
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn canReadObjectForClasses_options(
self,
classArray: id,
options: id,
) -> BOOL
unsafe fn canReadObjectForClasses_options( self, classArray: id, options: id, ) -> BOOL
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn changeCount(self) -> NSInteger
unsafe fn changeCount(self) -> NSInteger
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn declareTypes_owner(self, newTypes: id, newOwner: id) -> NSInteger
unsafe fn declareTypes_owner(self, newTypes: id, newOwner: id) -> NSInteger
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn addTypes_owner(self, newTypes: id, newOwner: id) -> NSInteger
unsafe fn addTypes_owner(self, newTypes: id, newOwner: id) -> NSInteger
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn writeFileContents(self, filename: id) -> BOOL
unsafe fn writeFileContents(self, filename: id) -> BOOL
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn writeFileWrapper(self, wrapper: id) -> BOOL
unsafe fn writeFileWrapper(self, wrapper: id) -> BOOL
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn readFileContentsType_toFile(self, _type: id, filename: id) -> id
unsafe fn readFileContentsType_toFile(self, _type: id, filename: id) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn readFileWrapper(self) -> id
unsafe fn readFileWrapper(self) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn generalPasteboard(_: Self) -> id
unsafe fn generalPasteboard(_: Self) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn pasteboardByFilteringData_ofType(_: Self, data: id, _type: id) -> id
unsafe fn pasteboardByFilteringData_ofType(_: Self, data: id, _type: id) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn pasteboardByFilteringFile(_: Self, file: id) -> id
unsafe fn pasteboardByFilteringFile(_: Self, file: id) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn pasteboardByFilteringTypesInPasteboard(_: Self, pboard: id) -> id
unsafe fn pasteboardByFilteringTypesInPasteboard(_: Self, pboard: id) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn pasteboardWithName(_: Self, name: id) -> id
unsafe fn pasteboardWithName(_: Self, name: id) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn pasteboardWithUniqueName(_: Self) -> id
unsafe fn pasteboardWithUniqueName(_: Self) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn typesFilterableTo(_: Self, _type: id) -> id
unsafe fn typesFilterableTo(_: Self, _type: id) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงimpl NSPasteboardItem for id
impl NSPasteboardItem for id
Sourceยงunsafe fn setDataProvider_forTypes(self, dataProvider: id, types: id) -> BOOL
unsafe fn setDataProvider_forTypes(self, dataProvider: id, types: id) -> BOOL
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn setData_forType(self, data: id, _type: id) -> BOOL
unsafe fn setData_forType(self, data: id, _type: id) -> BOOL
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn setString_forType(self, string: id, _type: id) -> BOOL
unsafe fn setString_forType(self, string: id, _type: id) -> BOOL
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn setPropertyList_forType(self, propertyList: id, _type: id) -> BOOL
unsafe fn setPropertyList_forType(self, propertyList: id, _type: id) -> BOOL
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn dataForType(self, _type: id) -> id
unsafe fn dataForType(self, _type: id) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn stringForType(self, _type: id) -> id
unsafe fn stringForType(self, _type: id) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn propertyListForType(self, _type: id) -> id
unsafe fn propertyListForType(self, _type: id) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงimpl NSPasteboardItemDataProvider for id
impl NSPasteboardItemDataProvider for id
Sourceยงunsafe fn pasteboard_item_provideDataForType(
self,
pasteboard: id,
item: id,
_type: id,
)
unsafe fn pasteboard_item_provideDataForType( self, pasteboard: id, item: id, _type: id, )
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn pasteboardFinishedWithDataProvider(self, pasteboard: id)
unsafe fn pasteboardFinishedWithDataProvider(self, pasteboard: id)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงimpl NSPasteboardReading for id
impl NSPasteboardReading for id
Sourceยงunsafe fn initWithPasteboardPropertyList_ofType(
self,
propertyList: id,
_type: id,
) -> id
unsafe fn initWithPasteboardPropertyList_ofType( self, propertyList: id, _type: id, ) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn readableTypesForPasteboard(self, pasteboard: id) -> id
unsafe fn readableTypesForPasteboard(self, pasteboard: id) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn readingOptionsForType_pasteboard(
self,
_type: id,
pasteboard: id,
) -> NSPasteboardReadingOptions
unsafe fn readingOptionsForType_pasteboard( self, _type: id, pasteboard: id, ) -> NSPasteboardReadingOptions
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงimpl NSPasteboardWriting for id
impl NSPasteboardWriting for id
Sourceยงunsafe fn writableTypesForPasteboard(self, pasteboard: id) -> id
unsafe fn writableTypesForPasteboard(self, pasteboard: id) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn writingOptionsForType_pasteboard(
self,
_type: id,
pasteboard: id,
) -> NSPasteboardWritingOptions
unsafe fn writingOptionsForType_pasteboard( self, _type: id, pasteboard: id, ) -> NSPasteboardWritingOptions
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn pasteboardPropertyListForType(self, _type: id) -> id
unsafe fn pasteboardPropertyListForType(self, _type: id) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงimpl NSRunningApplication for id
impl NSRunningApplication for id
Sourceยงunsafe fn activateWithOptions_(
self,
options: NSApplicationActivationOptions,
) -> BOOL
unsafe fn activateWithOptions_( self, options: NSApplicationActivationOptions, ) -> BOOL
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn currentApplication(_: Self) -> id
unsafe fn currentApplication(_: Self) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn runningApplicationWithProcessIdentifier(_: Self, pid: pid_t) -> id
unsafe fn runningApplicationWithProcessIdentifier(_: Self, pid: pid_t) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงimpl NSSavePanel for id
impl NSSavePanel for id
Sourceยงunsafe fn setDirectoryURL(self, url: id)
unsafe fn setDirectoryURL(self, url: id)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn setCanCreateDirectories(self, canCreateDirectories: BOOL)
unsafe fn setCanCreateDirectories(self, canCreateDirectories: BOOL)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn runModal(self) -> NSModalResponse
unsafe fn runModal(self) -> NSModalResponse
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงimpl NSScreen for id
impl NSScreen for id
Sourceยงunsafe fn mainScreen(_: Self) -> id
unsafe fn mainScreen(_: Self) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn deepestScreen(_: Self) -> id
unsafe fn deepestScreen(_: Self) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn depth(self) -> NSWindowDepth
unsafe fn depth(self) -> NSWindowDepth
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn supportedWindowDepths(self) -> *const NSWindowDepth
unsafe fn supportedWindowDepths(self) -> *const NSWindowDepth
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn deviceDescription(self) -> id
unsafe fn deviceDescription(self) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn visibleFrame(self) -> NSRect
unsafe fn visibleFrame(self) -> NSRect
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn colorSpace(self) -> id
unsafe fn colorSpace(self) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn screensHaveSeparateSpaces(_: Self) -> BOOL
unsafe fn screensHaveSeparateSpaces(_: Self) -> BOOL
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn maximumRefreshInterval(self) -> NSTimeInterval
unsafe fn maximumRefreshInterval(self) -> NSTimeInterval
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn minimumRefreshInterval(self) -> NSTimeInterval
unsafe fn minimumRefreshInterval(self) -> NSTimeInterval
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn backingAlignedRect_options_(
self,
aRect: NSRect,
options: NSAlignmentOptions,
) -> NSRect
unsafe fn backingAlignedRect_options_( self, aRect: NSRect, options: NSAlignmentOptions, ) -> NSRect
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn backingScaleFactor(self) -> CGFloat
unsafe fn backingScaleFactor(self) -> CGFloat
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn convertRectFromBacking_(self, aRect: NSRect) -> NSRect
unsafe fn convertRectFromBacking_(self, aRect: NSRect) -> NSRect
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn convertRectToBacking_(self, aRect: NSRect) -> NSRect
unsafe fn convertRectToBacking_(self, aRect: NSRect) -> NSRect
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงimpl NSSound for id
impl NSSound for id
Sourceยงunsafe fn initWithContentsOfFile_withReference_(
self,
filepath: id,
byRef: BOOL,
) -> id
unsafe fn initWithContentsOfFile_withReference_( self, filepath: id, byRef: BOOL, ) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn initWithContentsOfURL_withReference_(
self,
fileUrl: id,
byRef: BOOL,
) -> id
unsafe fn initWithContentsOfURL_withReference_( self, fileUrl: id, byRef: BOOL, ) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn initWithData_(self, audioData: id) -> id
unsafe fn initWithData_(self, audioData: id) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn initWithPasteboard_(self, pasteboard: id) -> id
unsafe fn initWithPasteboard_(self, pasteboard: id) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn currentTime(self) -> NSTimeInterval
unsafe fn currentTime(self) -> NSTimeInterval
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn playbackDeviceIdentifier(self) -> id
unsafe fn playbackDeviceIdentifier(self) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn duration(self) -> NSTimeInterval
unsafe fn duration(self) -> NSTimeInterval
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn writeToPasteboard_(self, pasteboard: id)
unsafe fn writeToPasteboard_(self, pasteboard: id)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn canInitWithPasteboard_(_: Self, pasteboard: id) -> BOOL
unsafe fn canInitWithPasteboard_(_: Self, pasteboard: id) -> BOOL
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn soundUnfilteredTypes(_: Self) -> id
unsafe fn soundUnfilteredTypes(_: Self) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn soundNamed_(_: Self, soundName: id) -> id
unsafe fn soundNamed_(_: Self, soundName: id) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงimpl NSSpellChecker for id
impl NSSpellChecker for id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn checkSpellingOfString_startingAt(
self,
stringToCheck: id,
startingOffset: NSInteger,
) -> NSRange
unsafe fn checkSpellingOfString_startingAt( self, stringToCheck: id, startingOffset: NSInteger, ) -> NSRange
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn checkSpellingOfString_startingAt_language_wrap_inSpellDocumentWithTag_wordCount(
self,
stringToCheck: id,
startingOffset: NSInteger,
language: id,
wrapFlag: BOOL,
tag: NSInteger,
) -> (NSRange, NSInteger)
unsafe fn checkSpellingOfString_startingAt_language_wrap_inSpellDocumentWithTag_wordCount( self, stringToCheck: id, startingOffset: NSInteger, language: id, wrapFlag: BOOL, tag: NSInteger, ) -> (NSRange, NSInteger)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn uniqueSpellDocumentTag(_: Self) -> NSInteger
unsafe fn uniqueSpellDocumentTag(_: Self) -> NSInteger
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn closeSpellDocumentWithTag(self, tag: NSInteger)
unsafe fn closeSpellDocumentWithTag(self, tag: NSInteger)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn ignoreWord_inSpellDocumentWithTag(
self,
wordToIgnore: id,
tag: NSInteger,
)
unsafe fn ignoreWord_inSpellDocumentWithTag( self, wordToIgnore: id, tag: NSInteger, )
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงimpl NSStatusBar for id
impl NSStatusBar for id
Sourceยงunsafe fn statusItemWithLength_(self, length: CGFloat) -> id
unsafe fn statusItemWithLength_(self, length: CGFloat) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn removeStatusItem_(self, item: id)
unsafe fn removeStatusItem_(self, item: id)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn isVertical(self) -> BOOL
unsafe fn isVertical(self) -> BOOL
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn systemStatusBar(_: Self) -> id
unsafe fn systemStatusBar(_: Self) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงimpl NSStatusItem for id
impl NSStatusItem for id
๐Deprecated: use the objc2-app-kit crate instead
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn setLength_(self, length: CGFloat)
unsafe fn setLength_(self, length: CGFloat)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงimpl NSTabView for id
impl NSTabView for id
Sourceยงunsafe fn initWithFrame_(self, frameRect: NSRect) -> id
unsafe fn initWithFrame_(self, frameRect: NSRect) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn addTabViewItem_(self, tabViewItem: id)
unsafe fn addTabViewItem_(self, tabViewItem: id)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn insertTabViewItem_atIndex_(self, tabViewItem: id, index: NSInteger)
unsafe fn insertTabViewItem_atIndex_(self, tabViewItem: id, index: NSInteger)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn removeTabViewItem_(self, tabViewItem: id)
unsafe fn removeTabViewItem_(self, tabViewItem: id)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn indexOfTabViewItem_(self, tabViewItem: id) -> id
unsafe fn indexOfTabViewItem_(self, tabViewItem: id) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn indexOfTabViewItemWithIdentifier_(self, identifier: id) -> id
unsafe fn indexOfTabViewItemWithIdentifier_(self, identifier: id) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn numberOfTabViewItems(self) -> id
unsafe fn numberOfTabViewItems(self) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn tabViewItemAtIndex_(self, index: id) -> id
unsafe fn tabViewItemAtIndex_(self, index: id) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn tabViewItems(self) -> id
unsafe fn tabViewItems(self) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn selectFirstTabViewItem_(self, sender: id)
unsafe fn selectFirstTabViewItem_(self, sender: id)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn selectLastTabViewItem_(self, sender: id)
unsafe fn selectLastTabViewItem_(self, sender: id)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn selectNextTabViewItem_(self, sender: id)
unsafe fn selectNextTabViewItem_(self, sender: id)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn selectPreviousTabViewItem_(self, sender: id)
unsafe fn selectPreviousTabViewItem_(self, sender: id)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn selectTabViewItem_(self, tabViewItem: id)
unsafe fn selectTabViewItem_(self, tabViewItem: id)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn selectTabViewItemAtIndex_(self, index: id)
unsafe fn selectTabViewItemAtIndex_(self, index: id)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn selectTabViewItemWithIdentifier_(self, identifier: id)
unsafe fn selectTabViewItemWithIdentifier_(self, identifier: id)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn selectedTabViewItem(self) -> id
unsafe fn selectedTabViewItem(self) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn takeSelectedTabViewItemFromSender_(self, sender: id)
unsafe fn takeSelectedTabViewItemFromSender_(self, sender: id)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn tabViewType(self) -> NSTabViewType
unsafe fn tabViewType(self) -> NSTabViewType
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn setTabViewType_(self, tabViewType: NSTabViewType)
unsafe fn setTabViewType_(self, tabViewType: NSTabViewType)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn controlTint(self) -> id
unsafe fn controlTint(self) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn setControlTint_(self, controlTint: id)
unsafe fn setControlTint_(self, controlTint: id)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn drawsBackground(self) -> BOOL
unsafe fn drawsBackground(self) -> BOOL
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn setDrawsBackground_(self, drawsBackground: BOOL)
unsafe fn setDrawsBackground_(self, drawsBackground: BOOL)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn minimumSize(self) -> id
unsafe fn minimumSize(self) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn contentRect(self) -> id
unsafe fn contentRect(self) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn controlSize(self) -> id
unsafe fn controlSize(self) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn setControlSize_(self, controlSize: id)
unsafe fn setControlSize_(self, controlSize: id)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn allowsTruncatedLabels(self) -> BOOL
unsafe fn allowsTruncatedLabels(self) -> BOOL
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn setAllowsTruncatedLabels_(self, allowTruncatedLabels: BOOL)
unsafe fn setAllowsTruncatedLabels_(self, allowTruncatedLabels: BOOL)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn setDelegate_(self, delegate: id)
unsafe fn setDelegate_(self, delegate: id)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn tabViewAtPoint_(self, point: id) -> id
unsafe fn tabViewAtPoint_(self, point: id) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงimpl NSTabViewItem for id
impl NSTabViewItem for id
Sourceยงunsafe fn initWithIdentifier_(self, identifier: id) -> id
unsafe fn initWithIdentifier_(self, identifier: id) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn drawLabel_inRect_(self, shouldTruncateLabel: BOOL, labelRect: NSRect)
unsafe fn drawLabel_inRect_(self, shouldTruncateLabel: BOOL, labelRect: NSRect)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn sizeOfLabel_(self, computeMin: BOOL)
unsafe fn sizeOfLabel_(self, computeMin: BOOL)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn tabState(self) -> NSTabState
unsafe fn tabState(self) -> NSTabState
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn identifier(self) -> id
unsafe fn identifier(self) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn setIdentifier_(self, identifier: id)
unsafe fn setIdentifier_(self, identifier: id)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn initialFirstResponder(self) -> id
unsafe fn initialFirstResponder(self) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn setInitialFirstResponder_(self, initialFirstResponder: id)
unsafe fn setInitialFirstResponder_(self, initialFirstResponder: id)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn setToolTip_(self, toolTip: id)
unsafe fn setToolTip_(self, toolTip: id)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงimpl NSTextField for id
impl NSTextField for id
Sourceยงunsafe fn initWithFrame_(self, frameRect: NSRect) -> id
unsafe fn initWithFrame_(self, frameRect: NSRect) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn setEditable_(self, editable: BOOL)
unsafe fn setEditable_(self, editable: BOOL)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn setStringValue_(self, label: id)
unsafe fn setStringValue_(self, label: id)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงimpl NSToolbar for id
impl NSToolbar for id
Sourceยงunsafe fn initWithIdentifier_(self, identifier: id) -> id
unsafe fn initWithIdentifier_(self, identifier: id) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn showsBaselineSeparator(self) -> BOOL
unsafe fn showsBaselineSeparator(self) -> BOOL
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn setShowsBaselineSeparator_(self, value: BOOL)
unsafe fn setShowsBaselineSeparator_(self, value: BOOL)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงimpl NSView for id
impl NSView for id
Sourceยงunsafe fn initWithFrame_(self, frameRect: NSRect) -> id
unsafe fn initWithFrame_(self, frameRect: NSRect) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn setFrameSize(self, frameSize: NSSize)
unsafe fn setFrameSize(self, frameSize: NSSize)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn setFrameOrigin(self, frameOrigin: NSPoint)
unsafe fn setFrameOrigin(self, frameOrigin: NSPoint)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn setWantsBestResolutionOpenGLSurface_(self, flag: BOOL)
unsafe fn setWantsBestResolutionOpenGLSurface_(self, flag: BOOL)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn convertPoint_fromView_(self, point: NSPoint, view: id) -> NSPoint
unsafe fn convertPoint_fromView_(self, point: NSPoint, view: id) -> NSPoint
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn addSubview_(self, view: id)
unsafe fn addSubview_(self, view: id)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn removeFromSuperview(self)
unsafe fn removeFromSuperview(self)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn setAutoresizingMask_(
self,
autoresizingMask: NSAutoresizingMaskOptions,
)
unsafe fn setAutoresizingMask_( self, autoresizingMask: NSAutoresizingMaskOptions, )
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn wantsLayer(self) -> BOOL
unsafe fn wantsLayer(self) -> BOOL
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn setWantsLayer(self, wantsLayer: BOOL)
unsafe fn setWantsLayer(self, wantsLayer: BOOL)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn widthAnchor(self) -> id
unsafe fn widthAnchor(self) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn heightAnchor(self) -> id
unsafe fn heightAnchor(self) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn convertRectToBacking(self, rect: NSRect) -> NSRect
unsafe fn convertRectToBacking(self, rect: NSRect) -> NSRect
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn layerContentsPlacement(self) -> NSViewLayerContentsPlacement
unsafe fn layerContentsPlacement(self) -> NSViewLayerContentsPlacement
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn setLayerContentsPlacement(
self,
placement: NSViewLayerContentsPlacement,
)
unsafe fn setLayerContentsPlacement( self, placement: NSViewLayerContentsPlacement, )
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn setAppearance(self, appearance: id)
unsafe fn setAppearance(self, appearance: id)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงimpl NSVisualEffectView for id
impl NSVisualEffectView for id
Sourceยงunsafe fn initWithFrame_(self, frameRect: NSRect) -> id
unsafe fn initWithFrame_(self, frameRect: NSRect) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn setFrameSize(self, frameSize: NSSize)
unsafe fn setFrameSize(self, frameSize: NSSize)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn setFrameOrigin(self, frameOrigin: NSPoint)
unsafe fn setFrameOrigin(self, frameOrigin: NSPoint)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn removeFromSuperview(self)
unsafe fn removeFromSuperview(self)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn isEmphasized(self) -> BOOL
unsafe fn isEmphasized(self) -> BOOL
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn setEmphasized_(self, emphasized: BOOL)
unsafe fn setEmphasized_(self, emphasized: BOOL)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn setMaterial_(self, material: NSVisualEffectMaterial)
unsafe fn setMaterial_(self, material: NSVisualEffectMaterial)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn setState_(self, state: NSVisualEffectState)
unsafe fn setState_(self, state: NSVisualEffectState)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn setBlendingMode_(self, mode: NSVisualEffectBlendingMode)
unsafe fn setBlendingMode_(self, mode: NSVisualEffectBlendingMode)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงimpl NSWindow for id
impl NSWindow for id
Sourceยงunsafe fn initWithContentRect_styleMask_backing_defer_(
self,
rect: NSRect,
style: NSWindowStyleMask,
backing: NSBackingStoreType,
defer: BOOL,
) -> id
unsafe fn initWithContentRect_styleMask_backing_defer_( self, rect: NSRect, style: NSWindowStyleMask, backing: NSBackingStoreType, defer: BOOL, ) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn initWithContentRect_styleMask_backing_defer_screen_(
self,
rect: NSRect,
style: NSWindowStyleMask,
backing: NSBackingStoreType,
defer: BOOL,
screen: id,
) -> id
unsafe fn initWithContentRect_styleMask_backing_defer_screen_( self, rect: NSRect, style: NSWindowStyleMask, backing: NSBackingStoreType, defer: BOOL, screen: id, ) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn styleMask(self) -> NSWindowStyleMask
unsafe fn styleMask(self) -> NSWindowStyleMask
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn setStyleMask_(self, styleMask: NSWindowStyleMask)
unsafe fn setStyleMask_(self, styleMask: NSWindowStyleMask)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn toggleFullScreen_(self, sender: id)
unsafe fn toggleFullScreen_(self, sender: id)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn worksWhenModal(self) -> BOOL
unsafe fn worksWhenModal(self) -> BOOL
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn alphaValue(self) -> CGFloat
unsafe fn alphaValue(self) -> CGFloat
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn setAlphaValue_(self, windowAlpha: CGFloat)
unsafe fn setAlphaValue_(self, windowAlpha: CGFloat)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn backgroundColor(self) -> id
unsafe fn backgroundColor(self) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn setBackgroundColor_(self, color: id)
unsafe fn setBackgroundColor_(self, color: id)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn colorSpace(self) -> id
unsafe fn colorSpace(self) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn setColorSpace_(self, colorSpace: id)
unsafe fn setColorSpace_(self, colorSpace: id)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn contentView(self) -> id
unsafe fn contentView(self) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn setContentView_(self, view: id)
unsafe fn setContentView_(self, view: id)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn setCanHide_(self, canHide: BOOL)
unsafe fn setCanHide_(self, canHide: BOOL)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn hidesOnDeactivate(self) -> BOOL
unsafe fn hidesOnDeactivate(self) -> BOOL
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn setHidesOnDeactivate_(self, hideOnDeactivate: BOOL)
unsafe fn setHidesOnDeactivate_(self, hideOnDeactivate: BOOL)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn collectionBehavior(self) -> NSWindowCollectionBehavior
unsafe fn collectionBehavior(self) -> NSWindowCollectionBehavior
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn setCollectionBehavior_(
self,
collectionBehavior: NSWindowCollectionBehavior,
)
unsafe fn setCollectionBehavior_( self, collectionBehavior: NSWindowCollectionBehavior, )
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn setOpaque_(self, opaque: BOOL)
unsafe fn setOpaque_(self, opaque: BOOL)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn setHasShadow_(self, hasShadow: BOOL)
unsafe fn setHasShadow_(self, hasShadow: BOOL)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn invalidateShadow(self)
unsafe fn invalidateShadow(self)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn autorecalculatesContentBorderThicknessForEdge_(
self,
edge: NSRectEdge,
) -> BOOL
unsafe fn autorecalculatesContentBorderThicknessForEdge_( self, edge: NSRectEdge, ) -> BOOL
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn setAutorecalculatesContentBorderThickness_forEdge_(
self,
autorecalculateContentBorderThickness: BOOL,
edge: NSRectEdge,
) -> BOOL
unsafe fn setAutorecalculatesContentBorderThickness_forEdge_( self, autorecalculateContentBorderThickness: BOOL, edge: NSRectEdge, ) -> BOOL
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn contentBorderThicknessForEdge_(self, edge: NSRectEdge) -> CGFloat
unsafe fn contentBorderThicknessForEdge_(self, edge: NSRectEdge) -> CGFloat
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn setContentBorderThickness_forEdge_(
self,
borderThickness: CGFloat,
edge: NSRectEdge,
)
unsafe fn setContentBorderThickness_forEdge_( self, borderThickness: CGFloat, edge: NSRectEdge, )
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn setDelegate_(self, delegate: id)
unsafe fn setDelegate_(self, delegate: id)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn preventsApplicationTerminationWhenModal(self) -> BOOL
unsafe fn preventsApplicationTerminationWhenModal(self) -> BOOL
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn setPreventsApplicationTerminationWhenModal_(self, flag: BOOL)
unsafe fn setPreventsApplicationTerminationWhenModal_(self, flag: BOOL)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn contentRectForFrameRect_styleMask_(
self,
windowFrame: NSRect,
windowStyle: NSWindowStyleMask,
) -> NSRect
unsafe fn contentRectForFrameRect_styleMask_( self, windowFrame: NSRect, windowStyle: NSWindowStyleMask, ) -> NSRect
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn frameRectForContentRect_styleMask_(
self,
windowContentRect: NSRect,
windowStyle: NSWindowStyleMask,
) -> NSRect
unsafe fn frameRectForContentRect_styleMask_( self, windowContentRect: NSRect, windowStyle: NSWindowStyleMask, ) -> NSRect
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn minFrameWidthWithTitle_styleMask_(
self,
windowTitle: id,
windowStyle: NSWindowStyleMask,
) -> CGFloat
unsafe fn minFrameWidthWithTitle_styleMask_( self, windowTitle: id, windowStyle: NSWindowStyleMask, ) -> CGFloat
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn contentRectForFrameRect_(self, windowFrame: NSRect) -> NSRect
unsafe fn contentRectForFrameRect_(self, windowFrame: NSRect) -> NSRect
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn frameRectForContentRect_(self, windowContent: NSRect) -> NSRect
unsafe fn frameRectForContentRect_(self, windowContent: NSRect) -> NSRect
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn windowController(self) -> id
unsafe fn windowController(self) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn setWindowController_(self, windowController: id)
unsafe fn setWindowController_(self, windowController: id)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn setFrameOrigin_(self, point: NSPoint)
unsafe fn setFrameOrigin_(self, point: NSPoint)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn setFrameTopLeftPoint_(self, point: NSPoint)
unsafe fn setFrameTopLeftPoint_(self, point: NSPoint)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn constrainFrameRect_toScreen_(self, frameRect: NSRect, screen: id)
unsafe fn constrainFrameRect_toScreen_(self, frameRect: NSRect, screen: id)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn cascadeTopLeftFromPoint_(self, topLeft: NSPoint) -> NSPoint
unsafe fn cascadeTopLeftFromPoint_(self, topLeft: NSPoint) -> NSPoint
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn setFrame_display_(self, windowFrame: NSRect, display: BOOL)
unsafe fn setFrame_display_(self, windowFrame: NSRect, display: BOOL)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn setFrame_display_animate_(
self,
windowFrame: NSRect,
display: BOOL,
animate: BOOL,
)
unsafe fn setFrame_display_animate_( self, windowFrame: NSRect, display: BOOL, animate: BOOL, )
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn setFrame_displayViews_(self, windowFrame: NSRect, display: BOOL)
unsafe fn setFrame_displayViews_(self, windowFrame: NSRect, display: BOOL)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn aspectRatio(self) -> NSSize
unsafe fn aspectRatio(self) -> NSSize
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn setAspectRatio_(self, aspectRatio: NSSize)
unsafe fn setAspectRatio_(self, aspectRatio: NSSize)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn setMinSize_(self, minSize: NSSize)
unsafe fn setMinSize_(self, minSize: NSSize)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn setMaxSize_(self, maxSize: NSSize)
unsafe fn setMaxSize_(self, maxSize: NSSize)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn performZoom_(self, sender: id)
unsafe fn performZoom_(self, sender: id)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn resizeFlags(self) -> NSInteger
unsafe fn resizeFlags(self) -> NSInteger
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn showsResizeIndicator(self) -> BOOL
unsafe fn showsResizeIndicator(self) -> BOOL
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn setShowsResizeIndicator_(self, showsResizeIndicator: BOOL)
unsafe fn setShowsResizeIndicator_(self, showsResizeIndicator: BOOL)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn resizeIncrements(self) -> NSSize
unsafe fn resizeIncrements(self) -> NSSize
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn setResizeIncrements_(self, resizeIncrements: NSSize)
unsafe fn setResizeIncrements_(self, resizeIncrements: NSSize)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn preservesContentDuringLiveResize(self) -> BOOL
unsafe fn preservesContentDuringLiveResize(self) -> BOOL
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn setPreservesContentDuringLiveResize_(
self,
preservesContentDuringLiveResize: BOOL,
)
unsafe fn setPreservesContentDuringLiveResize_( self, preservesContentDuringLiveResize: BOOL, )
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn inLiveResize(self) -> BOOL
unsafe fn inLiveResize(self) -> BOOL
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn contentAspectRatio(self) -> NSSize
unsafe fn contentAspectRatio(self) -> NSSize
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn setContentAspectRatio_(self, contentAspectRatio: NSSize)
unsafe fn setContentAspectRatio_(self, contentAspectRatio: NSSize)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn contentMinSize(self) -> NSSize
unsafe fn contentMinSize(self) -> NSSize
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn setContentMinSize_(self, contentMinSize: NSSize)
unsafe fn setContentMinSize_(self, contentMinSize: NSSize)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn contentSize(self) -> NSSize
unsafe fn contentSize(self) -> NSSize
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn setContentSize_(self, contentSize: NSSize)
unsafe fn setContentSize_(self, contentSize: NSSize)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn contentMaxSize(self) -> NSSize
unsafe fn contentMaxSize(self) -> NSSize
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn setContentMaxSize_(self, contentMaxSize: NSSize)
unsafe fn setContentMaxSize_(self, contentMaxSize: NSSize)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn contentResizeIncrements(self) -> NSSize
unsafe fn contentResizeIncrements(self) -> NSSize
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn setContentResizeIncrements_(self, contentResizeIncrements: NSSize)
unsafe fn setContentResizeIncrements_(self, contentResizeIncrements: NSSize)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn occlusionState(self) -> NSWindowOcclusionState
unsafe fn occlusionState(self) -> NSWindowOcclusionState
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn orderBack_(self, sender: id)
unsafe fn orderBack_(self, sender: id)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn orderFront_(self, sender: id)
unsafe fn orderFront_(self, sender: id)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn orderFrontRegardless(self)
unsafe fn orderFrontRegardless(self)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn orderFrontWindow_relativeTo_(
self,
ordering_mode: NSWindowOrderingMode,
other_window_number: NSInteger,
)
unsafe fn orderFrontWindow_relativeTo_( self, ordering_mode: NSWindowOrderingMode, other_window_number: NSInteger, )
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn setLevel_(self, level: NSInteger)
unsafe fn setLevel_(self, level: NSInteger)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn isKeyWindow(self) -> BOOL
unsafe fn isKeyWindow(self) -> BOOL
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn canBecomeKeyWindow(self) -> BOOL
unsafe fn canBecomeKeyWindow(self) -> BOOL
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn makeKeyWindow(self)
unsafe fn makeKeyWindow(self)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn makeKeyAndOrderFront_(self, sender: id)
unsafe fn makeKeyAndOrderFront_(self, sender: id)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn canBecomeMainWindow(self) -> BOOL
unsafe fn canBecomeMainWindow(self) -> BOOL
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn makeMainWindow(self)
unsafe fn makeMainWindow(self)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn toolbarStyle(self) -> NSWindowToolbarStyle
unsafe fn toolbarStyle(self) -> NSWindowToolbarStyle
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn setToolbar_(self, toolbar: id)
unsafe fn setToolbar_(self, toolbar: id)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn setToolbarStyle_(self, toolbarStyle: NSWindowToolbarStyle)
unsafe fn setToolbarStyle_(self, toolbarStyle: NSWindowToolbarStyle)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn runToolbarCustomizationPalette(self, sender: id)
unsafe fn runToolbarCustomizationPalette(self, sender: id)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn standardWindowButton_(self, windowButtonKind: NSWindowButton) -> id
unsafe fn standardWindowButton_(self, windowButtonKind: NSWindowButton) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn allowsAutomaticWindowTabbing(_: Self) -> BOOL
unsafe fn allowsAutomaticWindowTabbing(_: Self) -> BOOL
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn setAllowsAutomaticWindowTabbing_(
_: Self,
allowsAutomaticWindowTabbing: BOOL,
)
unsafe fn setAllowsAutomaticWindowTabbing_( _: Self, allowsAutomaticWindowTabbing: BOOL, )
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn tabbingIdentifier(self) -> id
unsafe fn tabbingIdentifier(self) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn tabbingMode(self) -> NSWindowTabbingMode
unsafe fn tabbingMode(self) -> NSWindowTabbingMode
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn setTabbingMode_(self, tabbingMode: NSWindowTabbingMode)
unsafe fn setTabbingMode_(self, tabbingMode: NSWindowTabbingMode)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn addTabbedWindow_ordered_(
self,
window: id,
ordering_mode: NSWindowOrderingMode,
)
unsafe fn addTabbedWindow_ordered_( self, window: id, ordering_mode: NSWindowOrderingMode, )
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn toggleTabBar_(self, sender: id)
unsafe fn toggleTabBar_(self, sender: id)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn initialFirstResponder(self) -> id
unsafe fn initialFirstResponder(self) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn firstResponder(self) -> id
unsafe fn firstResponder(self) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn setInitialFirstResponder_(self, responder: id)
unsafe fn setInitialFirstResponder_(self, responder: id)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn makeFirstResponder_(self, responder: id) -> BOOL
unsafe fn makeFirstResponder_(self, responder: id) -> BOOL
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn acceptsMouseMovedEvents(self) -> BOOL
unsafe fn acceptsMouseMovedEvents(self) -> BOOL
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn ignoresMouseEvents(self) -> BOOL
unsafe fn ignoresMouseEvents(self) -> BOOL
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn setIgnoresMouseEvents_(self, ignoreMouseEvents: BOOL)
unsafe fn setIgnoresMouseEvents_(self, ignoreMouseEvents: BOOL)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn mouseLocationOutsideOfEventStream(self) -> NSPoint
unsafe fn mouseLocationOutsideOfEventStream(self) -> NSPoint
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn setAcceptsMouseMovedEvents_(self, acceptMouseMovedEvents: BOOL)
unsafe fn setAcceptsMouseMovedEvents_(self, acceptMouseMovedEvents: BOOL)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn windowNumberAtPoint_belowWindowWithWindowNumber_(
_: Self,
point: NSPoint,
windowNumber: NSInteger,
) -> NSInteger
unsafe fn windowNumberAtPoint_belowWindowWithWindowNumber_( _: Self, point: NSPoint, windowNumber: NSInteger, ) -> NSInteger
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn backingScaleFactor(self) -> CGFloat
unsafe fn backingScaleFactor(self) -> CGFloat
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn backingAlignedRect_options_(
self,
rect: NSRect,
options: NSAlignmentOptions,
) -> NSRect
unsafe fn backingAlignedRect_options_( self, rect: NSRect, options: NSAlignmentOptions, ) -> NSRect
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn convertRectFromBacking_(self, rect: NSRect) -> NSRect
unsafe fn convertRectFromBacking_(self, rect: NSRect) -> NSRect
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn convertRectToBacking_(self, rect: NSRect) -> NSRect
unsafe fn convertRectToBacking_(self, rect: NSRect) -> NSRect
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn convertRectToScreen_(self, rect: NSRect) -> NSRect
unsafe fn convertRectToScreen_(self, rect: NSRect) -> NSRect
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn convertRectFromScreen_(self, rect: NSRect) -> NSRect
unsafe fn convertRectFromScreen_(self, rect: NSRect) -> NSRect
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn isDocumentEdited(self) -> BOOL
unsafe fn isDocumentEdited(self) -> BOOL
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn setDocumentEdited_(self, documentEdited: BOOL)
unsafe fn setDocumentEdited_(self, documentEdited: BOOL)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn setTitleWithRepresentedFilename_(self, filePath: id)
unsafe fn setTitleWithRepresentedFilename_(self, filePath: id)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn setTitleVisibility_(self, visibility: NSWindowTitleVisibility)
unsafe fn setTitleVisibility_(self, visibility: NSWindowTitleVisibility)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn setTitlebarAppearsTransparent_(self, transparent: BOOL)
unsafe fn setTitlebarAppearsTransparent_(self, transparent: BOOL)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn representedFilename(self) -> id
unsafe fn representedFilename(self) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn setRepresentedFilename_(self, filePath: id)
unsafe fn setRepresentedFilename_(self, filePath: id)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn representedURL(self) -> id
unsafe fn representedURL(self) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn setRepresentedURL_(self, representedURL: id)
unsafe fn setRepresentedURL_(self, representedURL: id)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn deepestScreen(self) -> id
unsafe fn deepestScreen(self) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn displaysWhenScreenProfileChanges(self) -> BOOL
unsafe fn displaysWhenScreenProfileChanges(self) -> BOOL
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn setDisplaysWhenScreenProfileChanges_(
self,
displaysWhenScreenProfileChanges: BOOL,
)
unsafe fn setDisplaysWhenScreenProfileChanges_( self, displaysWhenScreenProfileChanges: BOOL, )
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn setMovableByWindowBackground_(self, movableByWindowBackground: BOOL)
unsafe fn setMovableByWindowBackground_(self, movableByWindowBackground: BOOL)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn setMovable_(self, movable: BOOL)
unsafe fn setMovable_(self, movable: BOOL)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn performClose_(self, sender: id)
unsafe fn performClose_(self, sender: id)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn setReleasedWhenClosed_(self, releasedWhenClosed: BOOL)
unsafe fn setReleasedWhenClosed_(self, releasedWhenClosed: BOOL)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn performMiniaturize_(self, sender: id)
unsafe fn performMiniaturize_(self, sender: id)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn miniaturize_(self, sender: id)
unsafe fn miniaturize_(self, sender: id)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn deminiaturize_(self, sender: id)
unsafe fn deminiaturize_(self, sender: id)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn miniwindowImage(self) -> id
unsafe fn miniwindowImage(self) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn setMiniwindowImage_(self, miniwindowImage: id)
unsafe fn setMiniwindowImage_(self, miniwindowImage: id)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn miniwindowTitle(self) -> id
unsafe fn miniwindowTitle(self) -> id
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn setMiniwindowTitle_(self, miniwindowTitle: id)
unsafe fn setMiniwindowTitle_(self, miniwindowTitle: id)
๐Deprecated: use the objc2-app-kit crate instead
Sourceยงunsafe fn setAppearance(self, appearance: id)
unsafe fn setAppearance(self, appearance: id)
๐Deprecated: use the objc2-app-kit crate instead