Re: NSPro UI clone?
Re: NSPro UI clone?
- Subject: Re: NSPro UI clone?
- From: Stephane Sudre <email@hidden>
- Date: Mon, 5 Jan 2004 11:33:02 +0100
On Saturday, January 3, 2004, at 03:23 AM, Kory T wrote:
Does anyone know of a framework that is a clone or "look alike" for
the UI that Apple is using for their Pro apps? I am very interested
to see how they make the frameworks for their custom GUIs. If not
where should I look to start out with building custom UI elements? If
anyone can point me to tutorials or documentation it would be very
helpful.
You can try a classdump on the ProKit.framework in Mac OS X 10.3
private frameworks.
Some of the widgets can be used. This reminds me I need to file a bug
report on the AppKit because you can't create a NSTabView with just
code. I thought it was a problem with the way I was dealing with the
ProKit classes but it's not working either with the standard AppKit.
The most interesting private framework to classdump in Panther is maybe
the Graphite Kit as it's quite easy to get access to this graphing
framework which is used in the CHUD tools for instance.
_______________________________________________
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.