.NH 2
Ascii Text Widget
.LP
.XS
	AsciiText Widget
.XE
.IN "AsciiText widget" "" "@DEF@"
.LP
.Ds 0
.TA 2.0i
.ta 2.0i
Application Header file	<X11/Xaw/AsciiText.h>
.IN "AsciiText.h" ""
ClassHeader file	<X11/Xaw/AsciiTextP.h>
.IN "AsciiTextP.h" ""
Class		asciiTextWidgetClass
.IN "asciiTextWidgetClass" ""
Class Name	Text
.IN "AsciiText widget" "class name"
Superclass	Text
Sink Name	textSink
Source Name	textSource
.De
.sp 1
.LP
The AsciiText widget is really a collection of smaller parts.  It
includes the Text widget, an AsciiSrc, and an AsciiSink.  Some of
the resources listed below are not actually resources of the
AsciiText, but belong to the AsciiSrc or AsciiSink.  This is
.IN "AsciiSrc object" ""
.IN "AsciiSink object" ""
is noted in the explanation of each resource where it applies.  When
specifying these resources in a resource file be sure to use
\fI*AsciiText*resource_name\fP instead of
\fI*AsciiText.resource_name\fP, since they actually belong to the
children of the AsciiText widget, and not the AsciiText widget itself.
However, these resources may be set directly on the AsciiText widget at
widget creation time, or via \fBXtSetValues\fP.
.NH 3
Resources
.LP
When creating an AsciiText widget instance, the following resources are
retrieved from the argument list or from the resource database:
.LP
.IN "AsciiText widget" "resources"
.ps 9
.nr PS 9
.vs 11
.nr VS 11
.TS H
lw(1i) lw(1i) lw(1.1i) lw(.5i) lw(1.9i).
_
.sp 3p
.TB
Name	Class	Type	Notes	Default Value
.sp 3p
_
.TH
.R
.sp 3p
accelerators	Accelerators	AcceleratorTable		NULL
ancestorSensitive	AncestorSensitive	Boolean	D	True
autoFill	AutoFill	Boolean		False
background	Background	Pixel		XtDefaultBackground
backgroundPixmap	Pixmap	Pixmap		XtUnspecifiedPixmap
borderColor	BorderColor	Pixel		XtDefaultForeground
borderPixmap	Pixmap	Pixmap		XtUnspecifiedPixmap
borderWidth	BorderWidth	Dimension		1
bottomMargin	Margin	Position		2
callback	Callback	XtCallbackList		NULL
colormap	Colormap	Pointer		Parent's Colormap
cursor	Cursor	Cursor		XC_xterm
dataCompression	DataCompression	Boolean		True
depth	Depth	int	C	Parent's Depth
destroyCallback	Callback	XtCallbackList		NULL
displayCaret	Output	Boolean		True
displayNonprinting	Output	Boolean		True
displayPosition	TextPosition	XawTextPosition		0
echo	Output	Boolean		True
editType	EditType	XawEditType		XawtextRead
font	Font	XFontStruct*		XtDefaultFont
foreground	Foreground	Pixel		XtDefaultForeground
height	Height	Dimension	A	Font height + margins
insensitiveBorder	Insensitive	Pixmap		GreyPixmap
insertPosition	TextPosition	int		0
leftMargin	Margin	Dimension		2
length	Length	int	A	length of \fBstring\fP
mappedWhenManaged	MappedWhenManaged	Boolean		True
pieceSize	PieceSize	XawTextPosition		BUFSIZ
resize	Resize	XawTextResizeMode		XawtextResizeNever
rightMargin	Margin	Position		2
screen	Screen	Pointer	R	Parent's Screen
scrollHorizontal	Scroll	XawTextScrollMode		XawtextScrollNever
scrollVertical	Scroll	XawTextScrollMode		XawtextScrollNever
selectTypes	SelectTypes	XawTextSelectType*		See above
sensitive	Sensitive	Boolean		True
string	String	String		NULL
textSink	TextSink	Widget		An AsciiSink
textSource	TextSource	Widget		An AsciiSrc
topMargin	Margin	Position		2		
translations	Translations	TranslationTable		See above
type	Type	XawAsciiType		XawAsciiString
useStringInPlace	UseStringInPlace	Boolean		False
width	Width	Dimension		100
wrap	Wrap	WrapMode		XawtextWrapNever
x	X	Position		0
y	Y	Position		0
.sp 3p
_
.TE
.ps 11
.nr PS 11
.vs 13
.nr VS 13
.Ac
.As
.Af
.Bg
.Gp
.Bc
.Bp
.Bw
.Tm
.Oc AsciiText
.Cm
.Cu
.Od AsciiText
.Dp
.Dc
.Sd AsciiText	
.Td
.Oe AsciiText
.Sh AsciiText
.Sf AsciiText
.Sg AsciiText
.Hw
.Ib
.Ti
.Ol AsciiText
.Mm
.Op AsciiText
.Tz
.Sc
.Ts
.St
.Se
.Os AsciiText
.To
.Tr
.Ot AsciiText
.Ou AsciiText
.Tw
.Xy


