


XmListDeleteItems(3X)					XmListDeleteItems(3X)
OSF/Motif							    OSF/Motif



NAME
  XXmmLLiissttDDeelleetteeIItteemmss - A	List function that deletes items from 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elleetteeIItteemmss ((_w_i_d_g_e_t, _i_t_e_m_s, _i_t_e_m__c_o_u_n_t))
       WWiiddggeett	 _w_i_d_g_e_t;;
       XXmmSSttrriinngg	 **_i_t_e_m_s;;
       iinntt	 _i_t_e_m__c_o_u_n_t;;

DESCRIPTION
  XXmmLLiissttDDeelleetteeIItteemmss deletes the	specified items	from the list.	For each ele-
  ment of _i_t_e_m_s, the first item	in the list that matches that element is
  deleted.  A warning message appears if any of	the items do not exist.

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

  _i_t_e_m_s	 Specifies a pointer to	items to be deleted from the list

  _i_t_e_m__c_o_u_n_t
	 Specifies the number of elements in _i_t_e_m_s This	number must be non-
	 negative.

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




























