summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/selected-style.h
diff options
context:
space:
mode:
authorbulia byak <buliabyak@gmail.com>2007-01-18 14:13:19 +0000
committerbuliabyak <buliabyak@users.sourceforge.net>2007-01-18 14:13:19 +0000
commitff5fd0aaec050500f8f686fed316961b98dd286f (patch)
treeda95c575767f5c73c039ef98095e93350e5bb62e /src/ui/widget/selected-style.h
parentheight=12 (diff)
downloadinkscape-ff5fd0aaec050500f8f686fed316961b98dd286f.tar.gz
inkscape-ff5fd0aaec050500f8f686fed316961b98dd286f.zip
text markup; use gradient preview for gradient fills or strokes
(bzr r2239)
Diffstat (limited to 'src/ui/widget/selected-style.h')
-rw-r--r--src/ui/widget/selected-style.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ui/widget/selected-style.h b/src/ui/widget/selected-style.h
index 4ea74925a..64bd2a50c 100644
--- a/src/ui/widget/selected-style.h
+++ b/src/ui/widget/selected-style.h
@@ -94,9 +94,15 @@ protected:
Gtk::Label _lgradient[2];
Glib::ustring __lgradient[2];
+ GtkWidget *_gradient_preview_l[2];
+ Gtk::HBox _gradient_box_l[2];
+
Gtk::Label _rgradient[2];
Glib::ustring __rgradient[2];
+ GtkWidget *_gradient_preview_r[2];
+ Gtk::HBox _gradient_box_r[2];
+
Gtk::Label _many[2];
Glib::ustring __many[2];