[go: up one dir, main page]

Type Alias id

Source
pub type id = *mut Object;
๐Ÿ‘ŽDeprecated: use the objc2 crate instead

Trait Implementationsยง

Sourceยง

impl NSApplication for id

Sourceยง

unsafe fn mainMenu(self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn setActivationPolicy_( self, policy: NSApplicationActivationPolicy, ) -> BOOL

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn setPresentationOptions_( self, options: NSApplicationPresentationOptions, ) -> BOOL

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn presentationOptions_(self) -> NSApplicationPresentationOptions

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn setMainMenu_(self, menu: id)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn setServicesMenu_(self, menu: id)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn setWindowsMenu_(self, menu: id)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn activateIgnoringOtherApps_(self, ignore: BOOL)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn run(self)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

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

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

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)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn stop_(self, sender: id)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn setApplicationIconImage_(self, icon: id)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn requestUserAttention_(self, requestType: NSRequestUserAttentionType)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn sharedApplication(_: Self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

impl NSButton for id

Sourceยง

unsafe fn initWithFrame_(self, frameRect: NSRect) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn setBezelStyle_(self, style: NSBezelStyle)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn setTitle_(self, title: id)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn setImage_(self, img: id)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn setTarget_(self, target: id)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn setAction_(self, selector: Sel)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn alloc(_: Self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

impl NSColor for id

Sourceยง

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

๐Ÿ‘Ž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

๐Ÿ‘Ž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

๐Ÿ‘Ž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

๐Ÿ‘Ž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

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn colorUsingColorSpace_(self, color_space: id) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn alphaComponent(self) -> CGFloat

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn whiteComponent(self) -> CGFloat

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn redComponent(self) -> CGFloat

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn greenComponent(self) -> CGFloat

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn blueComponent(self) -> CGFloat

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn cyanComponent(self) -> CGFloat

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn magentaComponent(self) -> CGFloat

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn yellowComponent(self) -> CGFloat

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn blackComponent(self) -> CGFloat

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn hueComponent(self) -> CGFloat

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn saturationComponent(self) -> CGFloat

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn brightnessComponent(self) -> CGFloat

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

impl NSColorSpace for id

Sourceยง

unsafe fn deviceRGBColorSpace(_: Self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn genericRGBColorSpace(_: Self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn deviceCMYKColorSpace(_: Self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn genericCMYKColorSpace(_: Self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn deviceGrayColorSpace(_: Self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn genericGrayColorSpace(_: Self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn sRGBColorSpace(_: Self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn extendedSRGBColorSpace(_: Self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn displayP3ColorSpace(_: Self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn genericGamma22GrayColorSpace(_: Self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn extendedGenericGamma22GrayColorSpace(_: Self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn adobeRGB1998ColorSpace(_: Self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn alloc(_: Self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

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

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn localizedName(self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

impl NSControl for id

Sourceยง

unsafe fn initWithFrame_(self, frameRect: NSRect) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn isEnabled_(self) -> BOOL

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn setEnabled_(self, enabled: BOOL) -> BOOL

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn alloc(_: Self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

impl NSCursor for id

Sourceยง

unsafe fn alloc(_: Self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn current_cursor(_: Self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn current_system_cursor(_: Self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn arrow_cursor(_: Self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn contextual_menu_cursor(_: Self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn closed_hand_cursor(_: Self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn crosshair_cursor(_: Self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn disappearing_item_cursor(_: Self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn drag_copy_cursor(_: Self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn i_beam_cursor(_: Self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn open_hand_cursor(_: Self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn operation_not_allowed_cursor(_: Self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn pointing_hand_cursor(_: Self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn resize_down_cursor(_: Self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn resize_left_cursor(_: Self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn resize_left_right_cursor(_: Self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn resize_right_cursor(_: Self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn resize_up_cursor(_: Self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

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

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

impl NSDockTile for id

Sourceยง

unsafe fn showsApplicatinBadge(self) -> BOOL

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn setShowsApplicatinBadge_(self, value: BOOL) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn badgeLabel(self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn setBadgeLabel_(self, label: id) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

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

๐Ÿ‘Ž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

๐Ÿ‘Ž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

๐Ÿ‘Ž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

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

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

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn context(self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn locationInWindow(self) -> NSPoint

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn modifierFlags(self) -> NSEventModifierFlags

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn timestamp(self) -> NSTimeInterval

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn eventType(self) -> NSEventType

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn window(self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn windowNumber(self) -> NSInteger

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn eventRef(self) -> *const c_void

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn CGEvent(self) -> *mut c_void

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn currentModifierFlags(_: Self) -> NSEventModifierFlags

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn keyRepeatDelay(_: Self) -> NSTimeInterval

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn keyRepeatInterval(_: Self) -> NSTimeInterval

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn characters(self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn charactersIgnoringModifiers(self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn keyCode(self) -> c_ushort

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn isARepeat(self) -> BOOL

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn pressedMouseButtons(_: Self) -> NSUInteger

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn doubleClickInterval(_: Self) -> NSTimeInterval

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn mouseLocation(_: Self) -> NSPoint

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn buttonNumber(self) -> NSInteger

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn clickCount(self) -> NSInteger

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn pressure(self) -> c_float

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn stage(self) -> NSInteger

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn setMouseCoalescingEnabled_(_: Self, flag: BOOL)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn isMouseCoalescingEnabled(_: Self) -> BOOL

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn eventNumber(self) -> NSInteger

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn trackingNumber(self) -> NSInteger

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn trackingArea(self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn userData(self) -> *const c_void

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn data1(self) -> NSInteger

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn data2(self) -> NSInteger

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn subtype(self) -> NSEventSubtype

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn deltaX(self) -> CGFloat

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn deltaY(self) -> CGFloat

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn deltaZ(self) -> CGFloat

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn capabilityMask(self) -> NSUInteger

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn deviceID(self) -> NSUInteger

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn pointingDeviceID(self) -> NSUInteger

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn pointingDeviceSerialNumber(self) -> NSUInteger

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn pointingDeviceType(self) -> NSPointingDeviceType

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn systemTabletID(self) -> NSUInteger

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn tabletID(self) -> NSUInteger

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn uniqueID(self) -> c_ulonglong

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn vendorID(self) -> NSUInteger

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn vendorPointingDeviceType(self) -> NSUInteger

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn absoluteX(self) -> NSInteger

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn absoluteY(self) -> NSInteger

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn absoluteZ(self) -> NSInteger

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn buttonMask(self) -> NSEventButtonMask

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn rotation(self) -> c_float

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn tangentialPressure(self) -> c_float

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn tilt(self) -> NSPoint

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn vendorDefined(self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn startPeriodicEventsAfterDelay_withPeriod_( _: Self, delaySeconds: NSTimeInterval, periodSeconds: NSTimeInterval, )

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn stopPeriodicEvents(_: Self)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn magnification(self) -> CGFloat

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn touchesMatchingPhase_inView_( self, phase: NSTouchPhase, view: id, ) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn isSwipeTrackingFromScrollEventsEnabled(_: Self) -> BOOL

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn removeMonitor_(_: Self, eventMonitor: id)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn hasPreciseScrollingDeltas(self) -> BOOL

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn scrollingDeltaX(self) -> CGFloat

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn scrollingDeltaY(self) -> CGFloat

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn momentumPhase(self) -> NSEventPhase

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn phase(self) -> NSEventPhase

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn locationInNode_(self, node: id) -> CGPoint

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

impl NSImage for id

Sourceยง

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

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn initWithData_(self, data: id) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn initWithDataIgnoringOrientation_(self, data: id) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

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>, )

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn initWithSize_(self, aSize: NSSize) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn name(self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn setName_(self, name: id) -> BOOL

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn size(self) -> NSSize

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn template(self) -> BOOL

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn canInitWithPasteboard_(self, pasteboard: id) -> BOOL

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn imageTypes(self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn imageUnfilteredTypes(self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn addRepresentation_(self, imageRep: id)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn addRepresentations_(self, imageReps: id)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn representations(self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

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

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn prefersColorMatch(self) -> BOOL

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn usesEPSOnResolutionMismatch(self) -> BOOL

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn matchesOnMultipleResolution(self) -> BOOL

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

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, )

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

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, )

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn drawRepresentation_inRect_(self, imageRep: id, dstRect: NSRect)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn isValid(self) -> BOOL

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn backgroundColor(self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn lockFocus(self)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn lockFocusFlipped_(self, flipped: BOOL)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn unlockFocus(self)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn alignmentRect(self) -> NSRect

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn cacheMode(self) -> NSImageCacheMode

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn recache(self)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn delegate(self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn TIFFRepresentation(self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn TIFFRepresentationUsingCompression_factor_( self, comp: NSTIFFCompression, aFloat: f32, ) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

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

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn accessibilityDescription(self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn layerContentsForContentsScale_( self, layerContentsScale: CGFloat, ) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn recommendedLayerContentsScale_( self, preferredContentsScale: CGFloat, ) -> CGFloat

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn matchesOnlyOnBestFittingAxis(self) -> BOOL

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn alloc(_: Self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn imageNamed_(_: Self, name: id) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

impl NSImageView for id

Sourceยง

unsafe fn initWithFrame_(self, frameRect: NSRect) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn setImage_(self, img: id)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn alloc(_: Self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

impl NSLayoutConstraint for id

Sourceยง

unsafe fn activateConstraints(_: Self, constraints: id) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

impl NSLayoutDimension for id

Sourceยง

unsafe fn constraintEqualToConstant(self, c: CGFloat) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn constraintLessThanOrEqualToConstant(self, c: CGFloat) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn constraintGreaterThanOrEqualToConstant(self, c: CGFloat) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

impl NSMenu for id

Sourceยง

unsafe fn initWithTitle_(self, title: id) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn setAutoenablesItems(self, state: BOOL)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn addItem_(self, menu_item: id)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

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

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn alloc(_: Self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn new(_: Self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

impl NSMenuItem for id

Sourceยง

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)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn setSubmenu_(self, submenu: id)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn setTarget_(self, target: id)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn alloc(_: Self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn new(_: Self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn separatorItem(_: Self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

impl NSNib for id

Sourceยง

unsafe fn initWithNibNamed_bundle_(self, name: id, bundle: id) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn alloc(_: Self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

impl NSOpenGLContext for id

Sourceยง

unsafe fn initWithFormat_shareContext_(self, format: id, shareContext: id) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn initWithCGLContextObj_(self, context: CGLContextObj) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn clearCurrentContext(_: Self)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn currentContext(_: Self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn makeCurrentContext(self)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn setView_(self, view: id)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn view(self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn clearDrawable(self)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn update(self)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn flushBuffer(self)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

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, )

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn setCurrentVirtualScreen_(self, screen: GLint)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn currentVirtualScreen(self) -> GLint

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn CGLContextObj(self) -> CGLContextObj

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn alloc(_: Self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

impl NSOpenGLPixelFormat for id

Sourceยง

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, )

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn numberOfVirtualScreens(self) -> GLint

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn alloc(_: Self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

impl NSOpenGLView for id

Sourceยง

unsafe fn initWithFrame_pixelFormat_(self, frameRect: NSRect, format: id) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn display_(self)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn setOpenGLContext_(self, context: id)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn setPixelFormat_(self, pixelformat: id)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn alloc(_: Self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

impl NSOpenPanel for id

Sourceยง

unsafe fn setCanChooseFiles_(self, canChooseFiles: BOOL)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn setCanChooseDirectories_(self, canChooseDirectories: BOOL)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn setResolvesAliases_(self, resolvesAliases: BOOL)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn setAllowsMultipleSelection_(self, allowsMultipleSelection: BOOL)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn URLs(self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn openPanel(_: Self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

impl NSPanel for id

Sourceยง

unsafe fn setBecomesKeyOnlyIfNeeded(self, becomesKeyOnlyIfNeeded: BOOL)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn becomesKeyOnlyIfNeeded(self) -> BOOL

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn setFloatingPanel(self, floatingPanel: BOOL)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn floatingPanel(self) -> BOOL

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn setWorksWhenModal(self, worksWhenModal: BOOL)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn alloc(_: Self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

impl NSPasteboard for id

Sourceยง

unsafe fn releaseGlobally(self)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn clearContents(self) -> NSInteger

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

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

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

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

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn readObjectsForClasses_options(self, classArray: id, options: id) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn pasteboardItems(self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn indexOfPasteboardItem(self, pasteboardItem: id) -> NSInteger

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn dataForType(self, dataType: id) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn propertyListForType(self, dataType: id) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn stringForType(self, dataType: id) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn availableTypeFromArray(self, types: id) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

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

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn types(self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn name(self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn changeCount(self) -> NSInteger

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

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

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn writeFileContents(self, filename: id) -> BOOL

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

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

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn readFileWrapper(self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn generalPasteboard(_: Self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

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

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn pasteboardByFilteringTypesInPasteboard(_: Self, pboard: id) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn pasteboardWithName(_: Self, name: id) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn pasteboardWithUniqueName(_: Self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn typesFilterableTo(_: Self, _type: id) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

impl NSPasteboardItem for id

Sourceยง

unsafe fn types(self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

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

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

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

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn dataForType(self, _type: id) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn stringForType(self, _type: id) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn propertyListForType(self, _type: id) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

impl NSPasteboardItemDataProvider for id

Sourceยง

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)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

impl NSPasteboardReading for id

Sourceยง

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

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn readingOptionsForType_pasteboard( self, _type: id, pasteboard: id, ) -> NSPasteboardReadingOptions

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

impl NSPasteboardWriting for id

Sourceยง

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

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn pasteboardPropertyListForType(self, _type: id) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

impl NSRunningApplication for id

Sourceยง

unsafe fn activateWithOptions_( self, options: NSApplicationActivationOptions, ) -> BOOL

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn currentApplication(_: Self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn runningApplicationWithProcessIdentifier(_: Self, pid: pid_t) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

impl NSSavePanel for id

Sourceยง

unsafe fn setDirectoryURL(self, url: id)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn setCanCreateDirectories(self, canCreateDirectories: BOOL)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn URL(self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn runModal(self) -> NSModalResponse

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn savePanel(_: Self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

impl NSScreen for id

Sourceยง

unsafe fn mainScreen(_: Self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn deepestScreen(_: Self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn screens(_: Self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn depth(self) -> NSWindowDepth

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn frame(self) -> NSRect

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn supportedWindowDepths(self) -> *const NSWindowDepth

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn deviceDescription(self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn visibleFrame(self) -> NSRect

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn colorSpace(self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn screensHaveSeparateSpaces(_: Self) -> BOOL

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn maximumRefreshInterval(self) -> NSTimeInterval

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn minimumRefreshInterval(self) -> NSTimeInterval

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn backingAlignedRect_options_( self, aRect: NSRect, options: NSAlignmentOptions, ) -> NSRect

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn backingScaleFactor(self) -> CGFloat

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn convertRectFromBacking_(self, aRect: NSRect) -> NSRect

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn convertRectToBacking_(self, aRect: NSRect) -> NSRect

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

impl NSSound for id

Sourceยง

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

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn initWithData_(self, audioData: id) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn initWithPasteboard_(self, pasteboard: id) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn name(self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn volume(self) -> f32

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn currentTime(self) -> NSTimeInterval

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn loops(self) -> BOOL

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn playbackDeviceIdentifier(self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn delegate(self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn duration(self) -> NSTimeInterval

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn playing(self) -> BOOL

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn pause(self) -> BOOL

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn play(self) -> BOOL

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn resume(self) -> BOOL

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn stop(self) -> BOOL

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn writeToPasteboard_(self, pasteboard: id)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn canInitWithPasteboard_(_: Self, pasteboard: id) -> BOOL

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn soundUnfilteredTypes(_: Self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn soundNamed_(_: Self, soundName: id) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

impl NSSpellChecker for id

Sourceยง

unsafe fn sharedSpellChecker(_: Self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

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)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn uniqueSpellDocumentTag(_: Self) -> NSInteger

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn closeSpellDocumentWithTag(self, tag: NSInteger)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn ignoreWord_inSpellDocumentWithTag( self, wordToIgnore: id, tag: NSInteger, )

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

impl NSStatusBar for id

Sourceยง

unsafe fn statusItemWithLength_(self, length: CGFloat) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn removeStatusItem_(self, item: id)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn isVertical(self) -> BOOL

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn systemStatusBar(_: Self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

impl NSStatusItem for id

Sourceยง

unsafe fn statusBar(self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn button(self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn menu(self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn setMenu_(self, menu: id)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn length(self) -> CGFloat

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn setLength_(self, length: CGFloat)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

impl NSTabView for id

Sourceยง

unsafe fn initWithFrame_(self, frameRect: NSRect) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn addTabViewItem_(self, tabViewItem: id)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn insertTabViewItem_atIndex_(self, tabViewItem: id, index: NSInteger)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn removeTabViewItem_(self, tabViewItem: id)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn indexOfTabViewItem_(self, tabViewItem: id) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn indexOfTabViewItemWithIdentifier_(self, identifier: id) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn numberOfTabViewItems(self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn tabViewItemAtIndex_(self, index: id) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn tabViewItems(self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn selectFirstTabViewItem_(self, sender: id)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn selectLastTabViewItem_(self, sender: id)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn selectNextTabViewItem_(self, sender: id)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn selectPreviousTabViewItem_(self, sender: id)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn selectTabViewItem_(self, tabViewItem: id)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn selectTabViewItemAtIndex_(self, index: id)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn selectTabViewItemWithIdentifier_(self, identifier: id)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn selectedTabViewItem(self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn takeSelectedTabViewItemFromSender_(self, sender: id)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn font(self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn setFont_(self, font: id)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn tabViewType(self) -> NSTabViewType

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn setTabViewType_(self, tabViewType: NSTabViewType)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn controlTint(self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn setControlTint_(self, controlTint: id)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn drawsBackground(self) -> BOOL

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn setDrawsBackground_(self, drawsBackground: BOOL)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn minimumSize(self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn contentRect(self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn controlSize(self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn setControlSize_(self, controlSize: id)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn allowsTruncatedLabels(self) -> BOOL

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn setAllowsTruncatedLabels_(self, allowTruncatedLabels: BOOL)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn setDelegate_(self, delegate: id)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn delegate(self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn tabViewAtPoint_(self, point: id) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn new(_: Self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

impl NSTabViewItem for id

Sourceยง

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)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn label(self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn setLabel_(self, label: id)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn sizeOfLabel_(self, computeMin: BOOL)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn tabState(self) -> NSTabState

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn identifier(self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn setIdentifier_(self, identifier: id)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn color(self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn setColor_(self, color: id)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn view(self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn setView_(self, view: id)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn initialFirstResponder(self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn setInitialFirstResponder_(self, initialFirstResponder: id)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn tabView(self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn tooltip(self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn setToolTip_(self, toolTip: id)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn alloc(_: Self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn new(_: Self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

impl NSTextField for id

Sourceยง

unsafe fn initWithFrame_(self, frameRect: NSRect) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn setEditable_(self, editable: BOOL)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn setStringValue_(self, label: id)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn alloc(_: Self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

impl NSToolbar for id

Sourceยง

unsafe fn init_(self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn initWithIdentifier_(self, identifier: id) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn showsBaselineSeparator(self) -> BOOL

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn setShowsBaselineSeparator_(self, value: BOOL)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn alloc(_: Self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

impl NSView for id

Sourceยง

unsafe fn init(self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn initWithFrame_(self, frameRect: NSRect) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn bounds(self) -> NSRect

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn frame(self) -> NSRect

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn setFrameSize(self, frameSize: NSSize)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn setFrameOrigin(self, frameOrigin: NSPoint)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn display_(self)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

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

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn addSubview_(self, view: id)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn superview(self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn removeFromSuperview(self)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn setAutoresizingMask_( self, autoresizingMask: NSAutoresizingMaskOptions, )

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn wantsLayer(self) -> BOOL

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn setWantsLayer(self, wantsLayer: BOOL)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn layer(self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn setLayer(self, layer: id)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn widthAnchor(self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn heightAnchor(self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn convertRectToBacking(self, rect: NSRect) -> NSRect

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn layerContentsPlacement(self) -> NSViewLayerContentsPlacement

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn setLayerContentsPlacement( self, placement: NSViewLayerContentsPlacement, )

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn setAppearance(self, appearance: id)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn alloc(_: Self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

impl NSVisualEffectView for id

Sourceยง

unsafe fn init(self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn initWithFrame_(self, frameRect: NSRect) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn bounds(self) -> NSRect

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn frame(self) -> NSRect

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn setFrameSize(self, frameSize: NSSize)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn setFrameOrigin(self, frameOrigin: NSPoint)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn superview(self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn removeFromSuperview(self)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn isEmphasized(self) -> BOOL

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn setEmphasized_(self, emphasized: BOOL)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn setMaterial_(self, material: NSVisualEffectMaterial)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn setState_(self, state: NSVisualEffectState)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn setBlendingMode_(self, mode: NSVisualEffectBlendingMode)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn alloc(_: Self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

impl NSWindow for id

Sourceยง

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

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn styleMask(self) -> NSWindowStyleMask

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn setStyleMask_(self, styleMask: NSWindowStyleMask)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn toggleFullScreen_(self, sender: id)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn worksWhenModal(self) -> BOOL

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn alphaValue(self) -> CGFloat

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn setAlphaValue_(self, windowAlpha: CGFloat)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn backgroundColor(self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn setBackgroundColor_(self, color: id)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn colorSpace(self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn setColorSpace_(self, colorSpace: id)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn contentView(self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn setContentView_(self, view: id)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn canHide(self) -> BOOL

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn setCanHide_(self, canHide: BOOL)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn hidesOnDeactivate(self) -> BOOL

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn setHidesOnDeactivate_(self, hideOnDeactivate: BOOL)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn collectionBehavior(self) -> NSWindowCollectionBehavior

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn setCollectionBehavior_( self, collectionBehavior: NSWindowCollectionBehavior, )

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn setOpaque_(self, opaque: BOOL)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn hasShadow(self) -> BOOL

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn setHasShadow_(self, hasShadow: BOOL)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn invalidateShadow(self)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

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

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

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, )

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn delegate(self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn setDelegate_(self, delegate: id)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn preventsApplicationTerminationWhenModal(self) -> BOOL

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

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

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

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

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn contentRectForFrameRect_(self, windowFrame: NSRect) -> NSRect

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn frameRectForContentRect_(self, windowContent: NSRect) -> NSRect

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn drawers(self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn windowController(self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn setWindowController_(self, windowController: id)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn frame(self) -> NSRect

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn setFrameOrigin_(self, point: NSPoint)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn setFrameTopLeftPoint_(self, point: NSPoint)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

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

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

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, )

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn setFrame_displayViews_(self, windowFrame: NSRect, display: BOOL)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn aspectRatio(self) -> NSSize

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn setAspectRatio_(self, aspectRatio: NSSize)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn minSize(self) -> NSSize

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn setMinSize_(self, minSize: NSSize)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn maxSize(self) -> NSSize

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn setMaxSize_(self, maxSize: NSSize)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn performZoom_(self, sender: id)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn zoom_(self, sender: id)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn resizeFlags(self) -> NSInteger

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn showsResizeIndicator(self) -> BOOL

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn setShowsResizeIndicator_(self, showsResizeIndicator: BOOL)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn resizeIncrements(self) -> NSSize

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn setResizeIncrements_(self, resizeIncrements: NSSize)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn preservesContentDuringLiveResize(self) -> BOOL

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn setPreservesContentDuringLiveResize_( self, preservesContentDuringLiveResize: BOOL, )

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn inLiveResize(self) -> BOOL

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn contentAspectRatio(self) -> NSSize

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn setContentAspectRatio_(self, contentAspectRatio: NSSize)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn contentMinSize(self) -> NSSize

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn setContentMinSize_(self, contentMinSize: NSSize)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn contentSize(self) -> NSSize

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn setContentSize_(self, contentSize: NSSize)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn contentMaxSize(self) -> NSSize

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn setContentMaxSize_(self, contentMaxSize: NSSize)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn contentResizeIncrements(self) -> NSSize

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn setContentResizeIncrements_(self, contentResizeIncrements: NSSize)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn isVisible(self) -> BOOL

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn occlusionState(self) -> NSWindowOcclusionState

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn orderOut_(self, sender: id)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn orderBack_(self, sender: id)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn orderFront_(self, sender: id)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

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, )

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn level(self) -> NSInteger

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn setLevel_(self, level: NSInteger)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn isKeyWindow(self) -> BOOL

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn canBecomeKeyWindow(self) -> BOOL

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn makeKeyWindow(self)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn makeKeyAndOrderFront_(self, sender: id)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn canBecomeMainWindow(self) -> BOOL

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn makeMainWindow(self)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn toolbar(self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn toolbarStyle(self) -> NSWindowToolbarStyle

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn setToolbar_(self, toolbar: id)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn setToolbarStyle_(self, toolbarStyle: NSWindowToolbarStyle)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn runToolbarCustomizationPalette(self, sender: id)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn standardWindowButton_(self, windowButtonKind: NSWindowButton) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn allowsAutomaticWindowTabbing(_: Self) -> BOOL

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn setAllowsAutomaticWindowTabbing_( _: Self, allowsAutomaticWindowTabbing: BOOL, )

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn tabbingIdentifier(self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn tabbingMode(self) -> NSWindowTabbingMode

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

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, )

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn toggleTabBar_(self, sender: id)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn initialFirstResponder(self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn firstResponder(self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn setInitialFirstResponder_(self, responder: id)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn makeFirstResponder_(self, responder: id) -> BOOL

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn keyDown_(self, event: id)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn acceptsMouseMovedEvents(self) -> BOOL

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn ignoresMouseEvents(self) -> BOOL

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn setIgnoresMouseEvents_(self, ignoreMouseEvents: BOOL)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn mouseLocationOutsideOfEventStream(self) -> NSPoint

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

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

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn backingScaleFactor(self) -> CGFloat

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

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

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn convertRectToBacking_(self, rect: NSRect) -> NSRect

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn convertRectToScreen_(self, rect: NSRect) -> NSRect

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn convertRectFromScreen_(self, rect: NSRect) -> NSRect

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn isDocumentEdited(self) -> BOOL

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn setDocumentEdited_(self, documentEdited: BOOL)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn title(self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn setTitle_(self, title: id)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn setTitleWithRepresentedFilename_(self, filePath: id)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn setTitleVisibility_(self, visibility: NSWindowTitleVisibility)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn setTitlebarAppearsTransparent_(self, transparent: BOOL)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn representedFilename(self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn setRepresentedFilename_(self, filePath: id)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn representedURL(self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn setRepresentedURL_(self, representedURL: id)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn screen(self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn deepestScreen(self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn displaysWhenScreenProfileChanges(self) -> BOOL

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn setDisplaysWhenScreenProfileChanges_( self, displaysWhenScreenProfileChanges: BOOL, )

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn setMovableByWindowBackground_(self, movableByWindowBackground: BOOL)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn setMovable_(self, movable: BOOL)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn center(self)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn performClose_(self, sender: id)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn close(self)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn setReleasedWhenClosed_(self, releasedWhenClosed: BOOL)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn performMiniaturize_(self, sender: id)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn miniaturize_(self, sender: id)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn deminiaturize_(self, sender: id)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn miniwindowImage(self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn setMiniwindowImage_(self, miniwindowImage: id)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn miniwindowTitle(self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn setMiniwindowTitle_(self, miniwindowTitle: id)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn setAppearance(self, appearance: id)

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead
Sourceยง

unsafe fn alloc(_: Self) -> id

๐Ÿ‘ŽDeprecated: use the objc2-app-kit crate instead