


XmListSetPos(3X)					     XmListSetPos(3X)
OSF/Motif							    OSF/Motif



NAME
  XXmmLLiissttSSeettPPooss - A List	function that makes the	item at	the given position
  the first visible position in	the list

SYNOPSIS


  ##iinncclluuddee <<XXmm//LLiisstt..hh>>
  vvooiidd XXmmLLiissttSSeettPPooss ((_w_i_d_g_e_t, _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	 _p_o_s_i_t_i_o_n;;

DESCRIPTION
  XXmmLLiissttSSeettPPooss makes the item at the given position the	first visible posi-
  tion in the List.

  _w_i_d_g_e_t Specifies the ID of the List widget.

  _p_o_s_i_t_i_o_n
	 Specifies the position	of the item to be made the first visible item
	 in the	list.  A value of 1 indicates that the first item in the list
	 is the	first visible item; a value of 2 indicates that	the second
	 item is the first visible item; and so	on.  A value of	0 indicates
	 that the last item in the list	is the first visible item.

  For a	complete definition of List and	its associated resources, see
  XXmmLLiisstt((33XX)).

RELATED	INFORMATION
  XXmmLLiisstt((33XX)).




























