summaryrefslogtreecommitdiffstats
path: root/src/gradient-context.h
diff options
context:
space:
mode:
authorbulia byak <buliabyak@gmail.com>2006-11-06 06:50:58 +0000
committerbuliabyak <buliabyak@users.sourceforge.net>2006-11-06 06:50:58 +0000
commitd4e49cf974f418557543599316c5f2e246856df2 (patch)
treebbc1a10710feeefef95d9690a1edc0369392fda3 /src/gradient-context.h
parentimplement select next/prev as verbs (diff)
downloadinkscape-d4e49cf974f418557543599316c5f2e246856df2.tar.gz
inkscape-d4e49cf974f418557543599316c5f2e246856df2.zip
implement select next/prev in gradient tool as well
(bzr r1919)
Diffstat (limited to 'src/gradient-context.h')
-rw-r--r--src/gradient-context.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gradient-context.h b/src/gradient-context.h
index 3eb7910f8..80dfecd3a 100644
--- a/src/gradient-context.h
+++ b/src/gradient-context.h
@@ -38,9 +38,11 @@ struct SPGradientContextClass {
};
/* Standard Gtk function */
-
GtkType sp_gradient_context_get_type();
+void sp_gradient_context_select_next (SPEventContext *event_context);
+void sp_gradient_context_select_prev (SPEventContext *event_context);
+
#endif