aboutsummaryrefslogtreecommitdiff
path: root/src/stylesheet_editor.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.me.uk>2018-10-25 23:28:33 +0200
committerThomas White <taw@bitwiz.me.uk>2018-10-25 23:39:30 +0200
commitd5f7ae9d6a28781051d7649a656dd2f93b6ea96d (patch)
tree08974bd5054ad25371b8a42f245f73ab584d8ef3 /src/stylesheet_editor.h
parentc355bcfac1e000fa8de99856af505a9208bb2f2c (diff)
Set values in stylesheet editor
Diffstat (limited to 'src/stylesheet_editor.h')
-rw-r--r--src/stylesheet_editor.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/stylesheet_editor.h b/src/stylesheet_editor.h
index 480bd8a..849a9f8 100644
--- a/src/stylesheet_editor.h
+++ b/src/stylesheet_editor.h
@@ -63,6 +63,16 @@ struct _stylesheeteditor
GtkWidget *narrative_style_bgcol;
GtkWidget *narrative_style_bgcol2;
GtkWidget *narrative_style_bggrad;
+ GtkWidget *narrative_style_paraspace_l;
+ GtkWidget *narrative_style_paraspace_r;
+ GtkWidget *narrative_style_paraspace_t;
+ GtkWidget *narrative_style_paraspace_b;
+ GtkWidget *narrative_style_padding_l;
+ GtkWidget *narrative_style_padding_r;
+ GtkWidget *narrative_style_padding_t;
+ GtkWidget *narrative_style_padding_b;
+ GtkWidget *slide_size_w;
+ GtkWidget *slide_size_h;
GtkWidget *slide_style_bgcol;
GtkWidget *slide_style_bgcol2;
GtkWidget *slide_style_bggrad;
@@ -71,6 +81,14 @@ struct _stylesheeteditor
GtkWidget *frame_style_bgcol;
GtkWidget *frame_style_bgcol2;
GtkWidget *frame_style_bggrad;
+ GtkWidget *frame_style_paraspace_l;
+ GtkWidget *frame_style_paraspace_r;
+ GtkWidget *frame_style_paraspace_t;
+ GtkWidget *frame_style_paraspace_b;
+ GtkWidget *frame_style_padding_l;
+ GtkWidget *frame_style_padding_r;
+ GtkWidget *frame_style_padding_t;
+ GtkWidget *frame_style_padding_b;
StylesheetEditorPrivate *priv;
GdkRGBA narrative_bgcol;