Code

Fix ef spam when adjusting pattern on text - patch from Adonis Papaderos
[inkscape.git] / src / ink-action.h
index 8e82efeda9c4ab60fc6c9664fdd9cb102cb75a39..7b48d40af64ec4752c5dc39c6ac688da216eb5fd 100644 (file)
@@ -7,6 +7,8 @@
 #include <gtk/gtktoggleaction.h>
 #include <gtk/gtkradioaction.h>
 #include <glib-object.h>
+#include "icon-size.h"
+#include "attributes.h"
 
 /* Equivalent to GTK Actions of the same type, but can support Inkscape SVG icons */
 
@@ -77,7 +79,8 @@ InkToggleAction* ink_toggle_action_new( const gchar *name,
                                         const gchar *label,
                                         const gchar *tooltip,
                                         const gchar *inkId,
-                                        Inkscape::IconSize size );
+                                        Inkscape::IconSize size,
+                                        SPAttributeEnum attr = SP_ATTR_INVALID);
 
 
 /* --------------------------------------------------------------- */
@@ -121,5 +124,3 @@ InkRadioAction* ink_radio_action_new( const gchar *name,
 G_END_DECLS
 
 #endif /* SEEN_INK_ACTION */
-
-