X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fink-action.h;h=7b48d40af64ec4752c5dc39c6ac688da216eb5fd;hb=725a0babbf83444a957de29831c3fd818ed59338;hp=7ff7ab7d8f8652dbd385aeb2e1c83d0b749a02a9;hpb=48c4b55de86fc48d1142e6f5b1bf6f39446a5582;p=inkscape.git diff --git a/src/ink-action.h b/src/ink-action.h index 7ff7ab7d8..7b48d40af 100644 --- a/src/ink-action.h +++ b/src/ink-action.h @@ -7,6 +7,8 @@ #include #include #include +#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); /* --------------------------------------------------------------- */