home *** CD-ROM | disk | FTP | other *** search
/ Nebula / nebula.bin / SourceCode / Classes / Gauges / BarGauge.h < prev    next >
Text File  |  1993-01-19  |  474b  |  21 lines

  1.  
  2. /* Generated by Interface Builder */
  3.  
  4. /* this gauge does not support labels, minor tics or title at this time */
  5. /* the borderType will set the type of slider and field available */
  6. /* out of range condition will show up as a highlighted rectangle */
  7. /* the auto ranging works as shown in the Gauge documentation */
  8.  
  9. #import "Gauge.h"
  10. #import <appkit/Bitmap.h>
  11. #import <appkit/graphics.h>
  12. #import <dpsclient/wraps.h>
  13.  
  14. @interface BarGauge:Gauge
  15. {
  16.     NXRect    FaceRect;
  17. }
  18.  
  19.  
  20. @end
  21.