Specifications

Athena Widget Set libXaw 1.0.7
cursorName The name of the symbol to use to represent the pointer cursor.This
resource will override the cursor resource if both are specified. (See
2.4.1)
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.
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 Apixel 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.
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 a bitmap 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.
pointerColor A pixel value which indexesthe widget’scolormap to derive the fore-
ground color of the pointer symbol specified by the cursorName
resource.
pointerColorBackground A pixel value which indexesthe widget’scolormap to derive the
background color of the pointer symbol specified by the cursor-
Name resource.
27