pub unsafe trait NSAppearanceCustomization: NSObjectProtocol {
// Provided methods
fn appearance(&self) -> Option<Retained<NSAppearance>>
where Self: Sized + Message { ... }
fn setAppearance(&self, appearance: Option<&NSAppearance>)
where Self: Sized + Message { ... }
fn effectiveAppearance(&self) -> Retained<NSAppearance>
where Self: Sized + Message { ... }
}Available on crate feature
NSAppearance only.Expand description
Provided Methods§
fn appearance(&self) -> Option<Retained<NSAppearance>>
Sourcefn setAppearance(&self, appearance: Option<&NSAppearance>)
fn setAppearance(&self, appearance: Option<&NSAppearance>)
Setter for appearance.
fn effectiveAppearance(&self) -> Retained<NSAppearance>
Trait Implementations§
Source§impl ProtocolType for dyn NSAppearanceCustomization
impl ProtocolType for dyn NSAppearanceCustomization
impl<T> ImplementedBy<T> for dyn NSAppearanceCustomization
Implementations on Foreign Types§
impl<T> NSAppearanceCustomization for ProtocolObject<T>where
T: ?Sized + NSAppearanceCustomization,
Implementors§
impl NSAppearanceCustomization for NSApplication
Available on crate feature
NSApplication only.impl NSAppearanceCustomization for NSBackgroundExtensionView
Available on crate feature
NSBackgroundExtensionView only.impl NSAppearanceCustomization for NSBox
Available on crate feature
NSBox only.impl NSAppearanceCustomization for NSBrowser
Available on crate feature
NSBrowser only.impl NSAppearanceCustomization for NSButton
Available on crate feature
NSButton only.impl NSAppearanceCustomization for NSClipView
Available on crate feature
NSClipView only.impl NSAppearanceCustomization for NSCollectionView
Available on crate feature
NSCollectionView only.impl NSAppearanceCustomization for NSColorPanel
Available on crate feature
NSColorPanel only.impl NSAppearanceCustomization for NSColorWell
Available on crate feature
NSColorWell only.impl NSAppearanceCustomization for NSComboBox
Available on crate feature
NSComboBox only.impl NSAppearanceCustomization for NSComboButton
Available on crate feature
NSComboButton only.impl NSAppearanceCustomization for NSControl
Available on crate feature
NSControl only.impl NSAppearanceCustomization for NSDatePicker
Available on crate feature
NSDatePicker only.impl NSAppearanceCustomization for NSFontPanel
Available on crate feature
NSFontPanel only.impl NSAppearanceCustomization for NSForm
Available on crate feature
NSForm only.impl NSAppearanceCustomization for NSGlassEffectContainerView
Available on crate feature
NSGlassEffectView only.impl NSAppearanceCustomization for NSGlassEffectView
Available on crate feature
NSGlassEffectView only.impl NSAppearanceCustomization for NSGridView
Available on crate feature
NSGridView only.impl NSAppearanceCustomization for NSImageView
Available on crate feature
NSImageView only.impl NSAppearanceCustomization for NSLevelIndicator
Available on crate feature
NSLevelIndicator only.impl NSAppearanceCustomization for NSMatrix
Available on crate feature
NSMatrix only.impl NSAppearanceCustomization for NSMenu
Available on crate feature
NSMenu only.impl NSAppearanceCustomization for NSOpenGLView
Available on crate feature
NSOpenGLView only.impl NSAppearanceCustomization for NSOpenPanel
Available on crate feature
NSOpenPanel only.impl NSAppearanceCustomization for NSOutlineView
Available on crate feature
NSOutlineView only.impl NSAppearanceCustomization for NSPanel
Available on crate feature
NSPanel only.impl NSAppearanceCustomization for NSPathControl
Available on crate feature
NSPathControl only.impl NSAppearanceCustomization for NSPopUpButton
Available on crate feature
NSPopUpButton only.impl NSAppearanceCustomization for NSPopover
Available on crate feature
NSPopover only.impl NSAppearanceCustomization for NSPredicateEditor
Available on crate feature
NSPredicateEditor only.impl NSAppearanceCustomization for NSProgressIndicator
Available on crate feature
NSProgressIndicator only.impl NSAppearanceCustomization for NSRuleEditor
Available on crate feature
NSRuleEditor only.impl NSAppearanceCustomization for NSRulerView
Available on crate feature
NSRulerView only.impl NSAppearanceCustomization for NSSavePanel
Available on crate feature
NSSavePanel only.impl NSAppearanceCustomization for NSScrollView
Available on crate feature
NSScrollView only.impl NSAppearanceCustomization for NSScroller
Available on crate feature
NSScroller only.impl NSAppearanceCustomization for NSScrubber
Available on crate feature
NSScrubber only.impl NSAppearanceCustomization for NSScrubberArrangedView
Available on crate feature
NSScrubberItemView only.impl NSAppearanceCustomization for NSScrubberImageItemView
Available on crate feature
NSScrubberItemView only.impl NSAppearanceCustomization for NSScrubberItemView
Available on crate feature
NSScrubberItemView only.impl NSAppearanceCustomization for NSScrubberSelectionView
Available on crate feature
NSScrubberItemView only.impl NSAppearanceCustomization for NSScrubberTextItemView
Available on crate feature
NSScrubberItemView only.impl NSAppearanceCustomization for NSSearchField
Available on crate feature
NSSearchField only.impl NSAppearanceCustomization for NSSecureTextField
Available on crate feature
NSSecureTextField only.impl NSAppearanceCustomization for NSSegmentedControl
Available on crate feature
NSSegmentedControl only.impl NSAppearanceCustomization for NSSlider
Available on crate feature
NSSlider only.impl NSAppearanceCustomization for NSSplitView
Available on crate feature
NSSplitView only.impl NSAppearanceCustomization for NSStackView
Available on crate feature
NSStackView only.impl NSAppearanceCustomization for NSStatusBarButton
Available on crate feature
NSStatusBarButton only.impl NSAppearanceCustomization for NSStepper
Available on crate feature
NSStepper only.impl NSAppearanceCustomization for NSSwitch
Available on crate feature
NSSwitch only.impl NSAppearanceCustomization for NSTabView
Available on crate feature
NSTabView only.impl NSAppearanceCustomization for NSTableCellView
Available on crate feature
NSTableCellView only.impl NSAppearanceCustomization for NSTableHeaderView
Available on crate feature
NSTableHeaderView only.impl NSAppearanceCustomization for NSTableRowView
Available on crate feature
NSTableRowView only.impl NSAppearanceCustomization for NSTableView
Available on crate feature
NSTableView only.impl NSAppearanceCustomization for NSText
Available on crate feature
NSText only.impl NSAppearanceCustomization for NSTextField
Available on crate feature
NSTextField only.impl NSAppearanceCustomization for NSTextInsertionIndicator
Available on crate feature
NSTextInsertionIndicator only.impl NSAppearanceCustomization for NSTextView
Available on crate feature
NSTextView only.impl NSAppearanceCustomization for NSTokenField
Available on crate feature
NSTokenField only.impl NSAppearanceCustomization for NSView
Available on crate feature
NSView only.impl NSAppearanceCustomization for NSVisualEffectView
Available on crate feature
NSVisualEffectView only.impl NSAppearanceCustomization for NSWindow
Available on crate feature
NSWindow only.