gtkTreeSelectionSelectRange      package:RGtk2      R Documentation

_g_t_k_T_r_e_e_S_e_l_e_c_t_i_o_n_S_e_l_e_c_t_R_a_n_g_e

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

     Selects a range of nodes, determined by 'start.path' and
     'end.path' inclusive. 'selection' must be set to
     'GTK_SELECTION_MULTIPLE' mode.

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

     gtkTreeSelectionSelectRange(object, start.path, end.path)

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

'object': ['GtkTreeSelection']  A 'GtkTreeSelection'.

'start.path': ['GtkTreePath']  The initial node of the range.

'end.path': ['GtkTreePath']  The final node of the range.

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

     Derived by RGtkGen from GTK+ documentation

