


XmListItemExists(3X)					 XmListItemExists(3X)
OSF/Motif							    OSF/Motif



NAME
  XXmmLLiissttIItteemmEExxiissttss - A List function that checks if a specified	item is	in
  the list

SYNOPSIS


  ##iinncclluuddee <<XXmm//LLiisstt..hh>>
  BBoooolleeaann XXmmLLiissttIItteemmEExxiissttss ((_w_i_d_g_e_t, _i_t_e_m))
       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;;

DESCRIPTION
  XXmmLLiissttIItteemmEExxiissttss is a	Boolean	function that checks if	a specified item is
  present in the list.

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

  _i_t_e_m	 Specifies the item whose presence is checked

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

RETURN VALUE
  Returns True if the specified	item is	present	in the list.

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






























