Skip navigation.
 
mlRe: Need help with NSToolbarItem subclass and custom view
FROM : Jens Alfke
DATE : Thu Mar 06 08:14:17 2008

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-dispatching system sends events to the views, 
just like any other views in the window.

—Jens

Related mailsAuthorDate
mlNeed help with NSToolbarItem subclass and custom view Matthew Delves Mar 4, 09:47
mlRe: Need help with NSToolbarItem subclass and custom view Jens Alfke Mar 6, 08:14