aboutsummaryrefslogtreecommitdiff
path: root/src/stardict-view.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stardict-view.h')
-rw-r--r--src/stardict-view.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/stardict-view.h b/src/stardict-view.h
index 206238b..d5d679d 100644
--- a/src/stardict-view.h
+++ b/src/stardict-view.h
@@ -30,5 +30,7 @@ GtkWidget *stardict_view_new (void);
void stardict_view_set_position (StardictView *view,
StardictDict *dict, guint position);
void stardict_view_set_matched (StardictView *view, const gchar *matched);
+void stardict_view_scroll (StardictView *view,
+ GtkScrollStep step, gdouble amount);
#endif // ! STARDICT_VIEW_H