Searched defs:_noSelection (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/ui/dialog/
H A Dtags.cpp609 _tree.get_selection()->set_select_function(sigc::mem_fun(*this, &TagsPanel::_noSelection));
867 bool TagsPanel::_noSelection( Glib::RefPtr<Gtk::TreeModel> const & /*model*/, Gtk::TreeModel::Path const & /*path*/, bool /*currentlySelected*/ ) function in class:Inkscape::UI::Dialog::TagsPanel
H A Dobjects.cpp797 //setting the select function to _noSelection
798 _tree.get_selection()->set_select_function(sigc::mem_fun(*this, &ObjectsPanel::_noSelection));
1363 bool ObjectsPanel::_noSelection( Glib::RefPtr<Gtk::TreeModel> const & /*model*/, Gtk::TreeModel::Path const & /*path*/, bool /*currentlySelected*/ ) function in class:Inkscape::UI::Dialog::ObjectsPanel

Completed in 306 milliseconds