aboutsummaryrefslogtreecommitdiff
path: root/libstorycode/gtk/gtknarrativeview.c
diff options
context:
space:
mode:
Diffstat (limited to 'libstorycode/gtk/gtknarrativeview.c')
-rw-r--r--libstorycode/gtk/gtknarrativeview.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/libstorycode/gtk/gtknarrativeview.c b/libstorycode/gtk/gtknarrativeview.c
index 3a293b3..2425092 100644
--- a/libstorycode/gtk/gtknarrativeview.c
+++ b/libstorycode/gtk/gtknarrativeview.c
@@ -1224,3 +1224,10 @@ void gtk_narrative_view_add_slide_at_cursor(GtkNarrativeView *e)
emit_change_sig(e);
redraw(e);
}
+
+
+extern void gtk_narrative_view_redraw(GtkNarrativeView *e)
+{
+ emit_change_sig(e);
+ redraw(e);
+}