Specifications
Athena Widget Set libXaw 1.0.7
Name Class Type Notes Default Value
internalHeight Height Dimension 2
internalWidth Width Dimension 4
international International Boolean C False
justify Justify Justify XtJustifyCenter (center)
label Label String name of widget
leftBitmap LeftBitmap Bitmap None
mappedWhenManaged MappedWhenManaged Boolean True
menuName MenuName String "menu"
pointerColor Foreground Pixel XtDefaultForeground
pointerColorBackground Background Pixel XtDefaultBackground
resize Resize Boolean True
screen Screen Screen R Parent’sScreen
sensitive Sensitive Boolean True
shapeStype ShapeStyle ShapeStyle Rectangle
translations Translations TranslationTable See below
width Width Dimension Agraphic width + 2 * internalWidth
xPosition Position 0
yPosition Position 0
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.
bitmap A bitmap to display instead of the label.The default size of the widget
will be just large enough to contain the bitmap and the widget’sinternal
width and height. The resource converter for this resource constructs bit-
maps from the contents of files. (See Converting Bitmaps for details.)
If this bitmap is one bit deep then the 1’swill be rendered in the fore-
ground color,and the 0’sinthe background color.If bitmap has a depth
greater than one, it is copied directly into the window.
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.
callback A list of routines to be called when the notify action is invoked.
colormap The colormap that this widget will use.
cornerRoundPercent When a ShapeStyle of roundedRectangle is used, this resource controls
the radius of the rounded corner.The radius of the rounded corners is
specified as a percentage of the length of the shortest side of the widget.
cursor The image that will be displayed as the pointer cursor wheneveritisin
this widget. The use of this resource is deprecated in favorof cursor-
Name.
68