Re: Small resize control with textured (metal) window
Re: Small resize control with textured (metal) window
- Subject: Re: Small resize control with textured (metal) window
- From: Paul Collins <email@hidden>
- Date: Fri, 18 Jun 2004 09:27:08 -0700
Thanks for the tip! I just noticed -setShowsResizeIndicator (a public
method) which lets me draw my own (small) widget while keeping
NSWindow's resize functionality. So that appears to do the trick.
--Paul
On Jun 18, 2004, at 2:24 AM, Jeremy Dronfield wrote:
To get the same size widget, you need to have the same shape window.
There is a private method in NSWindow -setBottomCornerRounded:, which
Safari uses to get square bottom corners in its metal windows. Since
this method is private and undocumented, you'll want to cover your
back:
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.