comparison man/frames.texi @ 72971:2cb0784b791e

* frames.texi (Dialog Boxes): Document x-gtk-file-dialog-help-text.
author Jan Djärv <jan.h.d@swipnet.se>
date Mon, 18 Sep 2006 16:59:50 +0000
parents eb822f6f8d06
children 81a0345d360d
comparison
equal deleted inserted replaced
72970:7bd8e44a9cda 72971:2cb0784b791e
945 variable @code{x-gtk-show-hidden-files} controls whether to show 945 variable @code{x-gtk-show-hidden-files} controls whether to show
946 hidden files by default. 946 hidden files by default.
947 947
948 @vindex x-gtk-use-old-file-dialog 948 @vindex x-gtk-use-old-file-dialog
949 For Gtk+ version 2.4 through 2.10, you can make Emacs use the old file dialog 949 For Gtk+ version 2.4 through 2.10, you can make Emacs use the old file dialog
950 by setting the variable @code{x-gtk-use-old-file-dialog} to a non-@code{nil} 950 (gtk-file-selector) by setting the variable @code{x-gtk-use-old-file-dialog}
951 value. If Emacs is built with a Gtk+ version that has only one file dialog, 951 to a non-@code{nil} value. Otherwise the gtk-file-chooser will be used.
952 If Emacs is built with a Gtk+ version that has only one file dialog,
952 the setting of this variable has no effect. 953 the setting of this variable has no effect.
954
955 @vindex x-gtk-file-dialog-help-text
956 Emacs will by default add some help text to the Gtk+ file chooser dialog.
957 If you don't want to see that text, you can customize the variable
958 @code{x-gtk-file-dialog-help-text}. A @code{nil} value will disable the
959 help text.
953 960
954 @node Tooltips 961 @node Tooltips
955 @section Tooltips 962 @section Tooltips
956 @cindex tooltips 963 @cindex tooltips
957 964