k, im learning cocoa, and i have two questions:
the first is simple, can i just use void all the time instead of IBAction?
like instead of:
- (IBAction)generate

id)sender
i'll put
- (void)generate

id)sender
can i use void all the time?
also, what is the (id)sender part? what does it mean? does it have to be "sender", or can i put anything?
sorry for my
newbieness
edit: the unhappy faces are there because i put ":" and "(" together, so where you see unhappy faces it's just a colon and an opening parentheses
[ 01-16-2002: Message edited by: itistoday ]