


DXmCSTextInsert(3X)					  DXmCSTextInsert(3X)



NAME
  DDXXmmCCSSTTeexxttIInnsseerrtt - Inserts new	text into the CSText widget.

SYNOPSIS

  DDXXmmCCSSTTeexxttSSttaattuuss DDXXmmCCSSTTeexxttIInnsseerrtt((_w_i_d_g_e_t,, _p_o_s,, _v_a_l_u_e))
		   WWiiddggeett	      _w_i_d_g_e_t::
		   DDXXmmCCSSTTeexxttPPoossiittiioonn  _p_o_s;;
		   XXmmSSttrriinngg	      _v_a_l_u_e;;

PARAMETERS

  _w_i_d_g_e_t
      The identifier (widget ID) of the	CSText widget.

  _p_o_s The logical position at which to insert the new text.

  _v_a_l_u_e
      The compound string representation of the	text.

DESCRIPTION

  The DDXXmmCCSSTTeexxttIInnsseerrtt 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).

  ___________________________________________________________



















