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

/inkscape/share/filters/
H A Dsamplify.py63 menus = [] variable
67 if fi.tag == e_filter and fi.attrib[a_menu] not in menus:
68 menus.append(fi.attrib[a_menu])
71 for m in menus:
74 menus.sort()
76 #print menus
115 for menu in menus:
118 text.attrib['y']=str( q['y'] + q['height'] * (menus.index(menu) + 1.4) )
130 clone.attrib["transform"] = 'translate('+str( q['width'] * menu_shifts[menu] )+', '+str( q['height'] * (menus.index(menu) + 1) )+')'
135 text.attrib['y']=str( q['y'] + q['height'] * (menus
[all...]
/inkscape/src/extension/
H A Deffect.h39 /** \brief The location of the Extensions and Filters menus on the menu structure
121 void place_menu (Inkscape::XML::Node * menus);
/inkscape/src/ui/
H A Dinterface.cpp365 * Some day when the right-click menus are ready to start working
823 * @param menus This is the XML that defines the menu
827 static void sp_ui_build_dyn_menus(Inkscape::XML::Node *menus, GtkWidget *menu, Inkscape::UI::View::View *view) argument
829 if (menus == NULL) return;
833 for (Inkscape::XML::Node *menu_pntr = menus;

Completed in 21 milliseconds