home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.mdf / SourceCode / Palettes / PAStringList / PAStringListPalette.m < prev    next >
Encoding:
Text File  |  1993-05-12  |  281 b   |  15 lines

  1. #import "PAStringListPalette.h"
  2.  
  3. @implementation  PAStringListPalette
  4.  
  5. - finishInstantiate
  6. {
  7.     [self associateObject:stringList type:IBObjectPboardType 
  8.         to:stringListView];
  9.     [self associateObject:filenameList type:IBObjectPboardType 
  10.         to:filenameListView];
  11.     return self;
  12. }
  13.  
  14. @end
  15.