gtkAdjustmentSetValue         package:RGtk2         R Documentation

_g_t_k_A_d_j_u_s_t_m_e_n_t_S_e_t_V_a_l_u_e

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

     Sets the 'GtkAdjustment' value. The value is clamped to lie
     between 'adjustment->lower' and 'adjustment->upper'.

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

     gtkAdjustmentSetValue(object, value)

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

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

 'value': [numeric] the new value.

_D_e_t_a_i_l_s:

     Note that for adjustments which are used in a 'GtkScrollbar', the
     effective range of allowed values goes from 'adjustment->lower' to
     'adjustment->upper - adjustment->page_size'.

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

     Derived by RGtkGen from GTK+ documentation

