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 (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to