home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-Update.iso / Rhapsody / developer / examples / LocalizationExample.5.0.m.I.bs.tz / LocalizationExample.5.0.m.I.bs / LocalizationExample.5.0.I.bs / Source / LocalizationExampleObject.h < prev    next >
Encoding:
Text File  |  1997-11-16  |  302 b   |  15 lines

  1. #import <AppKit/AppKit.h>
  2.  
  3. @interface LocalizationExampleObject : NSObject
  4. {
  5.     id theTextField;
  6.     id theWindow;
  7. }
  8. - (void)InfoPanel:(id)sender;
  9. - (void)MoreInfo:(id)sender;
  10. - (void)myAction1:(id)sender;
  11. - (void)myAction2:(id)sender;
  12. - (void)myAction3:(id)sender;
  13. - (void)myAction4:(id)sender;
  14. @end
  15.