Specifications
Athena Widget Set libXaw 1.0.7
topMargin The amount of space, in pixels, between the edge of the windowand the
corresponding edge of the text within the window. Ifthere is a scrollbar
active onthis edge, then this is the space between the text and the scroll-
bar.
colormap The colormap that this widget will use.
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.
displayCaret Whether or not to display the text insert point.
displayPosition The position in the text buffer of the character that is currently displayed
in the upper left hand corner of the text display.
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.
insertPosition This is the location of the insert point. It is expressed in characters from
the beginning of the file. The cursor will always be forced to be on the
screen. This resource may therefore be used to scroll the text display to a
certain character position.
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.
resize Controls whether or not the Textwidget attempts to resize itself when it
is no longer able to display the full text buffer in the associated window.
Anyattempt by the Textwidget to resize itself is always subject to the
constraints imposed by its parent. The values XawtextResizeNever,
XawtextResizeWidth, XawtextResizeHeight,and XawtextResizeBoth
are all acceptable for this resource. Aconverter is registered for this
resource that will convert the following strings: never, height, width,
and both.
screen The screen on which this widget is displayed. This is not a settable
resource.
scrollHorizontal
scrollVertical These resources control the placement of scrollbars on the left and bot-
tom edge of the text widget. These resources accept the values Xaw-
textScrollAlways, XawtextScrollWhenNeeded,and XawtextScrollN-
ev er.Aconverter is registered for this resource that will convert the fol-
lowing strings: always, never, and whenNeeded.If XawtextScroll-
WhenNeeded is specified, the appropriate scrollbar will only appear
when there is text in the buffer that is not able to fit within the bounds of
98