NSViewToolTipOwner
A set of methods for dynamically associating a tool tip with a view.
Declaration
protocol NSViewToolTipOwner : NSObjectProtocolOverview
Tool tips are hints displayed to the user when the mouse hovers over a view. Adopt this protocol in views for which you want to provide tool tips. If the view does not implement this protocol, the system uses the description method instead.