Re: Lazy calculation of tooltip text
Re: Lazy calculation of tooltip text
- Subject: Re: Lazy calculation of tooltip text
- From: Jens Alfke <email@hidden>
- Date: Fri, 06 Jul 2018 09:12:13 -0700
> On Jul 6, 2018, at 8:22 AM, Jonathan Taylor <email@hidden>
> wrote:
>
> Any suggestions on how I might supply tooltip text dynamically, when the
> tooltip is about to display?
@protocol NSViewToolTipOwner <NSObject>
- (NSString *)view:(NSView *)view stringForToolTip:(NSToolTipTag)tag
point:(NSPoint)point userData:(nullable void *)data;
@end
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden