home *** CD-ROM | disk | FTP | other *** search
- /* 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.
- */
-