Re: setDoubleAction
Re: setDoubleAction
- Subject: Re: setDoubleAction
- From: Scott Ribe <email@hidden>
- Date: Tue, 22 May 2007 14:00:32 -0600
- Thread-topic: setDoubleAction
Action methods take a single argument, the id of the object sending the
message, so:
[scopTableView setDoubleAction:@selector(scopClicked:)]
(note the colon is part of the selector name), and:
-(void)scopClicked: (id) sender
--
Scott Ribe
email@hidden
http://www.killerbytes.com/
(303) 722-0567 voice
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden