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: Janek Priimann <email@hidden>
- Date: Sun, 12 Jan 2003 00:07:48 +0200
>
In IB I can check the 'small' checkbox to create small NSButtons, but
>
what's the code combo to do this programmatically?
>
>
=td=
Its all in the NSCell class documentation.
[yourButtonCell setControlSize:NSSmallControlSize];
-----------------------------------------
Hot Mobiil - helinad, logod ja piltsunumid!
http://portal.hot.ee
_______________________________________________
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.