Re: How to create the 'small' buttons programmatically?
Re: How to create the 'small' buttons programmatically?
- Subject: Re: How to create the 'small' buttons programmatically?
- From: "Tony S. Wu" <email@hidden>
- Date: Sun, 12 Jan 2003 20:36:18 -0800
NSCell's function, setControlSize.
For example:
[aCell setControlSize: NSSmallControlSize];
Tony S. Wu
email@hidden
"It takes a smart man to be stupid." ~Tony
On Saturday, January 11, 2003, at 01:38 PM, Troy Dawson wrote:
In IB I can check the 'small' checkbox to create small NSButtons, but
what's the code combo to do this programmatically?
=td=
--
_______________________________________________
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.
_______________________________________________
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.