Specifications

Athena Widget Set libXaw 1.0.7
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.
children A list of all this composite widget’scurrent children.
colormap The colormap that this widget will use.
defaultDistance The default internal spacing for the children. This is the default value for
the constraint resources horizDistance and vertDistance.
depth The depth of this widget’swindow.
destroyCallback All functions on this list are called when this widget is destroyed.
height
width The height and width of this widget in pixels.
mappedWhenManaged If this resource is True,then the widget’swindowwill automatically be
mapped by the Toolkit when it is realized and managed.
numChildren The number of children in this composite widget.
screen The screen on which this widget is displayed. This is not a settable
resource.
sensitive Whether or not the toolkit should pass user events to this widget. The
widget will not get input events if either ancestorSensitive or sensitive is
False.
translations The ev e nt bindings associated with this widget.
x
yThe location of the upper left outside corner of this widget in its parent.
6.3.2. Constraint Resources
Each child of the Form widget may request special layout resources be applied to it. These con-
straint resources allowthe Form widget’schildren to specify individual layout requirements.
Name Class Type Notes Default Value
bottom Edge XawEdgeType XawRubber
fromHoriz Widget Widget NULL (left edge of Form)
fromVert Widget Widget NULL (top edge of Form)
horizDistance Thickness int defaultDistance resource
left Edge XawEdgeType XawRubber
116