home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.mdf / SourceCode / MiscKit1.2.6 / Palettes / MiscSoundPalette / MiscSoundPalette.m < prev    next >
Encoding:
Text File  |  1994-05-27  |  289 b   |  18 lines

  1.  
  2.  
  3. #import "MiscSoundPalette.h"
  4.  
  5.  
  6. @implementation  MiscSoundPalette
  7.  
  8. - finishInstantiate 
  9. {
  10.     [self associateObject:tracker 
  11.         type:IBObjectPboardType with:trackerButton];
  12.     [self associateObject:tapper 
  13.         type:IBObjectPboardType with:tapperButton];
  14.    return self;
  15. }
  16.  
  17. @end
  18.