gtkRangeSetAdjustment         package:RGtk2         R Documentation

_g_t_k_R_a_n_g_e_S_e_t_A_d_j_u_s_t_m_e_n_t

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

     Sets the adjustment to be used as the "model" object for this
     range widget. The adjustment indicates the current range value,
     the minimum and maximum range values, the step/page increments
     used for keybindings and scrolling, and the page size. The page
     size is normally 0 for 'GtkScale' and nonzero for 'GtkScrollbar',
     and indicates the size of the visible area of the widget being
     scrolled. The page size affects the size of the scrollbar slider.

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

     gtkRangeSetAdjustment(object, adjustment)

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

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

'adjustment': ['GtkAdjustment']  a 'GtkAdjustment'

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

     Derived by RGtkGen from GTK+ documentation

