Re: Blunt edges to Window
Re: Blunt edges to Window
- Subject: Re: Blunt edges to Window
- From: Rob Keniger <email@hidden>
- Date: Fri, 12 Dec 2008 15:17:42 +1000
On 12/12/2008, at 3:04 PM, Arun wrote:
Went through the documentation and could not find ant API...
Any idea about the name of the API?
You're probably looking for - (void)setContentBorderThickness:
(CGFloat)borderThickness forEdge:(NSRectEdge)edge
Try subclassing NSWindow and calling
[self setContentBorderThickness:24.0 forEdge:NSMinYEdge];
in your init method.
--
Rob Keniger
_______________________________________________
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