Specifications
Athena Widget Set libXaw 1.0.7
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.
icon Apixmap image to be displayed immediately to the left of the Dialog
widget’slabel.
label Astring to be displayed at the top of the Dialog widget.
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.
value An initial value for the string field that the user will enter text into. By
default, no text entry field is available to the user.Specifying an initial
value for value activates the text entry field. If string input is desired, but
no initial value is to be specified then set this resource to "" (empty
string).
x
yThe location of the upper left outside corner of this widget in its parent.
6.2.2. Constraint Resources
Each child of the Dialog widget may request special layout resources be applied to it. These con-
straint resources allowthe Dialog widget’schildren to specify individual layout requirements.
Name Class Type Notes Default Value
bottom Edge XawEdgeType XawRubber
fromHoriz Widget Widget NULL (left edge of Dialog)
fromVert Widget Widget NULL (top edge of Dialog)
horizDistance Thickness int defaultDistance resource
left Edge XawEdgeType XawRubber
resizable Boolean Boolean FALSE
right Edge XawEdgeType XawRubber
top Edge XawEdgeType XawRubber
112