ftp.nice.ch/pub/next/tools/system/Informer.1.1.s.tar.gz#/Informer_1.1.source/EmptyView.h

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.