gtkScrolledWindowNew          package:RGtk2          R Documentation

_g_t_k_S_c_r_o_l_l_e_d_W_i_n_d_o_w_N_e_w

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

     Creates a new scrolled window. The two arguments are the scrolled
     window's adjustments; these will be shared with the scrollbars and
     the child widget to keep the bars in sync with the child. Usually
     you want to pass 'NULL' for the adjustments, which will cause the
     scrolled window to create them for you.

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

     gtkScrolledWindowNew(hadjustment = NULL, vadjustment = NULL, show = TRUE)

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

'hadjustment': ['GtkAdjustment'] Horizontal adjustment.

'vadjustment': ['GtkAdjustment'] Vertical adjustment.

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

     ['GtkWidget'] New scrolled window.

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

     Derived by RGtkGen from GTK+ documentation

