home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.2 (Developer) / NS_dev_3.2.iso / NextDeveloper / Examples / AppKit / CalculatorLab++ / MinusPanel.h < prev    next >
Text File  |  1990-10-28  |  311b  |  17 lines

  1. //    MinusPanel.h
  2. //    
  3. //    You may freely copy, distribute and reuse the code in this example.
  4. //    NeXT disclaims any warranty of any kind, expressed or implied, as to
  5. //    its fitness for any particular use.
  6. //
  7.  
  8. #import <appkit/Panel.h>
  9.  
  10. @interface MinusPanel:Panel
  11. {
  12. }
  13.  
  14. - (BOOL)commandKey:(NXEvent *)theEvent;
  15.  
  16. @end
  17.