diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2010-03-06 06:31:33 +0000 |
|---|---|---|
| committer | Jon A. Cruz <jon@joncruz.org> | 2010-03-06 06:31:33 +0000 |
| commit | 998e601fb0de79b7617fa9402eb36537041663c6 (patch) | |
| tree | 7cfdef36123bbd82fe1ba8e2a37638eb87b4dc8b /src/sp-gradient.h | |
| parent | Now webslicer-create-group respects the grouping hierarchy (diff) | |
| download | inkscape-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.h | 3 |
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; }; /** |
