Re: NSSplitView splitViewDidResizeSubviews
Re: NSSplitView splitViewDidResizeSubviews
- Subject: Re: NSSplitView splitViewDidResizeSubviews
- From: Benjamin Stiglitz <email@hidden>
- Date: Tue, 3 Mar 2009 10:14:59 -0500
- Mail-followup-to: email@hidden
> Also, if I want to know when the user has completed the divider
> movement, how would I find that out? I suspect I'd need to subclass
> NSSplitView method that handles the mouse events...
Yes; specifically, you should look at -mouseDown:, since NSSplitView
runs an event loop instead of using
-mouseDown:/-mouseDragged:/-mouseUp:.
-Ben
_______________________________________________
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