ProKit
ProKit
- Subject: ProKit
- From: Jeff Harrell <email@hidden>
- Date: Wed, 2 Jul 2003 16:22:46 -0500
I was taking a look at Final Cut Pro 4 and I noticed that the new
applications, LiveType and Soundtrack, link in a framework called
ProKit (/System/Library/PrivateFrameworks/ProKit.framework). Poking
around at ProKit with class-dump (yes, yes, shame on me) I see that it
includes classes like NSProButton, NSProTabView, and NSProTextField.
These are subclasses of NSButton, NSTabView, and NSTextField. A fairly
substantial chunk of AppKit seems to be reproduced in ProKit.
Seems obvious to me that we're looking at an extension to AppKit here,
and a very significant one too. Screen shots of these two applications
are available here:
http://www.apple.com/finalcutpro/soundtrack.html
http://www.apple.com/finalcutpro/livetype.html
Is this private framework new? Or has it been around for a while?
(Final Cut Pro 4.0 doesn't link with ProKit, according to otool.)
--
email@hidden
http://homepage.mac.com/jharrell
_______________________________________________
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.