aboutsummaryrefslogtreecommitdiff
path: root/src/stylesheet_editor.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.me.uk>2018-07-08 23:25:42 +0200
committerThomas White <taw@bitwiz.me.uk>2018-07-08 23:25:54 +0200
commit1736f126a80ab4035d441fc84c1af86ea6ccc849 (patch)
treef97e2c3996a5222ded44394ee6be4677714f65f2 /src/stylesheet_editor.h
parentb8519332af98e39d06cfe2e98b6583720b937255 (diff)
Hook up lots of stylesheet editor stuff
Diffstat (limited to 'src/stylesheet_editor.h')
-rw-r--r--src/stylesheet_editor.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/stylesheet_editor.h b/src/stylesheet_editor.h
index fc551a6..4ab2061 100644
--- a/src/stylesheet_editor.h
+++ b/src/stylesheet_editor.h
@@ -62,6 +62,14 @@ struct _stylesheeteditor
GtkWidget *narrative_style_bgcol;
GtkWidget *narrative_style_bgcol2;
GtkWidget *narrative_style_bggrad;
+ GtkWidget *slide_style_bgcol;
+ GtkWidget *slide_style_bgcol2;
+ GtkWidget *slide_style_bggrad;
+ GtkWidget *frame_style_font;
+ GtkWidget *frame_style_fgcol;
+ GtkWidget *frame_style_bgcol;
+ GtkWidget *frame_style_bgcol2;
+ GtkWidget *frame_style_bggrad;
StylesheetEditorPrivate *priv;
};