pub unsafe trait NSCollectionViewSectionHeaderView: NSCollectionViewElement + MainThreadOnly {
// Provided methods
unsafe fn sectionCollapseButton(&self) -> Option<Retained<NSButton>>
where Self: Sized + Message { ... }
unsafe fn setSectionCollapseButton(
&self,
section_collapse_button: Option<&NSButton>,
)
where Self: Sized + Message { ... }
}
Available on crate features
NSCollectionView
and NSUserInterfaceItemIdentification
only.Expand description
Provided Methods§
unsafe fn sectionCollapseButton(&self) -> Option<Retained<NSButton>>
Available on crate features
NSButton
and NSControl
and NSResponder
and NSView
only.Sourceunsafe fn setSectionCollapseButton(
&self,
section_collapse_button: Option<&NSButton>,
)
Available on crate features NSButton
and NSControl
and NSResponder
and NSView
only.
unsafe fn setSectionCollapseButton( &self, section_collapse_button: Option<&NSButton>, )
NSButton
and NSControl
and NSResponder
and NSView
only.This is a weak property.
Setter for sectionCollapseButton
.