Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
e0f467cb
Commit
e0f467cb
authored
Feb 14, 2006
by
Jan Djärv
Browse files
* xfns.c (syms_of_xfns): New variable: x-gtk-whole-detached-tool-bar.
parent
0f340cab
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
src/xfns.c
src/xfns.c
+10
-0
No files found.
src/xfns.c
View file @
e0f467cb
...
@@ -158,6 +158,10 @@ int x_use_old_gtk_file_dialog;
...
@@ -158,6 +158,10 @@ int x_use_old_gtk_file_dialog;
int
x_gtk_show_hidden_files
;
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
/* The background and shape of the mouse pointer, and shape when not
over text or in the modeline. */
over text or in the modeline. */
...
@@ -5806,6 +5810,12 @@ Note that this is just the default, there is a toggle button on the file
...
@@ -5806,6 +5810,12 @@ Note that this is just the default, there is a toggle button on the file
chooser to show or not show hidden files on a case by case basis. */
);
chooser to show or not show hidden files on a case by case basis. */
);
x_gtk_show_hidden_files
=
0
;
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
);
Fprovide
(
intern
(
"x"
),
Qnil
);
#ifdef USE_X_TOOLKIT
#ifdef USE_X_TOOLKIT
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment