Re: Need help with NSToolbarItem subclass and custom view

2008-03-05 Thread Jens Alfke
On 4 Mar '08, at 12:47 AM, Matthew Delves wrote: What I'm not sure about is how to pass any mouse click events through to the custom view rather than have them handled by the NSToolbarItem. Currently the custom view contains an NSSlider and an NSTextField. AppKit's regular event-dispatchi

Need help with NSToolbarItem subclass and custom view

2008-03-05 Thread Matthew Delves
Greetings, I've been reading through some of the apple documentation and have a basic understanding of what needs to be done when creating an NSToolbarItem subclass that contains a custom view. What I'm not sure about is how to pass any mouse click events through to the custom view rather