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.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/stylesheet_editor.h b/src/stylesheet_editor.h
index f9e5f65..a7c77b6 100644
--- a/src/stylesheet_editor.h
+++ b/src/stylesheet_editor.h
@@ -92,6 +92,26 @@ struct _stylesheeteditor
GtkWidget *frame_style_padding_b;
GtkWidget *frame_style_alignment;
GtkWidget *furniture_selector;
+ GtkWidget *furniture_paraspace_l;
+ GtkWidget *furniture_paraspace_r;
+ GtkWidget *furniture_paraspace_t;
+ GtkWidget *furniture_paraspace_b;
+ GtkWidget *furniture_padding_l;
+ GtkWidget *furniture_padding_r;
+ GtkWidget *furniture_padding_t;
+ GtkWidget *furniture_padding_b;
+ GtkWidget *furniture_font;
+ GtkWidget *furniture_fgcol;
+ GtkWidget *furniture_bgcol;
+ GtkWidget *furniture_bgcol2;
+ GtkWidget *furniture_bggrad;
+ GtkWidget *furniture_alignment;
+ GtkWidget *furniture_w;
+ GtkWidget *furniture_h;
+ GtkWidget *furniture_x;
+ GtkWidget *furniture_y;
+ GtkWidget *furniture_w_units;
+ GtkWidget *furniture_h_units;
StylesheetEditorPrivate *priv;
};