Searched refs:find_index (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/ui/dialog/
H A Dfilter-effects-dialog.h233 int find_index(const Gtk::TreeIter& target);
H A Dfilter-effects-dialog.cpp2277 const int row_index = find_index(res);
2325 const int x = rct.get_x() + fheight * (_model->children().size() - find_index(row));
2388 int FilterEffectsDialog::PrimitiveList::find_index(const Gtk::TreeIter& target) function in class:Inkscape::UI::Dialog::FilterEffectsDialog::PrimitiveList

Completed in 290 milliseconds