home *** CD-ROM | disk | FTP | other *** search
-
- /* Generated by Interface Builder */
-
- /* this gauge does not support labels, minor tics or title at this time */
- /* the borderType will set the type of slider and field available */
- /* out of range condition will show up as a highlighted rectangle */
- /* the auto ranging works as shown in the Gauge documentation */
-
- #import "Gauge.h"
- #import <appkit/Bitmap.h>
- #import <appkit/graphics.h>
- #import <dpsclient/wraps.h>
-
- @interface BarGauge:Gauge
- {
- NXRect FaceRect;
- }
-
-
- @end
-