aboutsummaryrefslogtreecommitdiff
path: root/src/stylesheet_editor.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.me.uk>2019-04-16 00:27:34 +0200
committerThomas White <taw@bitwiz.me.uk>2019-04-16 00:27:34 +0200
commit5ffe58d92a54ac4286b2e3aeae139e2f88a3b702 (patch)
tree3db8f68f6b7bb443e7cc38276c6e052e3b465d1d /src/stylesheet_editor.h
parentde1c1c49f6f84afe5f0b0c1d8d445fbd8e89997a (diff)
Tree store testing
Diffstat (limited to 'src/stylesheet_editor.h')
-rw-r--r--src/stylesheet_editor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stylesheet_editor.h b/src/stylesheet_editor.h
index 338981d..259fddb 100644
--- a/src/stylesheet_editor.h
+++ b/src/stylesheet_editor.h
@@ -58,6 +58,7 @@ struct _stylesheeteditor
{
GtkDialog parent_instance;
GtkWidget *selector;
+ GtkTreeStore *element_tree;
GtkWidget *paraspace_l;
GtkWidget *paraspace_r;
GtkWidget *paraspace_t;