|
DXmCSTextInsert(3X)
Contents
|
DXmCSTextInsert - Inserts new text into the CSText widget.
DXmCSTextStatus DXmCSTextInsert(
Widget widget,
DXmCSTextPosition pos,
XmString value );
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.
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.
A value that represents the status (success or failure) of
the insertion operation, as follows:
------------------------------------------------------------
Value Description
------------------------------------------------------------
DXmCSTextStatusEditDone Text was inserted successfully.
DXmCSTextStatusEditError Text was not inserted (failure).
------------------------------------------------------------
DXmCSTextInsert(3X)
[ Back ] |