


XmListDeleteItemsPos(3X)			     XmListDeleteItemsPos(3X)
OSF/Motif							    OSF/Motif



NAME
  XXmmLLiissttDDeelleetteeIItteemmssPPooss - A List	function that deletes items from the list
  starting at the given	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eIItteemmssPPooss ((_w_i_d_g_e_t, _i_t_e_m__c_o_u_n_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	 _i_t_e_m__c_o_u_n_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eIItteemmssPPooss deletes the specified number of items from the list
  starting at the specified position.

  _w_i_d_g_e_t Specifies the ID of the List from whose list an item is deleted.

  _i_t_e_m__c_o_u_n_t
	 Specifies the number of items to be deleted.  This number must	be
	 non-negative.

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

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
























