home *** CD-ROM | disk | FTP | other *** search
/ Stone Design / Stone Design.iso / Stone_Friends / Wave / WavesWorld / Source / IBPalettes / WW3DKit / RIBCommandCell.h < prev    next >
Encoding:
Text File  |  1995-03-22  |  291 b   |  18 lines

  1. // copyright 1993 Michael B. Johnson; some portions copyright 1994, MIT
  2. // see COPYRIGHT for reuse legalities
  3. //
  4.  
  5. #import <appkit/appkit.h>
  6.  
  7. @interface RIBCommandCell:NXBrowserCell
  8. {
  9.   id  ribCommand;
  10. }
  11.  
  12. - initTextCell:(const char *)aString;
  13.  
  14. - setRIBCommand:ribCommand;
  15. - ribCommand;
  16.  
  17. @end
  18.