


XmListSetHorizPos(3X)					XmListSetHorizPos(3X)
OSF/Motif							    OSF/Motif



NAME
  XXmmLLiissttSSeettHHoorriizzPPooss - A	List function that scrolls to the specified position
  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ettHHoorriizzP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tSSeettHHoorriizzPPooss sets the XXmmNNvvaalluuee resource of the horizontal ScrollBar to
  the specified	position and updates the visible portion of the	list with the
  new value if the List	widget's XXmmNNlliissttSSiizzeePPoolliiccyy is set to XXmmCCOONNSSTTAANNTT	or
  XXmmRREESSIIZZEE__IIFF__PPOOSSSSIIBBLLEE and the horizontal ScrollBar is currently visible.
  This is equivalent to	moving the horizontal ScrollBar	to the specified
  position.

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

  _p_o_s_i_t_i_o_n
	 Specifies the horizontal position

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




























