Code

Mnemonics in "Input devices", and LPE dialogs (Bug 170765)
[inkscape.git] / src / ink-action.h
index ed3c925115e28a3b49a6f31e1b63b28d4f13bff5..7b48d40af64ec4752c5dc39c6ac688da216eb5fd 100644 (file)
@@ -8,6 +8,7 @@
 #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 */
 
@@ -78,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);
 
 
 /* --------------------------------------------------------------- */