Index Index for
Section 3
Index Alphabetical
listing for D
Index Bottom of
page

DXmCSTextInsert(3X)

NAME

DXmCSTextInsert - Inserts new text into the CSText widget.

SYNOPSIS

DXmCSTextStatus DXmCSTextInsert( Widget widget, DXmCSTextPosition pos, XmString value );

PARAMETERS

widget The identifier (widget ID) of the CSText widget. pos The logical position at which to insert the new text. value 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 insertion operation, as follows: ___________________________________________________________ Value Description ___________________________________________________________ DXmCSTextStatusEditDone Text was inserted successfully. DXmCSTextStatusEditError Text was not inserted (failure). ___________________________________________________________

Index Index for
Section 3
Index Alphabetical
listing for D
Index Top of
page