Specifications

Athena Widget Set libXaw 1.0.7
interval has reached minimumDelay milliseconds.
depth The depth of this widget’swindow.
destroyCallback All functions on this list are called when this widget is destroyed.
encoding The encoding method used by the value of the label resource. The value
may be XawTextEncoding8bit or XawTextEncodingChar2b.When
international is set to true this resource is not used.
flash Whether or not to flash the Repeater button wheneverthe timer goes off.
font The text font to use when displaying the label,when the international
resource is false.
fontSet The text font set to use when displaying the label,when the interna-
tional resource is true.
foreground A pixel value which indexesthe widget’scolormap to derive the fore-
ground color of the widget’swindow. This color is also used to render
all 1’sinabitmap one plane deep.
height
width The height and width of this widget in pixels.
highlightThickness The thickness of the rectangle that is used to highlight the internal border
of this widget, alerting the user that it is ready to be selected. The default
value is 2 pixels if the shapeStyle is rectangle,and 0 Pixels (no high-
lighting) otherwise.
initialDelay The number of milliseconds between the beginning of the Repeater but-
ton being held down and the first invocation of the callback function.
insensitiveBorder This pixmap will be tiled into the widget’sborder if the widget becomes
insensitive.
internalHeight
internalWidth The minimum amount of space to leave between the graphic and the ver-
tical and horizontal edges of the window.
international This is a boolean flag, only settable at widget creation time. Avalue of
false signals the widget to use pre-R6 internationalization (specifically,
the lack thereof), such as using fonts for displaying text, etc. Avalue of
true directs the widget to act in an internationalized manner,such as uti-
lizing font sets for displaying text, etc.
justify Specifies left, center,orright alignment of graphic within the widget.
This resource may be specified with the values XtJustifyLeft, XtJustify-
Center,or XtJustifyRight.Aconverter is registered for this resource
that will convert the following strings: left, right, and center.This
resource only has noticeable effect when the width of the widget is larger
than necessary to display the graphic. Note that when the graphic is a
multi-line label,the longest line will obeythis justification while shorter
lines will be left-justified with the longest one.
label Specifies the text string to be displayed in the widget’swindowifnobit-
map is specified. The default is the name of this widget. Regardless of
the value of encoding or international,asingle newline character (1
byte) will cause a line break.
leftBitmap Specifies abitmap to display to the left of the graphic in the widget’s
window.
mappedWhenManaged If this resource is True,then the widget’swindowwill automatically be
mapped by the Toolkit when it is realized and managed.
39