


DXmSvnPositionDisplay(3X)			    DXmSvnPositionDisplay(3X)



NAME
  DDXXmmSSvvnnPPoossiittiioonnDDiissppllaayy	- Displays a specified entry.

SYNOPSIS

  iinntt DDXXmmSSvvnnPPoossiittiioonnDDiissppllaayy ((_w_i_d_g_e_t,, _e_n_t_r_y,, _p_o_s_i_t_i_o_n))
       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     _p_o_s_i_t_i_o_n;;

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.

  _p_o_s_i_t_i_o_n
      The position of the entry, indicated by one of the following values:


      ________________________________________________________

      Value			    Description

      ________________________________________________________

      DXmSvnKpositionBottom

				    The	entry is positioned at
				    the	bottom of the display.

      DXmSvnKpositionTop

				    The	entry is positioned at
				    the	top of the display.

      DXmSvnKpositionMiddle

				    The	entry is positioned in
				    the	middle of the display.

      DXmSvnKpositionPreviousPage

				    The	entry is positioned on
				    the	page (display) of
				    entries previously
				    displayed.

      DXmSvnKpositionNextPage

				    The	entry is positioned on
				    the	page (display) of
				    entries to be displayed
				    next.

      ________________________________________________________

DESCRIPTION

  The DDXXmmSSvvnnPPoossiittiioonnDDiissppllaayy routine ensures that the entries being displayed
  contain a specified entry.  This routine allows the application to position
  a particular entry at	the top, middle, or bottom of the display regardless
  of the number	of entries being displayed.




RETURN VALUES

  An integer that returns as 1 (True).	The routine returns a value of 0
  (False) only when the	specified position of the entry	is SSvvnnPPoossiittiioonn--
  NNeexxttPPaaggee and the user	is already at the bottom of the	page (display).





























































