gtkTreeModelIterParent         package:RGtk2         R Documentation

_g_t_k_T_r_e_e_M_o_d_e_l_I_t_e_r_P_a_r_e_n_t

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

     Sets 'iter' to be the parent of 'child'.  If 'child' is at the
     toplevel, and doesn't have a parent, then 'iter' is set to an
     invalid iterator and 'FALSE' is returned.  'child' will remain a
     valid node after this function has been called.

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

     gtkTreeModelIterParent(object, child)

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

'object': ['GtkTreeModel']  A 'GtkTreeModel'

 'child': ['GtkTreeIter']  The 'GtkTreeIter'.

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

     A list containing the following elements: 

  retval: [logical] 'TRUE', if 'iter' is set to the parent of 'child'.

  'iter': ['GtkTreeIter']  The new 'GtkTreeIter' to set to the parent.

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

     Derived by RGtkGen from GTK+ documentation

