Re: Apple Pro Apps Windows
Re: Apple Pro Apps Windows
- Subject: Re: Apple Pro Apps Windows
- From: Stéphane Sudre <email@hidden>
- Date: Mon, 26 Jul 2004 11:23:30 +0200
On Jul 26, 2004, at 4:27 AM, Matt Jarjoura wrote:
Hmmm... does anyone have an example of how to create a custom mini
titlebar window like those found in Apple's pro apps?
I can't use NSPanel's Utility Window because it enforces that the
window disappear when the app loses focus and I want to make the
window my main document window.
Any ideas would be great!
1) class-dump the ProKit.framework.
2) Get the @interface for the NSWindowProSomething window
3) Link the ProKit.framework to your project
4) Use the subclass in Interface Builder.
If the idea is more to have a mini-window with your own look, there's a
sample code on the ADC Website.
_______________________________________________
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.