


DXmSvnSetEntryNumComponents(3X)		      DXmSvnSetEntryNumComponents(3X)



NAME
  DDXXmmSSvvnnSSeettEEnnttrryyNNuummCCoommppoonneennttss -	Provides the SVN widget	with the number	of
  components for an entry.

SYNOPSIS

  vvooiidd DDXXmmSSvvnnSSeettEEnnttrryyNNuummCCoommppoonneennttss ((_w_i_d_g_e_t,, _e_n_t_r_y,, _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	_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 number of the entry for which informa-
      tion will	be set or changed.

  _n_u_m_b_e_r
      An integer that represents the number of components that make up this
      entry.

DESCRIPTION

  The DDXXmmSSvvnnSSeettEEnnttrryyNNuummCCoommppoonneennttss routine enables an application to respond
  to a DDXXmmSSvvnnCCRRGGeettEEnnttrryy	callback requesting information	for an entry.  It
  provides some	of the functions of the	DDXXmmSSvvnnSSeettEEnnttrryy routine,	but requires
  only a subset	of the information.

  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.  After making a call	to this	routine, the applica-
  tion should call the DDXXmmSSvvnnSSeettCCoommppoonneennttTTeexxtt, DDXXmmSSvvnnSSeettCCoommppoonneennttPPiixxmmaapp, and
  DDXXmmSSvvnnSSeettCCoommppoonneennttWWiiddggeett routines to individually supply component informa-
  tion.

  Note that if the number of entries changes, all previous component informa-
  tion is discarded.




















