diff options
author | Eli Zaretskii <eliz@gnu.org> | 2017-07-22 12:02:16 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2017-07-22 12:02:16 +0300 |
commit | 47932ca9262f4f6fc29d95a4d08ad84608714e0e (patch) | |
tree | cd5eff0096bcab5692fd82c81a43888e81884022 /doc/emacs/xresources.texi | |
parent | 9c9e8bd660a5beb0d8dd3e85e1183babbf184cd1 (diff) | |
download | emacs-47932ca9262f4f6fc29d95a4d08ad84608714e0e.tar.gz |
Document the support for "scrollBar" X resource
* doc/emacs/xresources.texi (Table of Resources): Document the new
'scrollBar' setting.
* etc/NEWS: Document the new 'scrollBar' setting.
Diffstat (limited to 'doc/emacs/xresources.texi')
-rw-r--r-- | doc/emacs/xresources.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/emacs/xresources.texi b/doc/emacs/xresources.texi index 7e27ddd1d9a..eaefcee21c3 100644 --- a/doc/emacs/xresources.texi +++ b/doc/emacs/xresources.texi @@ -250,6 +250,11 @@ specified if @samp{off}. Gamma correction for colors, equivalent to the frame parameter @code{screen-gamma}. +@item @code{scrollBar} (class @code{ScrollBar}) +@cindex tool bar +If the value of this resource is @samp{off} or @samp{false} or +@samp{0}, Emacs disables Scroll Bar mode at startup (@pxref{Scroll Bars}). + @item @code{scrollBarWidth} (class @code{ScrollBarWidth}) @cindex scrollbar width The scroll bar width in pixels, equivalent to the frame parameter |