From b8519332af98e39d06cfe2e98b6583720b937255 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 6 Jul 2018 22:53:31 +0200 Subject: Stylesheet editor plumbing --- src/stylesheet_editor.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'src/stylesheet_editor.h') diff --git a/src/stylesheet_editor.h b/src/stylesheet_editor.h index 7883132..fc551a6 100644 --- a/src/stylesheet_editor.h +++ b/src/stylesheet_editor.h @@ -57,9 +57,11 @@ typedef struct _sspriv StylesheetEditorPrivate; struct _stylesheeteditor { GtkDialog parent_instance; - GtkWidget *default_style_font; - GtkWidget *default_style_fgcol; - GtkWidget *default_style_ss; + GtkWidget *narrative_style_font; + GtkWidget *narrative_style_fgcol; + GtkWidget *narrative_style_bgcol; + GtkWidget *narrative_style_bgcol2; + GtkWidget *narrative_style_bggrad; StylesheetEditorPrivate *priv; }; -- cgit v1.2.3