gtkAdjustmentClampPage         package:RGtk2         R Documentation

_g_t_k_A_d_j_u_s_t_m_e_n_t_C_l_a_m_p_P_a_g_e

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

     Updates the 'GtkAdjustment' 'value' to ensure that the range
     between 'lower' and 'upper' is in the current page (i.e. between
     'value' and 'value' + 'page.size'). If the range is larger than
     the page size, then only the start of it will be in the current
     page. A "changed" signal will be emitted if the value is changed.

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

     gtkAdjustmentClampPage(object, lower, upper)

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

'object': ['GtkAdjustment'] a 'GtkAdjustment'.

 'lower': [numeric] the lower value.

 'upper': [numeric] the upper value.

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

     Derived by RGtkGen from GTK+ documentation

