aboutsummaryrefslogtreecommitdiff
path: root/src/stylesheet_editor.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.me.uk>2018-08-06 23:53:35 +0200
committerThomas White <taw@bitwiz.me.uk>2018-08-06 23:53:35 +0200
commit7b873527ac7fdb7398000b49195b9fa4ac1232a6 (patch)
tree63df29c63fddb4a0f6ba768e9ad782bd7f5ac025 /src/stylesheet_editor.h
parent6af91b221a82511b49a8250b9289266e1e42362e (diff)
Frame background stuff
Diffstat (limited to 'src/stylesheet_editor.h')
-rw-r--r--src/stylesheet_editor.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/stylesheet_editor.h b/src/stylesheet_editor.h
index 4ab2061..480bd8a 100644
--- a/src/stylesheet_editor.h
+++ b/src/stylesheet_editor.h
@@ -30,6 +30,7 @@
#include <gtk/gtk.h>
#include "presentation.h"
+#include "frame.h"
#define COLLOQUIUM_TYPE_STYLESHEET_EDITOR (stylesheet_editor_get_type())
@@ -71,6 +72,16 @@ struct _stylesheeteditor
GtkWidget *frame_style_bgcol2;
GtkWidget *frame_style_bggrad;
StylesheetEditorPrivate *priv;
+
+ GdkRGBA narrative_bgcol;
+ GdkRGBA narrative_bgcol2;
+ GradientType narrative_bggrad;
+ GdkRGBA slide_bgcol;
+ GdkRGBA slide_bgcol2;
+ GradientType slide_bggrad;
+ GdkRGBA frame_bgcol;
+ GdkRGBA frame_bgcol2;
+ GradientType frame_bggrad;
};