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

/inkscape/src/ui/dialog/
H A Dswatches.cpp101 static std::vector<Glib::ustring> popupItems; member in namespace:Inkscape::UI::Dialogs
193 if ( doc && (index >= 0) && (static_cast<guint>(index) < popupItems.size()) ) {
194 Glib::ustring targetName = popupItems[index];
320 popupItems.clear();
339 popupItems.push_back(grad->getId());

Completed in 24 milliseconds