gtkTreeViewSetHoverSelection      package:RGtk2      R Documentation

_g_t_k_T_r_e_e_V_i_e_w_S_e_t_H_o_v_e_r_S_e_l_e_c_t_i_o_n

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

     Enables of disables the hover selection mode of 'tree.view'. Hover
     selection makes the selected row follow the pointer. Currently,
     this works only for the selection modes  'GTK_SELECTION_SINGLE'
     and 'GTK_SELECTION_BROWSE'.

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

     gtkTreeViewSetHoverSelection(object, hover)

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

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

 'hover': [logical] 'TRUE' to enable hover selection mode

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

     Since  2.6

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

     Derived by RGtkGen from GTK+ documentation

