From 1bd8104786e988ddbb049246ceab7441a1b54ba7 Mon Sep 17 00:00:00 2001 From: Krzysztof Kosi??ski Date: Thu, 19 Feb 2009 23:57:21 +0000 Subject: Make all icons themable (except the filter icons). (bzr r7332) --- src/dialogs/clonetiler.cpp | 46 +++++++++++++++++++++------------------------- 1 file changed, 21 insertions(+), 25 deletions(-) (limited to 'src/dialogs/clonetiler.cpp') diff --git a/src/dialogs/clonetiler.cpp b/src/dialogs/clonetiler.cpp index 467b34cff..55884fe4a 100644 --- a/src/dialogs/clonetiler.cpp +++ b/src/dialogs/clonetiler.cpp @@ -18,38 +18,34 @@ #include "application/application.h" #include "application/editor.h" -#include "helper/window.h" +#include "../desktop.h" +#include "../desktop-handles.h" +#include "dialog-events.h" +#include "display/nr-arena.h" +#include "display/nr-arena-item.h" +#include "../document.h" +#include "../filter-chemistry.h" #include "helper/unit-menu.h" #include "helper/units.h" -#include "widgets/icon.h" +#include "helper/window.h" #include "../inkscape.h" -#include "preferences.h" -#include "dialog-events.h" -#include "../macros.h" -#include "../verbs.h" #include "../interface.h" +#include "../macros.h" +#include "../message-stack.h" +#include "preferences.h" #include "../selection.h" -#include "../style.h" -#include "../desktop.h" -#include "../desktop-handles.h" +#include "../sp-filter.h" #include "../sp-namedview.h" -#include "../document.h" -#include "../message-stack.h" #include "../sp-use.h" -#include "unclump.h" - -#include "xml/repr.h" - -#include "svg/svg.h" +#include "../style.h" #include "svg/svg-color.h" - -#include "display/nr-arena.h" -#include "display/nr-arena-item.h" - +#include "svg/svg.h" +#include "ui/icon-names.h" #include "ui/widget/color-picker.h" - -#include "../sp-filter.h" -#include "../filter-chemistry.h" +#include "unclump.h" +#include "../verbs.h" +#include "widgets/icon.h" +#include "xml/repr.h" #define MIN_ONSCREEN_DISTANCE 50 @@ -1703,7 +1699,7 @@ clonetiler_table_x_y_rand (int values) { GtkWidget *hb = gtk_hbox_new (FALSE, 0); - GtkWidget *i = sp_icon_new (Inkscape::ICON_SIZE_DECORATION, "clonetiler_per_row"); + GtkWidget *i = sp_icon_new (Inkscape::ICON_SIZE_DECORATION, INKSCAPE_ICON_OBJECT_ROWS); gtk_box_pack_start (GTK_BOX (hb), i, FALSE, FALSE, 2); GtkWidget *l = gtk_label_new (""); @@ -1716,7 +1712,7 @@ clonetiler_table_x_y_rand (int values) { GtkWidget *hb = gtk_hbox_new (FALSE, 0); - GtkWidget *i = sp_icon_new (Inkscape::ICON_SIZE_DECORATION, "clonetiler_per_column"); + GtkWidget *i = sp_icon_new (Inkscape::ICON_SIZE_DECORATION, INKSCAPE_ICON_OBJECT_COLUMNS); gtk_box_pack_start (GTK_BOX (hb), i, FALSE, FALSE, 2); GtkWidget *l = gtk_label_new (""); -- cgit v1.2.3