Re: How do I create a "small" radio button dynamically?
Re: How do I create a "small" radio button dynamically?
- Subject: Re: How do I create a "small" radio button dynamically?
- From: mmalcolm crawford <email@hidden>
- Date: Tue, 9 Mar 2004 09:21:21 -0800
On Mar 9, 2004, at 8:55 AM, Huyler, Christopher M wrote:
In Interface Builder, you can change the size of a radio button between
regular, small, and mini. How do I do this with a dynamically created
radio button?
- (void)setControlSize:(NSControlSize)size
See NSCell:
<
http://developer.apple.com/documentation/Cocoa/Reference/
ApplicationKit/ObjC_classic/Classes/NSCell.html>
mmalc
_______________________________________________
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.