home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2J (Developer) / os42jdev.iso / NextLibrary / Frameworks / SoundKit.framework / Versions / A / Headers / NSButtonSound.h < prev    next >
Encoding:
Text File  |  1995-07-26  |  370 b   |  27 lines

  1.  
  2. /*
  3.  * NSButtonSound.h
  4.  *
  5.  * Categories on NSButtonCell and NSButton for dragging a sound
  6.  * onto a button.
  7.  *
  8.  * Copyright (c) 1995, NeXT Computer, Inc.  All rights reserved. 
  9.  */
  10.  
  11. #import <AppKit.h>
  12.  
  13. @interface NSButtonCell (NSButtonCellSound)
  14.  
  15. - (void) setSound: aSound;
  16. - sound;
  17.  
  18. @end
  19.  
  20.  
  21. @interface NSButton (NSButtonSound)
  22.  
  23. - (void) setSound: aSound;
  24. - sound;
  25.  
  26. @end
  27.