Re: Programatically adding small checkboxes
Re: Programatically adding small checkboxes
- Subject: Re: Programatically adding small checkboxes
- From: Andy Lee <email@hidden>
- Date: Tue, 3 May 2005 00:07:57 -0400
On May 2, 2005, at 11:16 PM, Ken Tozier wrote:
[checkCell setButtonType: NSSwitchButton];
[checkCell setState: NSOnState];
[checkButton setCell: checkCell];
[self addSubview: checkButton];
Perhaps try doing the -setCell: before doing the -setButtonType: etc.?
--Andy
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden