home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Openstep 4.2 (Developer)
/
Openstep Developer 4.2.iso
/
NextLibrary
/
Frameworks
/
SoundKit.framework
/
Versions
/
A
/
Headers
/
NSButtonSound.h
< 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
|
1995-07-26
|
370 b
|
27 lines
/*
* NSButtonSound.h
*
* Categories on NSButtonCell and NSButton for dragging a sound
* onto a button.
*
* Copyright (c) 1995, NeXT Computer, Inc. All rights reserved.
*/
#import <AppKit.h>
@interface NSButtonCell (NSButtonCellSound)
- (void) setSound: aSound;
- sound;
@end
@interface NSButton (NSButtonSound)
- (void) setSound: aSound;
- sound;
@end