Searched defs:item_to_select (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/ui/dialog/
H A Dtemplate-load-tab.cpp194 Gtk::TreeIter* item_to_select = NULL; local
198 item_to_select = new Gtk::TreeIter(it);
203 item_to_select = new Gtk::TreeIter(_tlist_store->children().begin());
205 if (item_to_select) {
206 _tlist_view.get_selection()->select(*item_to_select);
207 delete item_to_select;
/inkscape/src/ui/tools/
H A Dtool-base.h159 SPItem *item_to_select; ///< the item where mouse_press occurred, to member in class:Inkscape::UI::Tools::ToolBase
/inkscape/src/
H A Dpath-chemistry.cpp397 std::vector<Inkscape::XML::Node*> item_to_select; local
400 if (sp_item_list_to_curves(item_list, item_selected, item_to_select))

Completed in 282 milliseconds