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.
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.
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.
mappedWhenManaged If this resource is True,then the widget’swindowwill automatically be
mapped by the Toolkit when it is realized and managed.
menuName The name of a popup shell to popup as a menu. The MenuButton will
search for this name using XtNameToWidget starting with itself as the
reference widget. If the search is unsuccessful the widget will continue
up the widget tree using each of its ancestors as the reference widget
passed to XtNameToWidget.Ifnowidget of called menuName is
found by this algorithm, the widget will print a warning message and
give up. When the menu is found it will be popped up exclusive and
69