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

/inkscape/src/ui/tools/
H A Dconnector-tool.cpp756 gchar *shape_label; local
757 bool found = this->_ptHandleTest(*p, &shape_label);
761 this->clickeditem->setAttribute("inkscape:connection-start", shape_label, NULL);
764 this->clickeditem->setAttribute("inkscape:connection-end", shape_label, NULL);
766 g_free(shape_label);

Completed in 59 milliseconds