Code

Moved compass like display of angles from windows to steps in preferences
[inkscape.git] / src / ui / widget / selected-style.h
index 8f9c0fbf609ec3f1536fb5933444179b3c095bda..4ea74925a6bd20a2e62a54d391ee17e86cda0bc9 100644 (file)
@@ -125,6 +125,14 @@ protected:
     sigc::connection *selection_modified_connection;
     sigc::connection *subselection_changed_connection;
 
+    static void dragDataReceived( GtkWidget *widget,
+                                  GdkDragContext *drag_context,
+                                  gint x, gint y,
+                                  GtkSelectionData *data,
+                                  guint info,
+                                  guint event_time,
+                                  gpointer user_data );
+
     bool on_fill_click(GdkEventButton *event);
     bool on_stroke_click(GdkEventButton *event);
     bool on_opacity_click(GdkEventButton *event);
@@ -191,6 +199,9 @@ protected:
     SPUnit *_sw_unit;
 
     Gtk::Tooltips _tooltips;
+
+    void *_drop[2];
+    bool _dropEnabled[2];
 };