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

/inkscape/src/ui/dialog/
H A Dobjects.h193 void _setLockedIter( const Gtk::TreeModel::iterator& iter, const bool locked );
H A Dobjects.cpp680 void ObjectsPanel::_setLockedIter( const Gtk::TreeModel::iterator& iter, const bool locked ) function in class:Inkscape::UI::Dialog::ObjectsPanel
884 _tree.get_selection()->selected_foreach_iter(sigc::bind<bool>(sigc::mem_fun(*this, &ObjectsPanel::_setLockedIter), newValue));

Completed in 19 milliseconds