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

/inkscape/src/extension/param/
H A Denum.cpp55 , choices(NULL)
93 choices = g_slist_append( choices, new enumentry(newvalue, newguitext) );
125 for (GSList * list = choices; list != NULL; list = g_slist_next(list)) {
128 g_slist_free(choices);
156 for (GSList * list = choices; list != NULL; list = g_slist_next(list)) {
186 for (GSList * list = choices; list != NULL; list = g_slist_next(list)) {
261 for (GSList * list = choices; list != NULL; list = g_slist_next(list)) {
H A Dradiobutton.cpp70 _value(0), _mode(mode), _indent(0), choices(0)
107 choices = g_slist_append( choices, new optionentry(newvalue, newguitext) );
117 if (choices) {
118 defaultval = (static_cast<optionentry*> (choices->data))->value->c_str();
142 for (GSList * list = choices; list != NULL; list = g_slist_next(list)) {
145 g_slist_free(choices);
173 for (GSList * list = choices; list != NULL; list = g_slist_next(list)) {
285 for (GSList * list = choices; list != NULL; list = g_slist_next(list)) {
331 for (GSList * list = choices; lis
[all...]
H A Denum.h38 GSList * choices; /**< A table to store the choice strings */ member in class:Inkscape::Extension::ParamComboBox
H A Dradiobutton.h67 GSList * choices; /**< A table to store the choice strings */ member in class:Inkscape::Extension::ParamRadioButton
/inkscape/share/extensions/
H A Dvoronoi2svg.py62 type = 'choice', choices=['Voronoi','Delaunay','Both'],
69 type = 'choice', choices=['Page','Automatic from seeds'],
/inkscape/cxxtest/sample/msvc/
H A DFixFiles.bat124 !MESSAGE Possible choices for configuration are:
/inkscape/src/ui/
H A Dinterface.cpp2057 Glib::ustring choices = prefs->getString("/options/bitmapeditor/value"); local
2058 if (!choices.empty()) {
2059 value = choices;

Completed in 25 milliseconds