gtkTreeSelectionGetSelected      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

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

     Sets 'iter' to the currently selected node if 'selection' is set
     to 'GTK_SELECTION_SINGLE' or 'GTK_SELECTION_BROWSE'.  'iter' may
     be NULL if you just want to test if 'selection' has any selected
     nodes.  'model' is filled with the current model as a convenience.
      This function will not work if you use 'selection' is
     'GTK_SELECTION_MULTIPLE'.

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

     gtkTreeSelectionGetSelected(object)

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

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

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

     A list containing the following elements: 

  retval: [logical]  TRUE, if there is a selected node.

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

  'iter': ['GtkTreeIter']  The 'GtkTreeIter', or NULL.

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

     Derived by RGtkGen from GTK+ documentation

