# HG changeset patch # User Jan Dj¸«£rv # Date 1139916900 0 # Node ID f5fa98f7c3b7861c0e521d7e1193ca0c34012122 # Parent 3249a3dd32847b5bebd1e2f453afdbfb83a07da3 * xfns.c (syms_of_xfns): New variable: x-gtk-whole-detached-tool-bar. diff -r 3249a3dd3284 -r f5fa98f7c3b7 src/xfns.c --- a/src/xfns.c Tue Feb 14 11:34:44 2006 +0000 +++ b/src/xfns.c Tue Feb 14 11:35:00 2006 +0000 @@ -158,6 +158,10 @@ int x_gtk_show_hidden_files; +/* If non-zero, don't collapse to tool bar when it is detached. */ + +int x_gtk_whole_detached_tool_bar; + /* The background and shape of the mouse pointer, and shape when not over text or in the modeline. */ @@ -5806,6 +5810,12 @@ chooser to show or not show hidden files on a case by case basis. */); x_gtk_show_hidden_files = 0; + DEFVAR_BOOL ("x-gtk-whole-detached-tool-bar", &x_gtk_whole_detached_tool_bar, + doc: /* *If non-nil, a detached tool bar is shown in full. +The default is to just show an arrow and pressing on that arrow shows +the tool bar buttons. */); + x_gtk_whole_detached_tool_bar = 0; + Fprovide (intern ("x"), Qnil); #ifdef USE_X_TOOLKIT