Release 5. Copyright ©1994-1998 by TipTop Software, Inc. All Rights Reserved. |
TTApplication |
Inherits From: | NSApplication | |
Declared In: | <ObjAppKit/TTApplication.h> |
Class Description |
This class provides a convenient way to initialize Objective-Framework stuff in your AppKit-based application. Simply set the application class in ProjectBuilder to TTApplication, instead of NSApplication.
Alternatively, if you do want to use NSApplication, or your own application class, you can simply send the -initObjectiveStuff message to the NSApp object: |
[NSApp initObjectiveStuff]
See the "Using ProjectBuilder with Objective-Everything" section for more info. |
###