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).
allowHoriz
allowVert If these resources are False then the Viewport will nevercreate a scroll-
bar in this direction. If it is True then the scrollbar will only appear
when it is needed, unless forceBars is True.
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.
depth The depth of this widget’swindow.
destroyCallback All functions on this list are called when this widget is destroyed.
forceBars When True the scrollbars that have been allowed will always be visible
on the screen. If False the scrollbars will be visible only when the inner
windowislarger than the frame.
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.
reportCallback These callbacks will be executed wheneverthe Viewport adjusts the
viewed area of the child. The call_data parameter is a pointer to an Xaw-
PannerReport structure.
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.
useBottom
useRight By default the scrollbars appear on the left and top of the screen. These
resources allowthe vertical scrollbar to be placed on the right edge of the
Viewport, and the horizontal scrollbar on the bottom edge of the View-
port.
130