X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fui%2Fwidget%2Fselected-style.h;h=64bd2a50c6f4c0d22cdad2ea647995fdd672b72b;hb=981b809bc6ed10a21e89444d9447e5475801874f;hp=807d4ea949b67c6cb45ef78b39aba0dde40c49ed;hpb=4a25af51caeeb26a945e435a2e10a6312f4733ae;p=inkscape.git diff --git a/src/ui/widget/selected-style.h b/src/ui/widget/selected-style.h index 807d4ea94..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]; @@ -200,8 +206,8 @@ protected: Gtk::Tooltips _tooltips; - void *_dropF; - void *_dropS; + void *_drop[2]; + bool _dropEnabled[2]; };