Re: NSButton in NSToolbarItem does not use "small size"
Re: NSButton in NSToolbarItem does not use "small size"
- Subject: Re: NSButton in NSToolbarItem does not use "small size"
- From: Kyle Sluder <email@hidden>
- Date: Sun, 24 Feb 2013 15:05:54 -0800
Perhaps I'm not understanding your post, but
On Sun, Feb 24, 2013, at 02:53 PM, Keary Suska wrote:
> On Feb 24, 2013, at 1:11 PM, Michael Starke wrote:
> I suspect the issue is that NSButton does not have built-in semantics for
> control size.
NSButton does indeed have built-in semantics for controlSize.
> In fact, none of the cells in question are documented to
> respond to -setControlSize is the way you are seeing, but apparently some
> do.
All NSCell instances respond to -setControlSize:.
> If you consider that a button of any control size can actually be of
> any size, how would the cell know how to resize itself, other than to
> just change its font? And if it has an image, how would that work?
As per the documentation, setting the controlSize of a cell does not
change its font. After the cell gets -setControlSize:, someone is
responsible for calling -sizeToFit: on the view containing that cell.
--Kyle Sluder
_______________________________________________
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