gtkIconViewGetSelectedItems      package:RGtk2      R Documentation

_g_t_k_I_c_o_n_V_i_e_w_G_e_t_S_e_l_e_c_t_e_d_I_t_e_m_s

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

     Creates a list of paths of all selected items. 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:

     gtkIconViewGetSelectedItems(object)

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

'object': ['GtkIconView']  A 'GtkIconView'.

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

     To free the return value, use:

     # You don't have to free anything with RGtk2... 

     Since  2.6

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

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

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

     Derived by RGtkGen from GTK+ documentation

