home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nebula 1995 August
/
NEBULA.mdf
/
SourceCode
/
MiscKit1.2.6
/
Palettes
/
MiscSoundPalette
/
MiscSoundPalette.m
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-05-27
|
289 b
|
18 lines
#import "MiscSoundPalette.h"
@implementation MiscSoundPalette
- finishInstantiate
{
[self associateObject:tracker
type:IBObjectPboardType with:trackerButton];
[self associateObject:tapper
type:IBObjectPboardType with:tapperButton];
return self;
}
@end