summaryrefslogtreecommitdiffhomepage
path: root/mixgtk/mixgtk_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'mixgtk/mixgtk_config.h')
-rw-r--r--mixgtk/mixgtk_config.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/mixgtk/mixgtk_config.h b/mixgtk/mixgtk_config.h
index 971c862..9f464c4 100644
--- a/mixgtk/mixgtk_config.h
+++ b/mixgtk/mixgtk_config.h
@@ -41,6 +41,13 @@ mixgtk_config_is_autosave (void);
extern void
mixgtk_config_set_autosave (gboolean autosave);
+/* toolbar style */
+extern guint
+mixgtk_config_tb_style (void);
+
+extern void
+mixgtk_config_set_tb_style (guint style);
+
/* update config item */
extern void
mixgtk_config_update (const gchar *key, const gchar *value);