Skip navigation.
 
mlRe: Handling mouse click event on a NSButton
FROM : I. Savant
DATE : Mon Mar 03 03:04:11 2008

> But setAction expectes just a selector as parameter, so it seams to me
> that a lot of information about the method to be called is missing.
> AFAIK a selector just identifies the name of the method, but the class
> to which it bellongs to is missing and also the pointer to it's
> instance and the pointer to the method code.


  Read the documentation again. Pay particular attention to the 
"target" concepts in addition to the "action" concepts.

--
I.S.

Related mailsAuthorDate
mlHandling mouse click event on a NSButton Felipe Monteiro de… Mar 3, 01:25
mlRe: Handling mouse click event on a NSButton I. Savant Mar 3, 01:40
mlRe: Handling mouse click event on a NSButton Felipe Monteiro de… Mar 3, 02:58
mlRe: Handling mouse click event on a NSButton I. Savant Mar 3, 03:04
mlRe: Handling mouse click event on a NSButton I.Savant Mar 3, 03:10