gtkTreeSelectionGetSelectedRows    package:RGtk2    R Documentation

_g_t_k_T_r_e_e_S_e_l_e_c_t_i_o_n_G_e_t_S_e_l_e_c_t_e_d_R_o_w_s

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

     Creates a list of path of all selected rows. Additionally, if you
     are planning on modifying the model after calling this function,
     you may want to convert the returned list into a list of
     'GtkTreeRowReference's. To do this, you can use
     'gtkTreeRowReferenceNew'.

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

     gtkTreeSelectionGetSelectedRows(object)

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

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

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

     To free the return value, use:

     # You don't have to free anything in RGtk, silly 

     Since  2.2

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

     A list containing the following elements: 

  retval: [list]  A 'list' containing a 'GtkTreePath' for each selected
          row.

 'model': ['GtkTreeModel']  A pointer to set to the 'GtkTreeModel', or
          NULL.

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

     Derived by RGtkGen from GTK+ documentation

