Skip navigation.
 
mlRe: How do I trigger IBAction with custom "button" based on NSView...
FROM : I. Savant
DATE : Thu Jan 03 21:00:33 2008

> I'm making a panel (with a clickable heading) that is part of a
> ListViewList/Accordion. In light of that, I need to alert the
> accordion controller to animate its subviews to collapse and expand
> with animation.


  The concept is still the same. -mouseDown: will do, but why not just
create a proper NSControl that happens to use a custom button cell as
its header?

--
I.S.

Related mailsAuthorDate
mlHow do I trigger IBAction with custom "button" based on NSView... Nat Edar Jan 3, 20:46
mlRe: How do I trigger IBAction with custom "button" based on NSView... I. Savant Jan 3, 20:51
mlRe: How do I trigger IBAction with custom "button" based on NSView... Nat Edar Jan 3, 20:57
mlRe: How do I trigger IBAction with custom "button" based on NSView... I. Savant Jan 3, 21:00
mlRe: How do I trigger IBAction with custom "button" based on NSView... Jean-Daniel Dupas Jan 4, 09:33
mlRe: How do I trigger IBAction with custom "button" based on NSView... Nat Edar Jan 4, 09:52