home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.mdf / Apps / Utilities / Unix / aa_m68k_Intel_Only / UNIX-HatersTool.0.1 / Source / BBSwapWindow.h < prev    next >
Encoding:
Text File  |  1994-12-26  |  613 b   |  33 lines

  1. /* BBSwapWindow.h                 
  2.  *
  3.  * This our special window obejct. The only thing it does is to trigger a 
  4.  * inital swap for the swpaByMatrix view.
  5.  *
  6.  * Usage: Don't use it :-)
  7.  *          This dity hack tkaes the trigger source object and the swapView...
  8.  *          then it just send the swapConentest method.
  9.  *
  10.  * Written by:         Thomas Engel
  11.  * Created:            27.12.1994 (Copyleft)
  12.  * Last modified:     27.12.1994
  13.  */
  14.  
  15. #import <appkit/appkit.h>
  16.  
  17. @interface BBSwapWindow:Window
  18. {
  19.     id    swapView;
  20.     id    triggerSource;
  21. }
  22.  
  23. - makeKeyAndOrderFront:sender;
  24.  
  25. @end
  26.  
  27. /*
  28.  * History: 27.12.94 First testShoud just work.
  29.  *
  30.  *
  31.  * Bugs: - No.
  32.  */
  33.