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