This is WindowInfo.h in view mode; [Download] [Up]
#import <appkit/appkit.h> @interface WindowInfo:Object { int localWindowNumber; int globalWindowNumber; } - initLocalNumber:(int)localNumber globalNumber:(int)globalNumber; /* * Return the window's frame. */ - getFrame:(NXRect *)frame; /* * The following two methods return the local and global postscript window numbers * respectively. */ - (int)localWindowNumber; - (int)globalWindowNumber; /* * Returns an NXImage containing the window's contents. */ - windowImage; - copyWindowToImage:image; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.