gtkRangeSetRange            package:RGtk2            R Documentation

_g_t_k_R_a_n_g_e_S_e_t_R_a_n_g_e

_D_e_s_c_r_i_p_t_i_o_n:

     Sets the allowable values in the 'GtkRange', and clamps the range
     value to be between 'min' and 'max'. (If the range has a non-zero
     page size, it is clamped between 'min' and 'max' - page-size.)

_U_s_a_g_e:

     gtkRangeSetRange(object, min, max)

_A_r_g_u_m_e_n_t_s:

'object': ['GtkRange']  a 'GtkRange'

   'min': [numeric]  minimum range value

   'max': [numeric]  maximum range value

_A_u_t_h_o_r(_s):

     Derived by RGtkGen from GTK+ documentation

