home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1994 June / NEBULA_SE.ISO / SourceCode / MiscKit / Headers / misckit / MiscSwapViewByMatrix.h < prev    next >
Encoding:
Text File  |  1994-03-23  |  1.0 KB  |  37 lines

  1. /* MiscSwapViewByMatrix.h                 
  2.  *
  3.  * This is a SwapView that can handle swapping triggered by objects inside
  4.  * a matrix. Sorry no multiple buttons inside a matrix. 
  5.  *
  6.  * Notes: By the nature of swapping this can handle only one selection inside
  7.  *          the matrix.
  8.  *          No major differences to the simple MiscSwapViewByObject;
  9.  *
  10.  * Written by:         Thomas Engel
  11.  * Created:            24.01.1994 (Copyright 1994 Thomas Engel)
  12.  * Last modified:     24.02.1994
  13.  */
  14.  
  15. //    This object is included in the MiscKit by permission from the author
  16. //    and its use is governed by the MiscKit license, found in the file
  17. //    "LICENSE.rtf" in the MiscKit distribution.  Please refer to that file
  18. //    for a list of all applicable permissions and restrictions.
  19.  
  20. #import <misckit/MiscSwapView.h>
  21.  
  22. @interface MiscSwapViewByMatrix:MiscSwapView
  23.  
  24. - swapContentView:sender;
  25.  
  26. @end
  27.  
  28. /*
  29.  * History: 24.02.94 direct subclass of swapView.
  30.  *
  31.  *            24.01.94 Made it MiscSwap conform.
  32.  *
  33.  *            08.01.94 Maybe one of the easiest subclasses of swapController!
  34.  *
  35.  *
  36.  * Bugs: - NO
  37.  */