This is BBSwapWindow.h in view mode; [Download] [Up]
/* BBSwapWindow.h * * This our special window obejct. The only thing it does is to trigger a * inital swap for the swpaByMatrix view. * * Usage: Don't use it :-) * This dity hack tkaes the trigger source object and the swapView... * then it just send the swapConentest method. * * Written by: Thomas Engel * Created: 27.12.1994 (Copyleft) * Last modified: 27.12.1994 */ #import <appkit/appkit.h> @interface BBSwapWindow:Window { id swapView; id triggerSource; } - makeKeyAndOrderFront:sender; @end /* * History: 27.12.94 First testShoud just work. * * * Bugs: - No. */
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.