pub unsafe trait NSCollectionViewSectionHeaderView: NSCollectionViewElement + IsMainThreadOnly {
// 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.Provided Methods§
unsafe fn sectionCollapseButton(&self) -> Option<Retained<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.