gtkTreeModelSortConvertPathToChildPath 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_P_a_t_h_T_o_C_h_i_l_d_P_a_t_h

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

     Converts 'sorted.path' to a path on the child model of
     'tree.model.sort'.   That is, 'sorted.path' points to a location
     in 'tree.model.sort'.  The  returned path will point to the same
     location in the model not being  sorted.  If 'sorted.path' does
     not point to a location in the child model,  'NULL' is returned.

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

     gtkTreeModelSortConvertPathToChildPath(object, sorted.path)

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

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

'sorted.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

