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§
unsafe fn view_stringForToolTip_point_userData( &self, view: &NSView, tag: NSToolTipTag, point: NSPoint, data: *mut c_void, ) -> Retained<NSString>
Available on crate feature
NSResponder only.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 features
NSControl and NSMatrix and NSResponder and NSForm only.impl NSViewToolTipOwner for NSMatrix
Available on crate features
NSControl and NSResponder and NSMatrix only.impl NSViewToolTipOwner for NSTableHeaderView
Available on crate features
NSResponder and NSTableHeaderView only.