gtkTreeViewSetRubberBanding      package:RGtk2      R Documentation

_g_t_k_T_r_e_e_V_i_e_w_S_e_t_R_u_b_b_e_r_B_a_n_d_i_n_g

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

     Enables or disables rubber banding in 'tree.view'.  If the
     selection mode is 'GTK_SELECTION_MULTIPLE', rubber banding will
     allow the user to select multiple rows by dragging the mouse.

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

     gtkTreeViewSetRubberBanding(object, enable)

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

'object': ['GtkTreeView']  a 'GtkTreeView'

'enable': [logical] 'TRUE' to enable rubber banding

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

     Since  2.10

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

     Derived by RGtkGen from GTK+ documentation

