This is EmptyView.h in view mode; [Download] [Up]
// EmptyView.h
//
// Used to fill up space
#import <appkit/View.h>
#import <appkit/Font.h>
#import <dpsclient/psops.h>
@interface EmptyView:View
{
id myFont;
}
- initFrame:(const NXRect *)frameRect;
- drawSelf:(const NXRect *)rects :(int)rectCount;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.