gtkTreeModelFilterConvertChildPathToPathpackage:RGtk2R Documentation

_g_t_k_T_r_e_e_M_o_d_e_l_F_i_l_t_e_r_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 'filter'. That is,
     'child.path' points to a path in the child model. The rerturned
     path will point to the same row in the filtered model. If
     'child.path' isn't a valid path on the child model or points to a
     row which is not visible in 'filter', then 'NULL' is returned.

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

     gtkTreeModelFilterConvertChildPathToPath(object, child.path)

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

'object': ['GtkTreeModelFilter']  A 'GtkTreeModelFilter'.

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

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

     Since  2.4

_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

