On 02/11/2017 10:56 AM, Erdem wrote:

I would like to translate this example to D.

I'd like to undo the path conversion that was introduced by the filter and sort model. What would be the equivalent of the code in if block

if (gtk_tree_model_get_iter .. etc..

TreeIter iter = new TreeIter();

if ( model.getIter(iter, childPath) )

where model is your DataModel / Liststore.