Specifications
Athena Widget Set libXaw 1.0.7
Name Class Type Notes Default Value
insensitiveBorder Insensitive Pixmap GreyPixmap
internalHeight Height Dimension 2
internalWidth Width Dimension 4
international International Boolean C False
list List Pointer name of widget
longest Longest int A 0
mappedWhenManaged MappedWhenManaged Boolean True
numberStrings NumberStrings int A computed for NULL terminated list
pasteBuffer Boolean Boolean False
pointerColor Foreground Pixel XtDefaultForeground
pointerColorBackground Background Pixel XtDefaultBackground
rowSpacing Spacing Dimension 2
screen Screen Screen R Parent’sScreen
sensitive Sensitive Boolean True
translations Translations TranslationTable See below
verticalList Boolean Boolean False
width Width Dimension AEnough space to contain the list
xPosition Position 0
yPosition Position 0
accelerators A list of event to action bindings to be executed by this widget, even
though the event occurred in another widget. (See the XToolkit Intrin-
sics — C Language Interface for details).
ancestorSensitive The sensitivity state of the ancestors of this widget. Awidget is insensi-
tive ifeither it or anyofits ancestors is insensitive.This resource should
not be changed with XtSetValues,although it may be queried.
background A pixel value which indexesthe widget’scolormap to derive the back-
ground color of the widget’swindow.
backgroundPixmap The background pixmap of this widget’swindow. Ifthis resource is set
to anything other than XtUnspecifiedPixmap,the pixmap specified will
be used instead of the background color.
borderColor A pixel value which indexesthe widget’scolormap to derive the border
color of the widget’swindow.
borderPixmap The border pixmap of this widget’swindow. Ifthis resource is set to
anything other than XtUnspecifiedPixmap,the pixmap specified will be
used instead of the border color.
borderWidth The width of this widget’swindowborder.
callback All functions on this list are called wheneverthe notify action is invoked.
The call_data argument contains information about the element selected
and is described in detail in the List Callbacks section.
colormap The colormap that this widget will use.
columnSpacing
ro wSpacing The amount of space, in pixels, between each of the rows and columns in
the list.
cursor The image that will be displayed as the pointer cursor wheneveritisin
this widget. The use of this resource is deprecated in favorof cursor-
Name.
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)
29