Code

add gradient selection describer for statusbar
[inkscape.git] / src / gradient-context.h
index 3e74865b1928b59b30ae84c1f0fe4043a700341b..d0fe0d421ed3179a1939536b3f116cd99e3e6ebe 100644 (file)
@@ -39,6 +39,9 @@ struct SPGradientContext : public SPEventContext {
     NR::Point mousepoint_doc; // stores mousepoint when over_line in doc coords
         
     Inkscape::MessageContext *_message_context;
+
+    sigc::connection *selcon;
+    sigc::connection *subselcon;
 };
 
 struct SPGradientContextClass {