diff options
author | Thomas White <taw@bitwiz.me.uk> | 2019-03-30 16:18:46 +0100 |
---|---|---|
committer | Thomas White <taw@bitwiz.me.uk> | 2019-03-30 16:18:46 +0100 |
commit | 96c903e0756e8a85649c1f7d8d6aa1b146b8c038 (patch) | |
tree | a75b3ed66b0815b08ccf225a8bba94d582dbab6a /libstorycode/gtk/gtknarrativeview.h | |
parent | 94417175556e1938994a7a3a713e5fab0cd74f0c (diff) |
Implement "add slide"
Diffstat (limited to 'libstorycode/gtk/gtknarrativeview.h')
-rw-r--r-- | libstorycode/gtk/gtknarrativeview.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libstorycode/gtk/gtknarrativeview.h b/libstorycode/gtk/gtknarrativeview.h index 9cbdcbd..c85ca1f 100644 --- a/libstorycode/gtk/gtknarrativeview.h +++ b/libstorycode/gtk/gtknarrativeview.h @@ -110,5 +110,6 @@ extern void gtk_narrative_view_paste(GtkNarrativeView *e); extern void gtk_narrative_view_set_para_highlight(GtkNarrativeView *e, int para_highlight); extern int gtk_narrative_view_get_cursor_para(GtkNarrativeView *e); extern void gtk_narrative_view_set_cursor_para(GtkNarrativeView *e, signed int pos); +extern void gtk_narrative_view_add_slide_at_cursor(GtkNarrativeView *e); #endif /* GTK_NARRATIVE_VIEW_H */ |