> 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 (Cocoa-dev@lists.apple.com) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com