


XmListDeselectPos(3X)					XmListDeselectPos(3X)
OSF/Motif							    OSF/Motif



NAME
  XXmmLLiissttDDeesseelleeccttPPooss - A	List function that deselects an	item at	a specified
  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tDDeesseelleecct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tDDeesseelleeccttPPooss unhighlights the item at the specified position and
  deletes it from the list of selected items.

  _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 deselected.  A value of 1
	 indicates that	the first item in the list is deselected; a value of
	 2 indicates that the second item is deselected; and so	on.  A value
	 of 0 indicates	that the last item in the list is deselected.

  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)).





























