summaryrefslogtreecommitdiffstats
path: root/src/widgets/gradient-selector.h
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-07-13 20:16:51 +0000
committerTed Gould <ted@gould.cx>2010-07-13 20:16:51 +0000
commitef2d72d29fce61231bdd7888ab8330503158e9d6 (patch)
tree4685bfddef010181fdd87fc182016b994f2b69d9 /src/widgets/gradient-selector.h
parentPulling in a more recent trunk (diff)
parentTranslations. Romanian nsh file update. (diff)
downloadinkscape-ef2d72d29fce61231bdd7888ab8330503158e9d6.tar.gz
inkscape-ef2d72d29fce61231bdd7888ab8330503158e9d6.zip
Upgrading to trunk
(bzr r8254.1.57)
Diffstat (limited to 'src/widgets/gradient-selector.h')
-rw-r--r--src/widgets/gradient-selector.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/widgets/gradient-selector.h b/src/widgets/gradient-selector.h
index 25f561a6e..860804ec6 100644
--- a/src/widgets/gradient-selector.h
+++ b/src/widgets/gradient-selector.h
@@ -17,6 +17,7 @@
#include <glib.h>
#include <gtk/gtkvbox.h>
+#include <vector>
#include "sp-gradient.h"
#include "sp-gradient-spread.h"
#include "sp-gradient-units.h"
@@ -59,6 +60,9 @@ struct SPGradientSelector {
GtkWidget *spread;
GtkWidget *spreadLbl;
+ bool safelyInit;
+ std::vector<GtkWidget*> nonsolid;
+
void setMode(SelectorMode mode);
void setUnits(SPGradientUnits units);
void setSpread(SPGradientSpread spread);