Re: Resizing an NSButtonCell
Re: Resizing an NSButtonCell
- Subject: Re: Resizing an NSButtonCell
- From: "Alan Smith" <email@hidden>
- Date: Sun, 11 Feb 2007 21:21:11 -0500
Hi Ian,
NSMatrix just so happens to have a method called setCellSize:. It
would be used like this:
[yourmatrix setCellSize: [youricon size]];
That should work nicely.
In the future check the docs and Google before asking questions here.
Some people really don't like to answer questions they think are
obvious or too "nooby." Myself *not* included.
Good luck, Alan
--
// Quotes from yours truly -------------------------
"You don't forget, you just don't remember."
"Maturity resides in the mind."
"Silence is the Universe's greatest gift."
"When the World realizes that religion really is unnecessary, then it
shall evolve."
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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