


DXmSvnSelectComponent(3X)			    DXmSvnSelectComponent(3X)



NAME
  DDXXmmSSvvnnSSeelleeccttCCoommppoonneenntt	- Selects an entry using a specific component.

SYNOPSIS

  vvooiidd DDXXmmSSvvnnSSeelleeccttCCoommppoonneenntt ((_w_i_d_g_e_t,, _e_n_t_r_y,, _c_o_m_p__n_u_m_b_e_r))
	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;;

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 entry to select.

  _c_o_m_p__n_u_m_b_e_r
      An integer that represents the component to select.

DESCRIPTION

  The DDXXmmSSvvnnSSeelleeccttCCoommppoonneenntt routine designates a specified entry as selected.
  It differs from the  DDXXmmSSvvnnSSeelleeccttEEnnttrryy routine because it associates a
  specific component with the selection.  If the entry is already selected
  with this component, this call has no	effect.	 Use this routine when dif-
  ferent selection modes are being used	and make the 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.






























