summaryrefslogtreecommitdiffstats
path: root/src/sp-gradient.h
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2010-03-06 06:31:33 +0000
committerJon A. Cruz <jon@joncruz.org>2010-03-06 06:31:33 +0000
commit998e601fb0de79b7617fa9402eb36537041663c6 (patch)
tree7cfdef36123bbd82fe1ba8e2a37638eb87b4dc8b /src/sp-gradient.h
parentNow webslicer-create-group respects the grouping hierarchy (diff)
downloadinkscape-998e601fb0de79b7617fa9402eb36537041663c6.tar.gz
inkscape-998e601fb0de79b7617fa9402eb36537041663c6.zip
New tab in Fill&Stroke dialog for swatch fills.
(bzr r9153)
Diffstat (limited to 'src/sp-gradient.h')
-rw-r--r--src/sp-gradient.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/sp-gradient.h b/src/sp-gradient.h
index 947cc49cc..045109234 100644
--- a/src/sp-gradient.h
+++ b/src/sp-gradient.h
@@ -91,7 +91,8 @@ struct SPGradient : public SPPaintServer {
sigc::connection modified_connection;
- bool isSolid() const;
+ SPStop* getFirstStop();
+ int getStopCount() const;
};
/**