Re: Custom NSWindow drawing
Re: Custom NSWindow drawing
- Subject: Re: Custom NSWindow drawing
- From: Rob Keniger <email@hidden>
- Date: Sat, 2 Jan 2010 10:56:21 +1000
On 02/01/2010, at 7:04 AM, PCWiz wrote:
> Is there a simple way to do this? Do I have to draw the entire window by hand (bottom bar and all) ? Or can I slightly modify the existing NSWindow layout to just draw that arrow at the top? Thanks
You could possibly fake the title bar by using a second child window that overlays the top section of the window and draws just the arrow. Otherwise, you'd need to draw the whole thing yourself.
--
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