view:stringForToolTip:point:userData:
Returns the tool tip string to be displayed due to the cursor pausing at location point within the tool tip rectangle identified by tag in the view view.
Declaration
- (NSString *) view:(NSView *) view stringForToolTip:(NSToolTipTag) tag point:(NSPoint) point userData:(void *) data;Discussion
userData is additional information provided by the creator of the tool tip rectangle.
See Also
Related Documentation
- Online Help
addToolTip(_:owner:userData:)