Dial

Dial is one of Pablo's display functional units.  It represents its
input parameter as a position of the pointer on a circular dial face.
The dial position is set according to the magnitude of the data value
and the "minimum" and "maximum" data values stored within the functional
unit and configured by the user.

Both the minimum and maximum dial values are at 12-o'clock position.


Dial attributes:

	XtNheight	height (in pixels) of the dial widget
	XtNwidth	width (in pixels) of the dial widget
	XtNbackground	the background color of the widget
	XtNfaceBorderColor   color of the circle which defines the face
	                     of the dial
	XtNfaceColor	color of the interior of the circular dial face
	XtNneedleColor	color of the interior of the pointer drawn to 
			     represent the dial value
	XtNneedleBorderColor	color of the lines drawn the represent
				the dial 
	XtNtickColor	color of the tick lines drawn on the dial
	XtNminValue	minimum data value displayed by the widget
	XtNmaxValue	maximum data value displayed by the widget
