ftp.nice.ch/Attic/openStep/developer/examples/WindowExample.2.0.w.I.bs.tgz#/WindowExample.2.0.w.NT.bs/Source/MyWindowObject.h

This is MyWindowObject.h in view mode; [Download] [Up]

#import <AppKit/AppKit.h>

@interface MyWindowObject : NSObject
{
    id Done_Action;
    id Hori_Location;
    id Hori_Size;
    id MyWindow;
    id Verti_Location;
    id Vert_Size;
}
- (void)MoreInfo:(id)sender;
@end

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.