Re: Larger "round button" in Interface Builder?
Re: Larger "round button" in Interface Builder?
- Subject: Re: Larger "round button" in Interface Builder?
- From: Graham Cox <email@hidden>
- Date: Thu, 3 Sep 2009 11:06:25 +1000
On 03/09/2009, at 8:51 AM, Gabriel Zachmann wrote:
Thanks a lot for your response and for the hint!
The main reason why I chose the bevel buttons is that I need a row
of large buttons.
You might consider writing a custom button cell class. Then you can
make them look however you want. Depending on how much you override,
you can alter an existing design in a subtle way or make something
completely new. Go wild! Button cells are fairly straightforward, and
you are still able to use the underlying button control logic so it's
not like writing a complete button from scratch.
I did this recently for a button I'm using in a NSMatrix and the
resulting cell class was only a couple of methods.
--Graham
_______________________________________________
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