


DXmSvnSetComponentWidget(3X)			 DXmSvnSetComponentWidget(3X)



NAME
  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 - Adds an SVN subwidget component to	an entry.

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dggeett	((_w_i_d_g_e_t,, _e_n_t_r_y,,	_c_o_m_p__n_u_m_b_e_r,, _x,,	_y,, _s_u_b_w))
	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	_c_o_m_p__n_u_m_b_e_r;;
	iinntt	_x;;
	iinntt	_y;;
	WWiiddggeett	_s_u_b_w;;

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 entry number that this component belongs
      to.

  _c_o_m_p__n_u_m_b_e_r
      An integer that represents the component number within the entry.

  _x   An integer that represents the _x offset within the entry where this
      component	should be placed.

  _y   An integer that represents the _y offset within the entry where this
      component	should be placed.  (Note that if you want the SVN widget to
      automatically create a layout of the entry for you, set the value	of
      this parameter to	0.)

  _s_u_b_w
      The identifier (widget ID) of the	subwidget.  This subwidget will	be a
      managed child of the SVN widget.

DESCRIPTION

  The 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 routine sets a component	of an entry to be a
  subwidget, which enables an application to put read-write text or a push
  button in an entry.  The application is responsible for creating this
  subwidget and	destroying it when the entry is	deleted.  If your application
  passes 0 for the value of the	_y offset, the SVN widget will automatically
  create a layout of the entry.














