


DXmSvnSetComponentTag(3X)			    DXmSvnSetComponentTag(3X)



NAME
  DDXXmmSSvvnnSSeettCCoommppoonneennttTTaagg	- Sets the tag of a component.

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Taagg ((_w_i_d_g_e_t,, _c_o_m_p__n_u_m_b_e_r,, _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;;
	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.

  _t_a_g A	value that represents the tag.

DESCRIPTION

  The DDXXmmSSvvnnSSeettCCoommppoonneennttTTaagg routine sets the widget level component tag	data.
  (The SVN widget never	examines this tag.) This tag may be lost if the
  corresponding	component is removed with the DDXXmmSSvvnnRReemmoovveeCCoommppoonneenntt routine.

  Use the DDXXmmSSvvnnGGeettCCoommppoonneennttTTaagg	routine	to retrieve the	current	value of the
  tag; use the DDXXmmSSvvnnGGeettCCoommppoonneennttNNuummbbeerr	routine	to return the component
  number associated with the supplied tag.






























