Re: awakeFromNib and action question
Re: awakeFromNib and action question
- Subject: Re: awakeFromNib and action question
- From: Nico <email@hidden>
- Date: Mon, 29 Jul 2002 10:33:48 +0200
- (void)awakeFromNib
{
// some stuff
[self doChangeColor:[myRadioMatrix selectedCell]];
}
?
Nico
On 7/29/02 10:24 AM, "Terry Simons" <email@hidden> wrote:
>
I'd like to simulate that action in my awakeFromNib method for the radio
>
button that is selected by default, but I can't seem to figure out how
>
to simulate an action.
_______________________________________________
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.