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

/inkscape/src/ui/dialog/
H A Dlayers.cpp60 COL_LOCKED enumerator in enum:Inkscape::UI::Dialog::__anon111
529 case COL_LOCKED:
592 col == _tree.get_column(COL_LOCKED-1)) {
613 } else if (col == _tree.get_column(COL_LOCKED - 1)) {
625 } else if (col == _tree.get_column(COL_LOCKED - 1)) {
836 renderer->signal_toggled().connect( sigc::bind( sigc::mem_fun(*this, &LayersPanel::_toggled), (int)COL_LOCKED) );
H A Dobjects.cpp84 COL_LOCKED, enumerator in enum:Inkscape::UI::Dialog::__anon114
789 } else if (col == _tree.get_column(COL_LOCKED-1) ||
833 } else if (col == _tree.get_column(COL_LOCKED - 1)) {
845 } else if (col == _tree.get_column(COL_LOCKED - 1)) {
877 } else if (col == _tree.get_column(COL_LOCKED - 1)) {

Completed in 78 milliseconds