Specifications
Athena Widget Set libXaw 1.0.7
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.
backingStore Determines what type of backing store will be used for the menu. Legal
values for this resource are NotUseful, WhenMapped,and Always.
These values are the backing-store integers defined in <X11/X.h>. A
converter is registered for this resource that will convert the following
strings: notUseful, whenMapped, always, and default.If default is
specified (the default behavior) the server will use whateveritthinks is
appropriate.
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.
bottomMargin
topMargin The amount of space between the top or bottom of the menu and the
menu entry closest to that edge.
children A list of all this composite widget’scurrent children.
colormap The colormap that this widget will use.
cursor The shape of the mouse pointer wheneveritisinthis widget.
depth The depth of this widget’swindow.
destroyCallback All functions on this list are called when this widget is destroyed.
geometry If this resource is specified it will override the x, y,width and height of
this widget. The format of this string is [<width>x<height>][{+ -} <xoff-
set>{+-}<yoffset>].
height
width The height and width of this widget in pixels.
label This label will be placed at the top of the SimpleMenu, and may not be
highlighted. The name of the label object is menuLabel.Using this
name it is possible to modify the label’sattributes through the resource
database. When the label is created, the label is hard coded to the value
of label,and justify is hard coded as XtJustifyCenter.
labelClass Specifies the type of Sme object created as the menu label.
mappedWhenManaged If this resource is True,then the widget’swindowwill automatically be
mapped by the Toolkit when it is realized and managed.
menuOnScreen If the menu is automatically positioned under the cursor with the Xaw-
PositionSimpleMenu action, and this resource is True,then the menu
will always be fully visible on the screen.
numChildren The number of children in this composite widget.
overrideRedirect Determines the value of the override_redirect attribute of the Simple-
Menu’swindow. The override_redirect attribute of a windowdetermines
60