diff options
author | Thomas White <taw@bitwiz.me.uk> | 2018-11-05 13:00:50 +0100 |
---|---|---|
committer | Thomas White <taw@bitwiz.me.uk> | 2018-11-05 13:00:50 +0100 |
commit | 1869d2648f4461f44350bf5014368117bd1df492 (patch) | |
tree | 9a88555a81b2f461225bf8d1df32d62aa446c86c /src/stylesheet_editor.h | |
parent | c22018024f483e1a087a972cc2e297d42d4b0e98 (diff) |
Hook up furniture selector signal
Diffstat (limited to 'src/stylesheet_editor.h')
-rw-r--r-- | src/stylesheet_editor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stylesheet_editor.h b/src/stylesheet_editor.h index 0dea6d5..f9e5f65 100644 --- a/src/stylesheet_editor.h +++ b/src/stylesheet_editor.h @@ -91,6 +91,7 @@ struct _stylesheeteditor GtkWidget *frame_style_padding_t; GtkWidget *frame_style_padding_b; GtkWidget *frame_style_alignment; + GtkWidget *furniture_selector; StylesheetEditorPrivate *priv; }; |