Specifications

Athena Widget Set libXaw 1.0.7
label Specifies the text string to be displayed in the widget’swindowifnobit-
map is specified. The default is the name of this widget. Regardless of
the value of encoding or international,asingle newline character (1
byte) will cause a line break.
leftBitmap Specifies abitmap to display to the left of the graphic in the widget’s
window.
mappedWhenManaged If this resource is True,then the widget’swindowwill automatically be
mapped by the Toolkit when it is realized and managed.
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.
radioData Specifies the data that will be returned by XawToggleGetCurrent when
this is the currently set widget in the radio group. This value is also used
to identify the Toggle that will be set by a call to XawToggleSetCurrent.
The value NULL will be returned by XawToggleGetCurrent if no wid-
get in a radio group is currently set. Programmers must not specify
NULL (or Zero) as radioData.
radioGroup Specifies another Toggle widget that is in the radio group to which this
Toggle widget should be added. Aradio group is a group of at least two
Toggle widgets, only one of which may be set at a time. If this value is
NULL (the default) then the Toggle will not be part of anyradio group
and can change state without affecting anyother Toggle widgets. If the
widget specified in this resource is not already in a radio group then a
newradio group will be created containing these twoToggle widgets.
No Toggle widget can be in multiple radio groups. The behavior of a
radio group of one toggle is undefined. Aconverter is registered which
will convert widget names to widgets without caching.
resize Specifies whether the widget should attempt to resize to its preferred
dimensions wheneverits resources are modified with XtSetValues.This
attempt to resize may be denied by the parent of this widget. The parent
is always free to resize the widget regardless of the state of this resource.
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.
shapeStyle Nonrectangular widgets may be created using this resource. Nonrectan-
gular widgets are supported only on a server that supports the Shape
Extension.Ifnonrectangular widgets are specified for a server lacking
this extension, the shape is ignored and the widgets will be rectangular.
The following shapes are currently supported: XmuShapeRectangle,
XmuShapeOval, XmuShapeEllipse,and XmuShapeRoundedRectan-
gle.Aconverter is registered for this resource that will convert the fol-
lowing strings: rectangle, oval, ellipse, and roundedRectangle.
state Specifies whether the Toggle widget is set (True)orunset (False).
translations The ev e nt bindings associated with this widget.
x
54