Re: mouseDown in NSSegmentedControl

2011-01-14 Thread aglee
Did you override mouseDown or mouseDown:? --Andy On Jan 14, 2011, at 03:08 PM, koko wrote: I have sub-classed NSSegmentedControl and set this class to the NSSegmentedControl in IB. I have implemented mouseDown in the sub-class thinking I would get these events. I do not. How does one get m

mouseDown in NSSegmentedControl

2011-01-14 Thread koko
I have sub-classed NSSegmentedControl and set this class to the NSSegmentedControl in IB. I have implemented mouseDown in the sub-class thinking I would get these events. I do not. How does one get mouseDown in an NSSegmentedControl? -koko ___ Co