aboutsummaryrefslogtreecommitdiff
path: root/src/stylesheet_editor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stylesheet_editor.h')
-rw-r--r--src/stylesheet_editor.h8
1 files changed, 5 insertions, 3 deletions
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;
};