This is TextView.h in view mode; [Download] [Up]
#import <appkit/ScrollView.h>
#import <appkit/Text.h>
@interface TextView:ScrollView
{
id theText; /* a Text object */
}
- initFrame:(const NXRect *)frameRect;
- makeEnclosingWindow:(const NXRect *)rect;
- newText:(const NXRect *)frameRect;
- provideTextObject;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.