Re: Creating small controls programmatically
Re: Creating small controls programmatically
- Subject: Re: Creating small controls programmatically
- From: Rustam Muginov <email@hidden>
- Date: Fri, 05 Dec 2003 13:36:21 +0300
On 12/3/03 7:46 PM, "Andrew Mellinger" <email@hidden> wrote:
>
Greetings!
>
>
I am creating NSButtonCells programmatically and adding them to a
>
NSTableView. Is there a way to set these to small or mini style as
>
one would via IB?
>
>
I can't seem to find reference anywhere to this in the docs.
>
Did you tried
- (void)setControlSize:(NSControlSize)size; ?
_______________________________________________
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.