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

/inkscape/src/ui/
H A Dtools-switch.cpp69 static char const *const tool_names[] = { variable
131 while (tool_names[i]) {
132 if (strcmp(tool_names[i], id) == 0)
143 g_assert( num < G_N_ELEMENTS(tool_names) );
145 return dt->event_context->pref_observer->observed_path == tool_names[num];
166 dt->set_event_context2(tool_names[num]);

Completed in 13 milliseconds