aboutsummaryrefslogtreecommitdiff
path: root/src/sc_editor.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2017-02-04 22:49:44 +0100
committerThomas White <taw@bitwiz.org.uk>2017-02-04 22:49:44 +0100
commit930ad5b26c04363727ed2b5aa11e071ed8293c72 (patch)
treed5ba2f60b1813354def0d0138f758a7657febce1 /src/sc_editor.h
parent950e1aa6e04bc8d94147273097074b5be58bba28 (diff)
Set narrative stylesheet when replacing it
Diffstat (limited to 'src/sc_editor.h')
-rw-r--r--src/sc_editor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sc_editor.h b/src/sc_editor.h
index 4b55e0e..b40207d 100644
--- a/src/sc_editor.h
+++ b/src/sc_editor.h
@@ -168,6 +168,7 @@ typedef struct _sceditor SCEditor;
typedef struct _sceditorclass SCEditorClass;
extern void sc_editor_set_scblock(SCEditor *e, SCBlock *scblocks);
+extern void sc_editor_set_stylesheets(SCEditor *e, SCBlock **stylesheets);
extern SCBlock *sc_editor_get_scblock(SCEditor *e);
extern GtkWidget *sc_editor_get_widget(SCEditor *e);
extern SCEditor *sc_editor_new(SCBlock *scblocks, SCBlock **stylesheets,