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

/inkscape/src/ui/
H A Dinterface.cpp225 std::vector<gchar*> types; local
233 types.push_back(g_strdup(typesXX[i]));
239 completeDropTargetsCount = nui_drop_target_entries + types.size();
246 for (std::vector<gchar*>::iterator it = types.begin() ; it != types.end() ; ++it) {

Completed in 488 milliseconds