Specifications

Athena Widget Set libXaw 1.0.7
2.4.1)
depth The depth of this widget’swindow.
destroyCallback All functions on this list are called when this widget is destroyed.
foreground Apixel value which indexesthe widget’scolormap to derive the color
used to drawthe thumb.
height
width The height and width of this widget in pixels.
insensitiveBorder This pixmap will be tiled into the widget’sborder if the widget becomes
insensitive.
international This is a boolean flag, only settable at widget creation time. While not
utilized in this widget, it can and should be checked by anysubclasses
that have behavior that should vary with locale.
jumpProc All functions on this callback list are called when the NotifyThumb
action is invoked. See the Scrollbar Actions section for details.
length The height of a vertical scrollbar or the width of a horizontal scrollbar.
mappedWhenManaged If this resource is True,then the widget’swindowwill automatically be
mapped by the Toolkit when it is realized and managed.
minimumThumb The smallest size, in pixels, to which the thumb can shrink.
orientation The orientation is the direction that the thumb will be allowed to move.
This value can be either XtorientVertical or XtorientHorizontal.A
converter is registered for this resource that will convert the following
strings: vertical and horizontal.
pointerColor A pixel value which indexesthe widget’scolormap to derive the fore-
ground color of the pointer symbol specified by the cursorName
resource.
pointerColorBackground A pixel value which indexesthe widget’scolormap to derive the
background color of the pointer symbol specified by the cursor-
Name resource.
screen The screen on which this widget is displayed. This is not a settable
resource.
scrollDCursor This cursor is used when scrolling backward in a vertical scrollbar.
scrollHCursor This cursor is used when a horizontal scrollbar is inactive.
scrollLCursor This cursor is used when scrolling forward in a horizontal scrollbar.
scrollProc All functions on this callback list may be called when the NotifyScroll
action is invoked. See the Scrollbar Actions section for details.
scrollRCursor This cursor is used when scrolling backward in a horizontal scrollbar,or
when thumbing a vertical scrollbar.
scrollUCursor This cursor is used when scrolling forward in a vertical scrollbar,or
when thumbing a horizontal scrollbar.
scrollVCursor This cursor is used when a vertical scrollbar is inactive.
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.
shown This is the size of the thumb, expressed as a percentage (0.0 - 1.0) of the
length of the scrollbar.
thickness The width of a vertical scrollbar or the height of a horizontal scrollbar.
43