aboutsummaryrefslogtreecommitdiff
path: root/libstorycode/gtk/gtknarrativeview.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2020-01-24 19:59:06 +0100
committerThomas White <taw@physics.org>2020-01-24 19:59:06 +0100
commite6d94b1b6c9a8b74d7faa7e80d7a44f604c4e814 (patch)
treedbcd954064138b78771b0a0e1c9a75136e0e18cf /libstorycode/gtk/gtknarrativeview.h
parentc84cdfa1e3d3060e64c6d1d7b332a13024c6da9e (diff)
Add all remaining narrative items
Diffstat (limited to 'libstorycode/gtk/gtknarrativeview.h')
-rw-r--r--libstorycode/gtk/gtknarrativeview.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libstorycode/gtk/gtknarrativeview.h b/libstorycode/gtk/gtknarrativeview.h
index 73cc19e..03217b0 100644
--- a/libstorycode/gtk/gtknarrativeview.h
+++ b/libstorycode/gtk/gtknarrativeview.h
@@ -114,6 +114,10 @@ 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);
extern void gtk_narrative_view_add_bp_at_cursor(GtkNarrativeView *e);
+extern void gtk_narrative_view_add_segend_at_cursor(GtkNarrativeView *e);
+extern void gtk_narrative_view_add_eop_at_cursor(GtkNarrativeView *e);
+extern void gtk_narrative_view_add_segstart_at_cursor(GtkNarrativeView *e);
+extern void gtk_narrative_view_add_prestitle_at_cursor(GtkNarrativeView *e);
extern void gtk_narrative_view_redraw(GtkNarrativeView *e);