


DXmSvnSetComponentWidth(3X)			  DXmSvnSetComponentWidth(3X)



NAME
  DDXXmmSSvvnnSSeettCCoommppoonneennttWWiiddtthh - Sets the width 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tWWiiddtthh ((_w_i_d_g_e_t,,	_c_o_m_p__n_u_m_b_e_r,, _w_i_d_t_h))
	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;;

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.

  _w_i_d_t_h
      The width	to set.

DESCRIPTION

  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 routine sets the widget level component width
  data.	 This width is used only when the widget is displaying in column
  mode.	If a component found in	this column is larger than the value
  currently set, the component width is	automatically adjusted (which makes
  setting the component	width optional).

  New components inserted with the DDXXmmSSvvnnIInnsseerrttCCoommppoonneenntt routine may include
  the component	width as a parameter to	that routine.

RETURN VALUES

  An integer that represents the width of the component.
























