Searched defs:swatch (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/
H A Dsp-paint-server.h53 bool swatch; member in class:SPPaintServer
/inkscape/src/widgets/
H A Dpaint-selector.h82 GtkWidget *swatch; member in struct:SPPaintSelector
H A Dtoolbox.cpp57 #include "../ui/widget/style-swatch.h"
1465 Inkscape::UI::Widget::StyleSwatch *swatch = new Inkscape::UI::Widget::StyleSwatch( NULL, _(aux_toolboxes[i].swatch_tip) ); local
1466 swatch->setDesktop( desktop );
1467 swatch->setClickVerb( aux_toolboxes[i].swatch_verb_id );
1468 swatch->setWatchedTool( aux_toolboxes[i].swatch_tool, true );
1469 GtkWidget *swatch_ = GTK_WIDGET( swatch->gobj() );
/inkscape/src/ui/dialog/
H A Dinkscape-preferences.cpp42 #include "ui/widget/style-swatch.h"
219 static void StyleFromSelectionToTool(Glib::ustring const &prefs_path, StyleSwatch *swatch) argument
261 // update the swatch
262 if (swatch) {
264 swatch->setStyle (css);
290 // style swatch
292 StyleSwatch *swatch = 0; local
300 swatch = new StyleSwatch(css, _("This tool's style of new objects"));
301 hb->add(*swatch);
304 button->signal_clicked().connect( sigc::bind( sigc::ptr_fun(StyleFromSelectionToTool), prefs_path, swatch) );
[all...]

Completed in 1192 milliseconds