


DXmSvnSetTreePosition(3X)			    DXmSvnSetTreePosition(3X)



NAME
  DDXXmmSSvvnnSSeettTTrreeeePPoossiittiioonn	- Sets the position of the tree	in tree	display	mode.

SYNOPSIS

  vvooiidd DDXXmmSSvvnnSSeettTTrreeeePPoossiittiioonn ((_w_i_d_g_e_t,, _x,, _y))
	WWiiddggeett	_w_i_d_g_e_t;;
	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.

  _x   An integer that represents the _x position	for the	tree.  This value is
      obtained by a previous call to the DXmSvnGetTreePosition routine.

  _y   An integer that represents the _y position	for tree.  This	value is
      obtained by a previous call to the DDXXmmSSvvnnGGeettTTrreeeePPoossiittiioonn routine.

DESCRIPTION

  The DDXXmmSSvvnnSSeettTTrreeeePPoossiittiioonn routine enables applications to set	the exact
  position of the display from previously stored coordinates.  It is valid to
  call this routine only when the DDXXmmSSvvnnNNddiissppllaayyMMooddee resource is set to
  DDXXmmSSvvnnKKddiissppllaayyTTrreeee.  (The DDXXmmSSvvnnGGeettTTrreeeePPoossiittiioonn routine retrieves the	_x and
  _y coordinates	from the SVN widget.)

  Note that if the application does not	currently have the exact same charac-
  teristics (for example, the same mode, fonts,	or size	and number of
  entries) as when the DDXXmmSSvvnnGGeettPPoossiittiioonn routine was last called, calling the
  DDXXmmSSvvnnSSeettTTrreeeePPoossiittiioonn	routine	may generate an	incorrect display.

  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.























