[self correctDeleteButton];
[self correctDeleteButton];
- Subject: [self correctDeleteButton];
- From: Colin Chicoine <email@hidden>
- Date: Sun, 19 Jan 2003 17:51:24 -0500
Hi yep I'm learning Cocoa. Got the Arron book.
I have a question for which I can't find info on.
I am seeing coding like [self correctDeleteButton];
or [self setSomeThing:aThing]
I get the "self" part but cant find more documentation on the "correct"
or the "set" part of the code.
I know that the "correct" part of [self correctDeleteButton]; enables
an interface NSButton called deleteButton which was previously grayed
out.
These set/correct things look fun to work with are there any more?
Tks
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.