Trait NSAppearanceCustomization

Source
pub unsafe trait NSAppearanceCustomization: NSObjectProtocol {
    // Provided methods
    unsafe fn appearance(&self) -> Option<Id<NSAppearance>>
       where Self: Sized + Message { ... }
    unsafe fn setAppearance(&self, appearance: Option<&NSAppearance>)
       where Self: Sized + Message { ... }
    unsafe fn effectiveAppearance(&self) -> Id<NSAppearance>
       where Self: Sized + Message { ... }
}
๐Ÿ‘ŽDeprecated: icrate::AppKit has been moved to objc2-app-kit
Available on crate feature AppKit only.

Provided Methodsยง

Source

unsafe fn appearance(&self) -> Option<Id<NSAppearance>>
where Self: Sized + Message,

๐Ÿ‘ŽDeprecated: icrate::AppKit has been moved to objc2-app-kit
Available on crate feature AppKit_NSAppearance only.
Source

unsafe fn setAppearance(&self, appearance: Option<&NSAppearance>)
where Self: Sized + Message,

๐Ÿ‘ŽDeprecated: icrate::AppKit has been moved to objc2-app-kit
Available on crate feature AppKit_NSAppearance only.
Source

unsafe fn effectiveAppearance(&self) -> Id<NSAppearance>
where Self: Sized + Message,

๐Ÿ‘ŽDeprecated: icrate::AppKit has been moved to objc2-app-kit
Available on crate feature AppKit_NSAppearance only.

Trait Implementationsยง

Sourceยง

impl ProtocolType for dyn NSAppearanceCustomization

Sourceยง

const NAME: &'static str = "NSAppearanceCustomization"

The name of the Objective-C protocol that this type represents.
Sourceยง

fn protocol() -> Option<&'static AnyProtocol>

Get a reference to the Objective-C protocol object that this type represents. Read more
Sourceยง

impl<T> ImplementedBy<T> for dyn NSAppearanceCustomization

Implementations on Foreign Typesยง

Sourceยง

impl<T> NSAppearanceCustomization for ProtocolObject<T>

Implementorsยง

Sourceยง

impl NSAppearanceCustomization for ASAuthorizationAppleIDButton

Available on crate features AuthenticationServices and AuthenticationServices_ASAuthorizationAppleIDButton only.
Sourceยง

impl NSAppearanceCustomization for AMWorkflowView

Available on crate features Automator and Automator_AMWorkflowView only.
Sourceยง

impl NSAppearanceCustomization for BCChatButton

Available on crate features BusinessChat and BusinessChat_BCChatButton only.
Sourceยง

impl NSAppearanceCustomization for LPLinkView

Available on crate features LinkPresentation and LinkPresentation_LPLinkView only.
Sourceยง

impl NSAppearanceCustomization for LAAuthenticationView

Available on crate features LocalAuthenticationEmbeddedUI and LocalAuthenticationEmbeddedUI_LAAuthenticationView only.
Sourceยง

impl NSAppearanceCustomization for MKAnnotationView

Available on crate features MapKit and MapKit_MKAnnotationView only.
Sourceยง

impl NSAppearanceCustomization for MKCompassButton

Available on crate features MapKit and MapKit_MKCompassButton only.
Sourceยง

impl NSAppearanceCustomization for MKMapView

Available on crate features MapKit and MapKit_MKMapView only.
Sourceยง

impl NSAppearanceCustomization for MKMarkerAnnotationView

Available on crate features MapKit and MapKit_MKMarkerAnnotationView only.
Sourceยง

impl NSAppearanceCustomization for MKPinAnnotationView

Available on crate features MapKit and MapKit_MKPinAnnotationView only.
Sourceยง

impl NSAppearanceCustomization for MKPitchControl

Available on crate features MapKit and MapKit_MKPitchControl only.
Sourceยง

impl NSAppearanceCustomization for MKUserLocationView

Available on crate features MapKit and MapKit_MKUserLocationView only.
Sourceยง

impl NSAppearanceCustomization for MKZoomControl

Available on crate features MapKit and MapKit_MKZoomControl only.
Sourceยง

impl NSAppearanceCustomization for MTKView

Available on crate features MetalKit and MetalKit_MTKView only.
Sourceยง

impl NSAppearanceCustomization for OSAScriptView

Available on crate features OSAKit and OSAKit_OSAScriptView only.
Sourceยง

impl NSAppearanceCustomization for WKWebView

Available on crate features WebKit and WebKit_WKWebView only.
Sourceยง

impl NSAppearanceCustomization for WebFrameView

Available on crate features WebKit and WebKit_WebFrameView only.
Sourceยง

impl NSAppearanceCustomization for WebView

Available on crate features WebKit and WebKit_WebView only.
Sourceยง

impl NSAppearanceCustomization for NSApplication

Available on crate feature AppKit_NSApplication only.
Sourceยง

impl NSAppearanceCustomization for NSBox

Available on crate feature AppKit_NSBox only.
Sourceยง

impl NSAppearanceCustomization for NSBrowser

Available on crate feature AppKit_NSBrowser only.
Sourceยง

impl NSAppearanceCustomization for NSButton

Available on crate feature AppKit_NSButton only.
Sourceยง

impl NSAppearanceCustomization for NSClipView

Available on crate feature AppKit_NSClipView only.
Sourceยง

impl NSAppearanceCustomization for NSCollectionView

Available on crate feature AppKit_NSCollectionView only.
Sourceยง

impl NSAppearanceCustomization for NSColorPanel

Available on crate feature AppKit_NSColorPanel only.
Sourceยง

impl NSAppearanceCustomization for NSColorWell

Available on crate feature AppKit_NSColorWell only.
Sourceยง

impl NSAppearanceCustomization for NSComboBox

Available on crate feature AppKit_NSComboBox only.
Sourceยง

impl NSAppearanceCustomization for NSComboButton

Available on crate feature AppKit_NSComboButton only.
Sourceยง

impl NSAppearanceCustomization for NSControl

Available on crate feature AppKit_NSControl only.
Sourceยง

impl NSAppearanceCustomization for NSDatePicker

Available on crate feature AppKit_NSDatePicker only.
Sourceยง

impl NSAppearanceCustomization for NSFontPanel

Available on crate feature AppKit_NSFontPanel only.
Sourceยง

impl NSAppearanceCustomization for NSForm

Available on crate feature AppKit_NSForm only.
Sourceยง

impl NSAppearanceCustomization for NSGridView

Available on crate feature AppKit_NSGridView only.
Sourceยง

impl NSAppearanceCustomization for NSImageView

Available on crate feature AppKit_NSImageView only.
Sourceยง

impl NSAppearanceCustomization for NSLevelIndicator

Available on crate feature AppKit_NSLevelIndicator only.
Sourceยง

impl NSAppearanceCustomization for NSMatrix

Available on crate feature AppKit_NSMatrix only.
Sourceยง

impl NSAppearanceCustomization for NSMenu

Available on crate feature AppKit_NSMenu only.
Sourceยง

impl NSAppearanceCustomization for NSOpenPanel

Available on crate feature AppKit_NSOpenPanel only.
Sourceยง

impl NSAppearanceCustomization for NSOutlineView

Available on crate feature AppKit_NSOutlineView only.
Sourceยง

impl NSAppearanceCustomization for NSPanel

Available on crate feature AppKit_NSPanel only.
Sourceยง

impl NSAppearanceCustomization for NSPathControl

Available on crate feature AppKit_NSPathControl only.
Sourceยง

impl NSAppearanceCustomization for NSPopUpButton

Available on crate feature AppKit_NSPopUpButton only.
Sourceยง

impl NSAppearanceCustomization for NSPopover

Available on crate feature AppKit_NSPopover only.
Sourceยง

impl NSAppearanceCustomization for NSPredicateEditor

Available on crate feature AppKit_NSPredicateEditor only.
Sourceยง

impl NSAppearanceCustomization for NSProgressIndicator

Available on crate feature AppKit_NSProgressIndicator only.
Sourceยง

impl NSAppearanceCustomization for NSRuleEditor

Available on crate feature AppKit_NSRuleEditor only.
Sourceยง

impl NSAppearanceCustomization for NSRulerView

Available on crate feature AppKit_NSRulerView only.
Sourceยง

impl NSAppearanceCustomization for NSSavePanel

Available on crate feature AppKit_NSSavePanel only.
Sourceยง

impl NSAppearanceCustomization for NSScrollView

Available on crate feature AppKit_NSScrollView only.
Sourceยง

impl NSAppearanceCustomization for NSScroller

Available on crate feature AppKit_NSScroller only.
Sourceยง

impl NSAppearanceCustomization for NSScrubber

Available on crate feature AppKit_NSScrubber only.
Sourceยง

impl NSAppearanceCustomization for NSScrubberArrangedView

Available on crate feature AppKit_NSScrubberArrangedView only.
Sourceยง

impl NSAppearanceCustomization for NSScrubberImageItemView

Available on crate feature AppKit_NSScrubberImageItemView only.
Sourceยง

impl NSAppearanceCustomization for NSScrubberItemView

Available on crate feature AppKit_NSScrubberItemView only.
Sourceยง

impl NSAppearanceCustomization for NSScrubberSelectionView

Available on crate feature AppKit_NSScrubberSelectionView only.
Sourceยง

impl NSAppearanceCustomization for NSScrubberTextItemView

Available on crate feature AppKit_NSScrubberTextItemView only.
Sourceยง

impl NSAppearanceCustomization for NSSearchField

Available on crate feature AppKit_NSSearchField only.
Sourceยง

impl NSAppearanceCustomization for NSSecureTextField

Available on crate feature AppKit_NSSecureTextField only.
Sourceยง

impl NSAppearanceCustomization for NSSegmentedControl

Available on crate feature AppKit_NSSegmentedControl only.
Sourceยง

impl NSAppearanceCustomization for NSSlider

Available on crate feature AppKit_NSSlider only.
Sourceยง

impl NSAppearanceCustomization for NSSplitView

Available on crate feature AppKit_NSSplitView only.
Sourceยง

impl NSAppearanceCustomization for NSStackView

Available on crate feature AppKit_NSStackView only.
Sourceยง

impl NSAppearanceCustomization for NSStatusBarButton

Available on crate feature AppKit_NSStatusBarButton only.
Sourceยง

impl NSAppearanceCustomization for NSStepper

Available on crate feature AppKit_NSStepper only.
Sourceยง

impl NSAppearanceCustomization for NSSwitch

Available on crate feature AppKit_NSSwitch only.
Sourceยง

impl NSAppearanceCustomization for NSTabView

Available on crate feature AppKit_NSTabView only.
Sourceยง

impl NSAppearanceCustomization for NSTableCellView

Available on crate feature AppKit_NSTableCellView only.
Sourceยง

impl NSAppearanceCustomization for NSTableHeaderView

Available on crate feature AppKit_NSTableHeaderView only.
Sourceยง

impl NSAppearanceCustomization for NSTableRowView

Available on crate feature AppKit_NSTableRowView only.
Sourceยง

impl NSAppearanceCustomization for NSTableView

Available on crate feature AppKit_NSTableView only.
Sourceยง

impl NSAppearanceCustomization for NSText

Available on crate feature AppKit_NSText only.
Sourceยง

impl NSAppearanceCustomization for NSTextField

Available on crate feature AppKit_NSTextField only.
Sourceยง

impl NSAppearanceCustomization for NSTextInsertionIndicator

Available on crate feature AppKit_NSTextInsertionIndicator only.
Sourceยง

impl NSAppearanceCustomization for NSTextView

Available on crate feature AppKit_NSTextView only.
Sourceยง

impl NSAppearanceCustomization for NSTokenField

Available on crate feature AppKit_NSTokenField only.
Sourceยง

impl NSAppearanceCustomization for NSView

Available on crate feature AppKit_NSView only.
Sourceยง

impl NSAppearanceCustomization for NSVisualEffectView

Available on crate feature AppKit_NSVisualEffectView only.
Sourceยง

impl NSAppearanceCustomization for NSWindow

Available on crate feature AppKit_NSWindow only.