Specifications
Athena Widget Set libXaw 1.0.7
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.
cursorName The name of the symbol to use to represent the pointer cursor.This
resource will override the cursor resource if both are specified. (See
2.4.1)
depth The depth of this widget’swindow.
destroyCallback All functions on this list are called when this widget is destroyed.
encoding The encoding method used by the value of the label resource. The value
may be XawTextEncoding8bit or XawTextEncodingChar2b.When
international is set to true this resource is not used.
font The text font to use when displaying the label,when the international
resource is false.
fontSet The text font set to use when displaying the label,when the interna-
tional resource is true.
foreground A pixel value which indexesthe widget’scolormap to derive the fore-
ground color of the widget’swindow. This color is also used to render
all 1’sinabitmap one plane deep.
height
width The height and width of this widget in pixels.
highlightThickness The thickness of the rectangle that is used to highlight the internal border
of this widget, alerting the user that it is ready to be selected. The default
value is 2 pixels if the shapeStyle is rectangle,and 0 Pixels (no high-
lighting) otherwise.
insensitiveBorder This pixmap will be tiled into the widget’sborder if the widget becomes
insensitive.
internalHeight
internalWidth The minimum amount of space to leave between the graphic and the ver-
tical and horizontal edges of the window.
international This is a boolean flag, only settable at widget creation time. Avalue of
false signals the widget to use pre-R6 internationalization (specifically,
the lack thereof), such as using fonts for displaying text, etc. Avalue of
true directs the widget to act in an internationalized manner,such as uti-
lizing font sets for displaying text, etc.
justify Specifies left, center,orright alignment of graphic within the widget.
This resource may be specified with the values XtJustifyLeft, XtJustify-
Center,or XtJustifyRight.Aconverter is registered for this resource
that will convert the following strings: left, right, and center.This
resource only has noticeable effect when the width of the widget is larger
than necessary to display the graphic. Note that when the graphic is a
multi-line label,the longest line will obeythis justification while shorter
lines will be left-justified with the longest one.
53