home *** CD-ROM | disk | FTP | other *** search
/ Education Sampler 1992 [NeXTSTEP] / Education_1992_Sampler.iso / Programming / Source / Weather / Weather.app / MyMenuCell.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-02-20  |  261 b   |  17 lines

  1. #import <appkit/NXBrowserCell.h>
  2.  
  3. @interface  MyMenuCell:NXBrowserCell {
  4.     char *send;
  5.     char *get;
  6.     char *label;
  7. }
  8.  
  9. - click2:sender ;
  10. - setStringValueNoCopy:(char *)s ;
  11. - setStringValue: (char *)s ;
  12. - (char *)stringValue ;
  13. - send ;
  14. - (char *)get;
  15.  
  16. @end
  17.