NSSearchField small size
NSSearchField small size
- Subject: NSSearchField small size
- From: Alexander Cohen <email@hidden>
- Date: Mon, 06 Aug 2007 12:43:08 -0400
I'm trying to make a small sized NSSearchField and it does not seem
to be working. heres my code:
searchField = [[NSSearchField alloc] initWithFrame:frame];
[[_searchField cell] setControlSize:NSSmallControlSize];
this always gives me a normal sized control. ANy ideas what im doing
wrong?
thanks
AC
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden