From 95a600525148564d98a0c26f1c7fe9d8b6ecc7a5 Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Wed, 9 Aug 2006 01:26:19 +0000 Subject: Configurable toolbars (icons, text or both) git-archimport-id: mdk@sv.gnu.org/mdk--devel--1--patch-36 --- mixgtk/mixgtk_config.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'mixgtk/mixgtk_config.h') 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); -- cgit v1.2.3