


XmListSelectItem(3X)					 XmListSelectItem(3X)
OSF/Motif							    OSF/Motif



NAME
  XXmmLLiissttSSeelleeccttIItteemm - A List function that selects an item 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tSSeelleeccttIItteemm	((_w_i_d_g_e_t, _i_t_e_m, _n_o_t_i_f_y))
       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;;
       BBoooolleeaann	 _n_o_t_i_f_y;;

DESCRIPTION
  XXmmLLiissttSSeelleeccttIItteemm highlights and adds to the selected list the	first item in
  the list that	matches	_i_t_e_m.

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

  _i_t_e_m	 Specifies the item to be selected in the List widget

  _n_o_t_i_f_y Specifies a Boolean value that	when True invokes the selection	call-
	 back for the current mode.  From an application interface view, cal-
	 ling this function with _n_o_t_i_f_y	True is	indistinguishable from a
	 user-initiated	selection action.

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



























