Re: Tool tips in NSTableView
Re: Tool tips in NSTableView
- Subject: Re: Tool tips in NSTableView
- From: Chuck Pisula <email@hidden>
- Date: Wed, 23 May 2001 10:36:13 -0700
My guess is that it is either a) in the NSTableViews coord system, or b)
the windows coordinate system.
If I had to bet, I'd pick (a).
-chuck
On Wednesday, May 23, 2001, at 10:29 AM, Max Horn wrote:
>
That is what I figured; but I am not so sure in which coordinate system
>
I should specify aRect? That of the NSOutline/TableView, that of the
>
surroungind scroll view, or maybe even the window? Most sense (from a
>
API users PoV) would be if it was relative to the NSTableView... I
>
guess I should just write a small test app and try it out (hm... like
>
extending the OutlineView demo. NOw that I think of it, that should be
>
fairly easy ;)