


DXmSvnRemoveComponent(3X)			    DXmSvnRemoveComponent(3X)



NAME
  DDXXmmSSvvnnRReemmoovveeCCoommppoonneenntt	- Removes a component from each	SVN entry.

SYNOPSIS

  vvooiidd DDXXmmSSvvnnRReemmoovveeCCoommppoonneenntt ((_w_i_d_g_e_t,, _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	_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.

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

DESCRIPTION

  The DDXXmmSSvvnnRReemmoovveeCCoommppoonneenntt routine removes a new component for	any entry
  currently recognized by the SVN widget.  All entries that are	currently
  valid	continue to be valid after the component is removed.

  Note the following:

    oo++  A warning message is generated if an attempt is made to remove a	com-
       ponent that is not within the range of the number of components in the
       entry (for example, you cannot remove component 3 if there are only 2
       components in the entry).

    oo++  During the remove operation, the	corresponding tag and width values
       for the component being removed are deleted from	the widget's com-
       ponent width and	tag arrays.  Those values are discarded	and cannot be
       retrieved.

























