home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.mdf / SourceCode / MiscKit1.2.6 / Palettes / MiscTeePalette / MiscTeePalette.h < prev    next >
Encoding:
Text File  |  1994-06-10  |  792 b   |  31 lines

  1. //
  2. //    MiscTeePalette.h -- Sets up the palette connections between the visual
  3. //                        and the actual objects.
  4. //
  5. //        Written by David Fedchenko.  Copyright 1994 by David Fedchenko.
  6. //                Version 1.0  All rights reserved.
  7. //
  8. //        This notice may not be removed from this source code.
  9. //
  10. //    This object is included in the MiscKit by permission from the author
  11. //    and its use is governed by the MiscKit license, found in the file
  12. //    "LICENSE.rtf" in the MiscKit distribution.  Please refer to that file
  13. //    for a list of all applicable permissions and restrictions.
  14. //    
  15.  
  16. #import <apps/InterfaceBuilder.h>
  17.  
  18. @interface MiscTeePalette:IBPalette
  19.     {
  20.     id    idTee;
  21.     id    idTeeView;
  22.     }
  23.  
  24. - finishInstantiate;
  25.  
  26. @end
  27.  
  28.  
  29. @interface IBPalette(associateObject)
  30. - associateObject:object type:(NXAtom)type to:view;
  31. @end