Searched refs:combo_id (Results 1 - 3 of 3) sorted by relevance
/inkscape/src/widgets/ |
H A D | stroke-marker-selector.h | 47 gchar const *get_id() { return combo_id; }; 55 gchar const *combo_id; member in class:MarkerComboBox
|
H A D | stroke-marker-selector.cpp | 51 combo_id(id), 78 delete combo_id; 432 gchar *cache_name = g_strconcat(combo_id, mname, NULL); 522 //FILE *fp = fopen (g_strconcat(combo_id, mname, ".svg", NULL), "w"); 527 SPObject *object = sandbox->getObjectById(combo_id); 544 gchar *cache_name = g_strconcat(combo_id, mname, NULL);
|
H A D | stroke-style.cpp | 509 gchar const *combo_id = marker_combo->get_id(); local 510 sp_repr_css_set_property(css, combo_id, marker);
|
Completed in 290 milliseconds