Searched defs:select (Results 1 - 8 of 8) sorted by relevance

/inkscape/src/ui/dialog/
H A Dlivepatheffect-add.cpp64 Glib::RefPtr<Gtk::TreeSelection> select = effectlist_treeview.get_selection(); local
65 select->select(row);
H A Dlayer-properties.cpp293 Glib::RefPtr<Gtk::TreeSelection> select = _tree.get_selection(); local
294 select->select(iter);
H A Dlayers.cpp368 Glib::RefPtr<Gtk::TreeSelection> select = _tree.get_selection(); local
370 select->select(iter);
421 Glib::RefPtr<Gtk::TreeSelection> select = _tree.get_selection(); local
422 select->select(iter);
H A Dtags.cpp367 Glib::RefPtr<Gtk::TreeSelection> select = _tree.get_selection(); local
369 select->select(iter);
H A Dobjects.cpp558 * @param item Item to select in the tree
569 //We found the item! Expand to the path and select it in the tree.
572 Glib::RefPtr<Gtk::TreeSelection> select = _tree.get_selection(); local
574 select->select(iter);
619 //If the item is not a layer, then select it and set the current layer to its parent (if it's the first item)
773 //we need to defer selection by setting the select function so that the tree doesn't
774 //automatically select anything. In order to handle multiple item icon clicking,
797 //setting the select function to _noSelection
821 //We had deferred a selection target, select i
[all...]
H A Dfilter-effects-dialog.cpp1497 // If only one filter is in use by the selection, select it
1499 _list.get_selection()->select(iter);
1629 _list.get_selection()->select(i);
1891 get_selection()->select(row);
1898 get_selection()->select(_model->children().begin());
1938 void FilterEffectsDialog::PrimitiveList::select(SPFilterPrimitive* prim) function in class:Inkscape::UI::Dialog::FilterEffectsDialog::PrimitiveList
1943 get_selection()->select(i);
2426 get_selection()->select(path);
2658 get_selection()->select(iter);
2969 _primitive_list.select(pri
[all...]
/inkscape/src/widgets/
H A Dgradient-selector.cpp399 Glib::RefPtr<Gtk::TreeSelection> select = treeview->get_selection(); local
402 select->select(iter);
/inkscape/src/
H A Dgradient-drag.cpp544 // select the newly created stop
1163 // select the dragger
1687 void GrDragger::select() function in class:GrDragger
1797 * @param dragger The dragger to select.
1799 * @param override If true, always select this node, otherwise toggle selected status.
1813 dragger->select();
1820 seldragger = *(selected.begin()); // select the dragger that is first in the list
1824 dragger->select();
1832 dragger->select();

Completed in 49 milliseconds