


DXmSvnInsertComponent(3X)			    DXmSvnInsertComponent(3X)



NAME
  DDXXmmSSvvnnIInnsseerrttCCoommppoonneenntt	- Inserts a new	component into each SVN	entry.

SYNOPSIS

  vvooiidd DDXXmmSSvvnnIInnsseerrttC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_i_d_t_h,, _t_a_g))
	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;;
	DDiimmeennssiioonn     _w_i_d_t_h;;
	XXttPPooiinntteerr     _t_a_g;;

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 insert.

  _w_i_d_t_h
      The width	of the component.  This	value will be inserted into the
      widget's component width array.  You can set or examine this value by
      using the	DDXXmmSSvvnnSSeettCCoommppoonneennttWWiiddtthh	and DDXXmmSSvvnnGGeettCCoommppoonneennttWWiiddtthh routines.

  _t_a_g The tag for the component. This value will be inserted into the
      widget's component tag array.  You can set or examine this value by
      using the	DDXXmmSSvvnnSSeettCCoommppoonneennttTTaagg and DDXXmmSSvvnnGGeettCCoommppoonneennttTTaagg	routines.

DESCRIPTION

  The DDXXmmSSvvnnIInnsseerrttCCoommppoonneenntt routine inserts a new component for	each entry
  currently recognized by the SVN widget. All entries that are currently
  valid	become invalid during this operation.

  Note the following:

    oo++  A warning message is generated if an attempt is made to insert a	com-
       ponent that is not the next in the sequence of components in the	entry
       (for example, you cannot	add component 5	if there are only 3 com-
       ponents in the entry; you must add component 4).

    oo++  An entry	can hold a maximum of 30 components.

















