


XmScrollBarGetValues(3X)			     XmScrollBarGetValues(3X)
OSF/Motif							    OSF/Motif



NAME
  XXmmSSccrroollllBBaarrGGeettVVaalluueess - A ScrollBar function that returns the ScrollBar's
  increment values

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rGGeettVVaalluueess ((_w_i_d_g_e_t, _v_a_l_u_e__r_e_t_u_r_n,
	    _s_l_i_d_e_r__s_i_z_e__r_e_t_u_r_n,	_i_n_c_r_e_m_e_n_t__r_e_t_u_r_n,
	    _p_a_g_e__i_n_c_r_e_m_e_n_t__r_e_t_u_r_n))
       WWiiddggeett	   _w_i_d_g_e_t;;
       iinntt	   * _v_a_l_u_e__r_e_t_u_r_n;;
       iinntt	   * _s_l_i_d_e_r__s_i_z_e__r_e_t_u_r_n;;
       iinntt	   * _i_n_c_r_e_m_e_n_t__r_e_t_u_r_n;;
       iinntt	   * _p_a_g_e__i_n_c_r_e_m_e_n_t__r_e_t_u_r_n;;

DESCRIPTION
  XXmmSSccrroollllBBaarrGGeettVVaalluueess returns the the ScrollBar's increment values.  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__r_e_t_u_r_n	   Returns the ScrollBar's slider position between the
		   XXmmNNmmiinniimmuumm and XXmmNNmmaaxxiimmuumm resources.

  _s_l_i_d_e_r__s_i_z_e__r_e_t_u_r_n
		   Returns 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.

  _i_n_c_r_e_m_e_n_t__r_e_t_u_r_n Returns the amount of increment and decrement.

  _p_a_g_e__i_n_c_r_e_m_e_n_t__r_e_t_u_r_n
		   Returns the amount of page increment	and decrement.

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

RETURN VALUE
  Returns the ScrollBar's increment values.

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












