- addToolTipRect:owner:userData:
Creates a tooltip for a defined area in the view and returns a tag that identifies the tooltip rectangle.
point
within the tool tip rectangle identified by tag
in the view view
.Availability
Technology
- (NSString
*)view:(NSView
*)view
stringForToolTip:(NSToolTipTag
)tag
point:(NSPoint
)point
userData:(void *)data;
user
is additional information provided by the creator of the tool tip rectangle.
- addToolTipRect:owner:userData: