comparison src/xfns.c @ 72969:f8188a2ff5f6

* xfns.c (syms_of_xfns): Rename x_gtk_show_chooser_help_text to x_gtk_file_dialog_help_text.
author Jan Djärv <jan.h.d@swipnet.se>
date Mon, 18 Sep 2006 16:48:05 +0000
parents 4e1cc9325b0e
children cec998346c98 b5c13d1564a9
comparison
equal deleted inserted replaced
72968:13a9a628ff21 72969:f8188a2ff5f6
158 158
159 int x_gtk_show_hidden_files; 159 int x_gtk_show_hidden_files;
160 160
161 /* If non-zero, don't show additional help text in the GTK file chooser. */ 161 /* If non-zero, don't show additional help text in the GTK file chooser. */
162 162
163 int x_gtk_show_chooser_help_text; 163 int x_gtk_file_dialog_help_text;
164 164
165 /* If non-zero, don't collapse to tool bar when it is detached. */ 165 /* If non-zero, don't collapse to tool bar when it is detached. */
166 166
167 int x_gtk_whole_detached_tool_bar; 167 int x_gtk_whole_detached_tool_bar;
168 168
5816 doc: /* *If non-nil, the GTK file chooser will by default show hidden files. 5816 doc: /* *If non-nil, the GTK file chooser will by default show hidden files.
5817 Note that this is just the default, there is a toggle button on the file 5817 Note that this is just the default, there is a toggle button on the file
5818 chooser to show or not show hidden files on a case by case basis. */); 5818 chooser to show or not show hidden files on a case by case basis. */);
5819 x_gtk_show_hidden_files = 0; 5819 x_gtk_show_hidden_files = 0;
5820 5820
5821 DEFVAR_BOOL ("x-gtk-show-chooser-help-text", &x_gtk_show_chooser_help_text, 5821 DEFVAR_BOOL ("x-gtk-file-dialog-help-text", &x_gtk_file_dialog_help_text,
5822 doc: /* *If non-nil, the GTK file chooser will by show additional help text. 5822 doc: /* *If non-nil, the GTK file chooser will by show additional help text.
5823 If more space for files in the file chooser dialog is wanted, set this to nil 5823 If more space for files in the file chooser dialog is wanted, set this to nil
5824 to turn the additional text off. */); 5824 to turn the additional text off. */);
5825 x_gtk_show_chooser_help_text = 1; 5825 x_gtk_file_dialog_help_text = 1;
5826 5826
5827 DEFVAR_BOOL ("x-gtk-whole-detached-tool-bar", &x_gtk_whole_detached_tool_bar, 5827 DEFVAR_BOOL ("x-gtk-whole-detached-tool-bar", &x_gtk_whole_detached_tool_bar,
5828 doc: /* *If non-nil, a detached tool bar is shown in full. 5828 doc: /* *If non-nil, a detached tool bar is shown in full.
5829 The default is to just show an arrow and pressing on that arrow shows 5829 The default is to just show an arrow and pressing on that arrow shows
5830 the tool bar buttons. */); 5830 the tool bar buttons. */);