pub unsafe trait NSScrubberFlowLayoutDelegate: NSScrubberDelegate {
// Provided method
unsafe fn scrubber_layout_sizeForItemAtIndex(
&self,
scrubber: &NSScrubber,
layout: &NSScrubberFlowLayout,
item_index: NSInteger,
) -> NSSize
where Self: Sized + Message { ... }
}
Available on crate features
NSScrubber
and NSScrubberLayout
only.Expand description
Provided Methods§
unsafe fn scrubber_layout_sizeForItemAtIndex( &self, scrubber: &NSScrubber, layout: &NSScrubberFlowLayout, item_index: NSInteger, ) -> NSSize
Available on crate features
NSResponder
and NSView
only.