gtkScrolledWindowSetPolicy       package:RGtk2       R Documentation

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

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

     Sets the scrollbar policy for the horizontal and vertical
     scrollbars.  The policy determines when the scrollbar should
     appear; it is a value from the 'GtkPolicyType' enumeration. If
     'GTK_POLICY_ALWAYS', the scrollbar is always present; if
     'GTK_POLICY_NEVER', the scrollbar is never present; if
     'GTK_POLICY_AUTOMATIC', the scrollbar is present only if needed
     (that is, if the slider part of the bar would be smaller than the
     trough - the display is larger than the page size).

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

     gtkScrolledWindowSetPolicy(object, hscrollbar.policy, vscrollbar.policy)

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

'object': ['GtkScrolledWindow'] A 'GtkScrolledWindow'.

'hscrollbar.policy': ['GtkPolicyType'] Policy for horizontal bar.

'vscrollbar.policy': ['GtkPolicyType'] Policy for vertical bar.

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

     Derived by RGtkGen from GTK+ documentation

