


XmListDeletePos(3X)					  XmListDeletePos(3X)
OSF/Motif							    OSF/Motif



NAME
  XXmmLLiissttDDeelleetteePPooss - A List function that deletes an item from a	list at	a
  specified position

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elleetteeP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elleetteePPooss deletes an item at a specified position.  A warning message
  appears if the position does not exist.

  _w_i_d_g_e_t Specifies the ID of the List from which an item is to be deleted.

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

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





























