home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.mdf / SourceCode / NeXTSTEPAdvantage / PlotterPalette / PlotViewInspector.h < prev    next >
Encoding:
Text File  |  1995-02-27  |  522 b   |  25 lines

  1. /* 
  2.  * PlotViewInspector.h -- Interface file for the PlotViewInspector class 
  3.  *
  4.  * You may freely copy, distribute, and reuse the code in this example.
  5.  * NeXT disclaims any warranty of any kind, expressed or implied, as to its
  6.  * fitness for any particular use.
  7.  *
  8.  */
  9.  
  10. #import <apps/InterfaceBuilder.h>
  11.  
  12. @interface PlotViewInspector:Inspector
  13. {
  14.     id        theSlider;
  15.     id        theTextField;
  16.     float    lastRadius;
  17. }
  18. + finishLoading:(struct mach_header *)header; 
  19. + startUnloading;
  20. - init;
  21. - ok:sender;
  22. - revert:sender;
  23.  
  24. @end
  25.