


DXmSvnGetTreePosition(3X)			    DXmSvnGetTreePosition(3X)



NAME
  DDXXmmSSvvnnGGeettTTrreeeePPoossiittiioonn	- Retrieves (returns) the position of the display
  window for future use.

SYNOPSIS

  vvooiidd DDXXmmSSvvnnGGe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   A	pointer	to the _x position in the tree.

  _y   A	pointer	to the _y position in the tree.

DESCRIPTION

  The DDXXmmSSvvnnGGeettTTrreeeePPoossiittiioonn routine obtains the	upper-left coordinate posi-
  tion of the display window that is within the	virtual	display.  It thus
  provides a way for applications to determine the exact position of the
  display window so that window	can be restored	at a later time	(using the
  DDXXmmSSvvnnSSeettTTrreeeePPoossiittiioonn	routine).

  The application can call this	routine	_o_n_l_y 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.  Note as well that the	_x and _y	coor-
  dinates returned are only meaningful internally to the SVN widget (they are
  used by the DDXXmmSSvvnnSSeettTTrreeeePPoossiittiioonn routine when the SVN widget	restores the
  display window to its	original position).


























