Searched refs:choices (Results 1 - 7 of 7) sorted by relevance
/inkscape/src/extension/param/ |
H A D | enum.cpp | 55 , 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 D | radiobutton.cpp | 70 _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 D | enum.h | 38 GSList * choices; /**< A table to store the choice strings */ member in class:Inkscape::Extension::ParamComboBox
|
H A D | radiobutton.h | 67 GSList * choices; /**< A table to store the choice strings */ member in class:Inkscape::Extension::ParamRadioButton
|
/inkscape/share/extensions/ |
H A D | voronoi2svg.py | 62 type = 'choice', choices=['Voronoi','Delaunay','Both'], 69 type = 'choice', choices=['Page','Automatic from seeds'],
|
/inkscape/cxxtest/sample/msvc/ |
H A D | FixFiles.bat | 124 !MESSAGE Possible choices for configuration are:
|
/inkscape/src/ui/ |
H A D | interface.cpp | 2057 Glib::ustring choices = prefs->getString("/options/bitmapeditor/value"); local 2058 if (!choices.empty()) { 2059 value = choices;
|
Completed in 25 milliseconds