


DXmSvnSetEntryPosition(3X)			   DXmSvnSetEntryPosition(3X)



NAME
  DDXXmmSSvvnnSSeettEEnnttrryyPPoossiittiioonn - Sets	the position of	an entry in user-defined tree
  mode.

SYNOPSIS

  vvooiidd DDXXmmSSvvnnSSeettEEnnttrryyPPoossiittiioonn ((_w_i_d_g_e_t,, _e_n_t_r_y,, _m_o_d_e,, _x,, _y))
	kkiiddggeett	 _w_i_d_g_e_t;;
	iinntt	 _e_n_t_r_y;;
	BBoooolleeaann	 _m_o_d_e;;
	iinntt	 _x;;
	iinntt	 _y;;

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 number of the entry for which informa-
      tion will	be set or changed.

  _m_o_d_e
      A	Boolean	value that, when True, specifies that position information
      returned should be interpreted relative to the upper-left	corner of the
      SVN window.  When	False, the position information	returned should	be
      interpreted relative internally to the SVN widget.

  _x   An integer that represents the _x position	of the entry.  If the value
      for _m_o_d_e is True,	the value for _x	represents the distance	from the
      corner of	the SVN	window in pixels.  If the value	for _m_o_d_e is False,
      the value	for _x represents the position in the entire tree, even though
      that position extends beyond the limit of	what can currently be
      displayed	in the SVN window.

  _y   An integer that represents the _y position	of the entry.  If the value
      for _m_o_d_e is True,	the value for _y	represents the distance	from the
      corner of	the SVN	window in pixels.  If the value	for _m_o_d_e is False,
      the value	for _y represents the position in the entire tree, even though
      that position extends beyond the limit of	what can currently be
      displayed	in the SVN window.

DESCRIPTION

  The DDXXmmSSvvnnSSeettEEnnttrryyPPoossiittiioonn routine allows an application to implement	the
  layout of the	tree when the tree style is DDXXmmSSvvnnKKuusseerrDDeeffiinneeddTTrreeee.  The
  application can explicitly position an entry,	whether	that entry is
  currently visible in the display or not.  This call is valid only if the
  display mode is set to DDXXmmSSvvnnKKddiissppllaayyTTrreeee and	the tree style to
  DDXXmmSSvvnnKKuusseerrDDeeffiinneeddTTrreeee.  Make	this call in your application between calls
  to DDXXmmSSvvnnDDiissaabblleeDDiissppllaayy and DDXXmmSSvvnnEEnnaabblleeDDiissppllaayy.








