pub unsafe trait NSViewToolTipOwner: NSObjectProtocol + MainThreadOnly {
// Provided method
unsafe fn view_stringForToolTip_point_userData(
&self,
view: &NSView,
tag: NSToolTipTag,
point: NSPoint,
data: *mut c_void,
) -> Retained<NSString>
where Self: Sized + Message { ... }
}
Available on crate feature
NSView
only.Expand description
Provided Methods§
Trait Implementations§
Source§impl ProtocolType for dyn NSViewToolTipOwner
impl ProtocolType for dyn NSViewToolTipOwner
impl<T> ImplementedBy<T> for dyn NSViewToolTipOwner
Implementations on Foreign Types§
impl<T> NSViewToolTipOwner for ProtocolObject<T>where
T: ?Sized + NSViewToolTipOwner,
Implementors§
impl NSViewToolTipOwner for NSForm
Available on crate feature
NSForm
only.impl NSViewToolTipOwner for NSMatrix
Available on crate feature
NSMatrix
only.impl NSViewToolTipOwner for NSTableHeaderView
Available on crate feature
NSTableHeaderView
only.