Searched defs:sp_paint_selector_style_button_add (Results 1 - 1 of 1) sorted by relevance
/inkscape/src/widgets/ |
H A D | paint-selector.cpp | 75 static GtkWidget *sp_paint_selector_style_button_add(SPPaintSelector *psel, gchar const *px, SPPaintSelector::Mode mode, gchar const *tip); 218 psel->none = sp_paint_selector_style_button_add(psel, INKSCAPE_ICON("paint-none"), 220 psel->solid = sp_paint_selector_style_button_add(psel, INKSCAPE_ICON("paint-solid"), 222 psel->gradient = sp_paint_selector_style_button_add(psel, INKSCAPE_ICON("paint-gradient-linear"), 224 psel->radial = sp_paint_selector_style_button_add(psel, INKSCAPE_ICON("paint-gradient-radial"), 227 psel->mesh = sp_paint_selector_style_button_add(psel, INKSCAPE_ICON("paint-gradient-mesh"), 230 psel->pattern = sp_paint_selector_style_button_add(psel, INKSCAPE_ICON("paint-pattern"), 232 psel->swatch = sp_paint_selector_style_button_add(psel, INKSCAPE_ICON("paint-swatch"), 234 psel->unset = sp_paint_selector_style_button_add(psel, INKSCAPE_ICON("paint-unknown"), 320 static GtkWidget *sp_paint_selector_style_button_add(SPPaintSelecto function [all...] |
Completed in 40 milliseconds