diff man/cmdargs.texi @ 34221:e31ac0d22ff8

*** empty log message ***
author Dave Love <fx@gnu.org>
date Tue, 05 Dec 2000 19:18:23 +0000
parents 4c7241b226fc
children 94d46968a93f
line wrap: on
line diff
--- a/man/cmdargs.texi	Tue Dec 05 19:18:06 2000 +0000
+++ b/man/cmdargs.texi	Tue Dec 05 19:18:23 2000 +0000
@@ -975,6 +975,12 @@
 @item @code{menuBar} (class @code{MenuBar})
 Give frames menu bars if @samp{on}; don't have menu bars if @samp{off}.
 
+@item @code{toolBar} (class @code{ToolBar})
+Controls how may lines to reserve for the tool bar.  A zero value
+suppresses the tool bar.  If the value is non-zero and
+@code{auto-resize-tool-bars} is non-nil the tool bar's size will be
+changed automatically so that all tool bar items are visible.
+
 @item @code{minibuffer} (class @code{Minibuffer})
 If @samp{none}, don't make a minibuffer in this frame.
 It will use a separate minibuffer frame instead.