aboutsummaryrefslogtreecommitdiffstats
path: root/epan/prefs.h
diff options
context:
space:
mode:
authorStephen Fisher <steve@stephen-fisher.com>2007-11-07 21:50:48 +0000
committerStephen Fisher <steve@stephen-fisher.com>2007-11-07 21:50:48 +0000
commitd7c1ba361f6dc8296131c6adcd8f15c9f27c99c5 (patch)
treee881a988bbbd05c697ec9fbaef461c660b6db792 /epan/prefs.h
parent079e1446f96e3a4390343ddf278663c3a831b287 (diff)
Add an arrow with drop-down menu including any toolbar buttons that do not
fit on the top of the screen. This only works in GTK 2.4+ and there is a layout preference setting to disable it. svn path=/trunk/; revision=23395
Diffstat (limited to 'epan/prefs.h')
-rw-r--r--epan/prefs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/prefs.h b/epan/prefs.h
index 230361eea1..0c3bfc04df 100644
--- a/epan/prefs.h
+++ b/epan/prefs.h
@@ -120,6 +120,7 @@ typedef struct _e_prefs {
gint gui_ptree_expander_style;
gboolean gui_hex_dump_highlight_style;
gint gui_toolbar_main_style;
+ gboolean gui_toolbar_arrow;
gchar *gui_font_name1;
gchar *gui_font_name2;
color_t gui_marked_fg;