Manual Page Result
0
Command: DXmCSTextInsert | Section: 3 | Source: Digital UNIX | File: DXmCSTextInsert.3X.gz
DXmCSTextInsert(3X) DXmCSTextInsert(3X)
NAME
DXmCSTextInsert - Inserts new text into the CSText widget.
SYNOPSIS
DXmCSTextStatus DXmCSTextInsert(widget, pos, value)
Widget widget:
DXmCSTextPosition pos;
XmString value;
PARAMETERS
The identifier (widget ID) of the CSText widget. The logical position
at which to insert the new text. The compound string representation of
the text.
DESCRIPTION
The DXmCSTextInsert routine inserts new text into the compound string
text widget at the specified logical position, returning the success or
failure of that operation.
RETURN VALUES
A value that represents the status (success or failure) of the inser-
tion operation, as follows: tab(@); lfHB lfHB l l . _
Value@Description
_ DXmCSTextStatusEditDone@Text was inserted successfully.
DXmCSTextStatusEditError@Text was not inserted (failure).
_ delim off
DXmCSTextInsert(3X)