


DXmSvnSetComponentText(3X)			   DXmSvnSetComponentText(3X)



NAME
  DDXXmmSSvvnnSSeettCCoommppoonneennttTTeexxtt - Adds	a read-only component string to	an entry.

SYNOPSIS

  vvooiidd DDXXmmSSvvnnSSeettCCoommppoonneennttTTeexxtt ((_w_i_d_g_e_t,, _e_n_t_r_y,, _c_o_m_p__n_u_m_b_e_r,,
			      _x,, _y,, _t_e_x_t,, _f_o_n_t))
	WWiiddggeett	     _w_i_d_g_e_t;;
	iinntt	     _e_n_t_r_y;;
	iinntt	     _c_o_m_p__n_u_m_b_e_r;;
	iinntt	     _x;;
	iinntt	     _y;;
	XXmmSSttrriinngg     _t_e_x_t;;
	XXmmFFoonnttLLiisstt   _f_o_n_t;;

PARAMETERS

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

  _e_n_t_r_y
      An integer that represents the number of the entry that this component
      belongs to.

  _c_o_m_p__n_u_m_b_e_r
      An integer that represents the component number within the entry.

  _x   An integer that specifies	the _x position of the component	within the
      entry.

  _y   An integer that specifies	the _y position of the component	within the
      entry.  (Note that if you	want the SVN widget to automatically create a
      layout of	the entry for you, set the value of this parameter to 0.)

  _t_e_x_t
      A	compound string.

  _f_o_n_t
      A	valid XmFontList.

DESCRIPTION

  The DDXXmmSSvvnnSSeettCCoommppoonneennttTTeexxtt routine sets a component of an entry to be	a
  read-only compound string.  Make this	call in	your application between
  calls	to DDXXmmSSvvnnDDiissaabblleeDDiissppllaayy	and DDXXmmSSvvnnEEnnaabblleeDDiissppllaayy.  If your application
  passes 0 for the value of the	_y offset, the SVN widget will automatically
  create a layout of the entry.












