


XmScrollBarSetValues(3X)			     XmScrollBarSetValues(3X)
OSF/Motif							    OSF/Motif



NAME
  XXmmSSccrroollllBBaarrSSeettVVaalluueess - A ScrollBar function that changes ScrollBar's incre-
  ment values and the slider's size and	position

SYNOPSIS


  ##iinncclluuddee <<XXmm//SSccrroollllBBaarr..hh>>
  vvooiidd XXmmSSccrroollllBBaarrSSeettVVaalluueess ((_w_i_d_g_e_t, _v_a_l_u_e,
	    _s_l_i_d_e_r__s_i_z_e, _i_n_c_r_e_m_e_n_t, _p_a_g_e__i_n_c_r_e_m_e_n_t, _n_o_t_i_f_y))
       WWiiddggeett	 _w_i_d_g_e_t;;
       iinntt	 _v_a_l_u_e;;
       iinntt	 _s_l_i_d_e_r__s_i_z_e;;
       iinntt	 _i_n_c_r_e_m_e_n_t;;
       iinntt	 _p_a_g_e__i_n_c_r_e_m_e_n_t;;
       BBoooolleeaann	 _n_o_t_i_f_y;;

DESCRIPTION
  XXmmSSeettSSccrroollllBBaarrVVaalluueess changes the ScrollBar's increment values	and the
  slider's size	and position.  The scroll region is overlaid with a slider
  bar that is adjusted in size and position using the main ScrollBar or	set
  slider function attributes.

  _w_i_d_g_e_t      Specifies	the ScrollBar widget ID.

  _v_a_l_u_e	      Specifies	the ScrollBar's	slider position	between	XXmmNNmmiinniimmuumm
	      and XXmmNNmmaaxxiimmuumm.  The resource name associated with this argu-
	      ment is XXmmNNvvaalluuee.

  _s_l_i_d_e_r__s_i_z_e Specifies	the size of the	slider as a value between zero and
	      the absolute value of XXmmNNmmaaxxiimmuumm minus XXmmNNmmiinniimmuumm.  The size of
	      the slider varies, depending on how much of the slider scroll
	      area it represents.  This	sets the XXmmNNsslliiddeerrSSiizzee resource	asso-
	      ciated with ScrollBar.

  _i_n_c_r_e_m_e_n_t   Specifies	the amount of button increment and decrement.  If
	      this argument is not zero, the ScrollBar widget automatically
	      adjusts the slider when an increment or decrement	action
	      occurs.  This sets the XXmmNNiinnccrreemmeenntt resource associated with
	      ScrollBar.

  _p_a_g_e__i_n_c_r_e_m_e_n_t
	      Specifies	the amount of page increment and decrement.  If	this
	      argument is not zero, the	ScrollBar widget automatically
	      adjusts the slider when an increment or decrement	action
	      occurs.  This sets the XXmmNNppaaggeeIInnccrreemmeenntt resource associated
	      with ScrollBar.

  _n_o_t_i_f_y      Specifies	a Boolean value	that when True,	indicates a change in
	      the ScrollBar value and also specifies that the ScrollBar
	      widget automatically activates the XXmmNNvvaalluueeCChhaannggeeddCCaallllbbaacckk with
	      the recent change.  If False, specifies any change that has
	      occurred in the ScrollBar's value, but XXmmNNvvaalluueeCChhaannggeeddCCaallllbbaacckk
	      is not activated.

  For a	complete definition of ScrollBar and its associated resources, see
  XXmmSSccrroollllBBaarr((33XX)).

RELATED	INFORMATION
  XXmmSSccrroollllBBaarr((33XX)).
































































