Lines Matching refs:source_name
180 gchar *source_name = _("UNDEFINED");
183 source_name = _("UNDEFINED");
187 source_name = _("Bounding box corner");
190 source_name = _("Bounding box midpoint");
193 source_name = _("Bounding box side midpoint");
196 source_name = _("Smooth node");
199 source_name = _("Cusp node");
202 source_name = _("Line midpoint");
205 source_name = _("Object midpoint");
208 source_name = _("Object rotation center");
212 source_name = _("Handle");
215 source_name = _("Path intersection");
218 source_name = _("Guide");
221 source_name = _("Guide origin");
224 source_name = _("Convex hull corner");
227 source_name = _("Quadrant point");
231 source_name = _("Corner");
234 source_name = _("Text anchor");
237 source_name = _("Multiple of grid spacing");
243 //std::cout << "Snapped " << source_name << " to " << target_name << std::endl;
286 tooltip_str = g_strconcat(source_name, _(" to "), target_name, NULL);
288 tooltip_str = g_strdup(source_name);