gtkTreeModelFilterConvertPathToChildPathpackage: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_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 'filter.path' to a path on the child model of 'filter'.
     That is, 'filter.path' points to a location in 'filter'. The
     returned path will point to the same location in the model not
     being filtered. If 'filter.path' does not point to a location in
     the child model, 'NULL' is returned.

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

     gtkTreeModelFilterConvertPathToChildPath(object, filter.path)

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

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

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

