Re: Creating small controls programmatically
Re: Creating small controls programmatically
- Subject: Re: Creating small controls programmatically
- From: Andrew Mellinger <email@hidden>
- Date: Wed, 3 Dec 2003 09:57:52 -0800
Thanks for all the help!
I guess the simple answer is no. I used the setControlSize from
NSCell, but it didn't give me the default behaovior of IB. I also
had to do:
setFont:[NSFont systemFontOfSize:[NSFont smallSystemFont]]
setBorderd:NO
These seem to give the default NSPopUpButton behavior as far as I can tell.
Thanks for getting me on the right track!
-Andrew
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.
Thanks!
-Andrew
_______________________________________________
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.