Code

Indent support for XSLT extensions output.
[inkscape.git] / src / gradient-drag.h
index 3eb6256716400851f7f8381354cb145ff03373a2..8cbe9f3052f51e7e58f96211149f1f81e1631e70 100644 (file)
@@ -175,6 +175,10 @@ private:
     void addDraggersRadial (SPRadialGradient *rg, SPItem *item, bool fill_or_stroke);
     void addDraggersLinear (SPLinearGradient *lg, SPItem *item, bool fill_or_stroke);
 
+    bool styleSet( const SPCSSAttr *css );
+
+    Glib::ustring makeStopSafeColor( gchar const *str, bool &isNull );
+
     Inkscape::Selection *selection;
     sigc::connection sel_changed_connection;
     sigc::connection sel_modified_connection;