pub unsafe trait NSCollectionViewSectionHeaderView: NSCollectionViewElement + IsMainThreadOnly {
// Provided methods
unsafe fn sectionCollapseButton(&self) -> Option<Id<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.Provided Methods§
unsafe fn sectionCollapseButton(&self) -> Option<Id<NSButton>>
Available on crate features
NSButton
and NSControl
and NSResponder
and NSView
only.unsafe fn setSectionCollapseButton( &self, section_collapse_button: Option<&NSButton> )
Available on crate features
NSButton
and NSControl
and NSResponder
and NSView
only.