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

/inkscape/src/ui/dialog/
H A Dlayers.cpp59 COL_VISIBLE = 1, enumerator in enum:Inkscape::UI::Dialog::__anon111
518 case COL_VISIBLE:
591 if (col == _tree.get_column(COL_VISIBLE-1) ||
611 if (col == _tree.get_column(COL_VISIBLE - 1)) {
622 if (col == _tree.get_column(COL_VISIBLE - 1)) {
824 eyeRenderer->signal_toggled().connect( sigc::bind( sigc::mem_fun(*this, &LayersPanel::_toggled), (int)COL_VISIBLE) );
H A Dobjects.cpp83 COL_VISIBLE = 1, enumerator in enum:Inkscape::UI::Dialog::__anon114
785 if (col == _tree.get_column(COL_VISIBLE-1)) {
831 if (col == _tree.get_column(COL_VISIBLE - 1)) {
842 if (col == _tree.get_column(COL_VISIBLE - 1)) {
856 if (col == _tree.get_column(COL_VISIBLE - 1)) {

Completed in 31 milliseconds