gtkTreeModelSortConvertChildPathToPath package:RGtk2 R Documentation

_g_t_k_T_r_e_e_M_o_d_e_l_S_o_r_t_C_o_n_v_e_r_t_C_h_i_l_d_P_a_t_h_T_o_P_a_t_h

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

     Converts 'child.path' to a path relative to 'tree.model.sort'. 
     That is, 'child.path' points to a path in the child model.  The
     returned path will point to the same row in the sorted model.  If
     'child.path' isn't a valid  path on the child model, then 'NULL'
     is returned.

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

     gtkTreeModelSortConvertChildPathToPath(object, child.path)

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

'object': ['GtkTreeModelSort']  A 'GtkTreeModelSort'

'child.path': ['GtkTreePath']  A 'GtkTreePath' to convert

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

     ['GtkTreePath']  A newly allocated 'GtkTreePath', or 'NULL'

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

     Derived by RGtkGen from GTK+ documentation

