gtkWidgetSetScrollAdjustments     package:RGtk2     R Documentation

_g_t_k_W_i_d_g_e_t_S_e_t_S_c_r_o_l_l_A_d_j_u_s_t_m_e_n_t_s

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

     For widgets that support scrolling, sets the scroll adjustments
     and returns 'TRUE'.  For widgets that don't support scrolling,
     does nothing and returns 'FALSE'. Widgets that don't support
     scrolling can be scrolled by placing them in a 'GtkViewport',
     which does support scrolling.

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

     gtkWidgetSetScrollAdjustments(object, hadjustment = NULL, vadjustment = NULL)

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

'object': ['GtkWidget']  a 'GtkWidget'

'hadjustment': ['GtkAdjustment']  an adjustment for horizontal
          scrolling, or 'NULL'

'vadjustment': ['GtkAdjustment']  an adjustment for vertical scrolling,
          or 'NULL'

_V_a_l_u_e:

     [logical] 'TRUE' if the widget supports scrolling

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

     Derived by RGtkGen from GTK+ documentation

