Mercurial > emacs
diff doc/lispref/frames.texi @ 109582:9c41ffa303a2
Add doc and NEWS for tool-bar-position.
* doc/emacs/frames.texi (Tool Bars): Add doc for tool-bar-position.
* doc/lispref/frames.texi (Layout Parameters): Add doc for tool-bar-position.
| author | Jan D. <jan.h.d@swipnet.se> |
|---|---|
| date | Thu, 29 Jul 2010 19:10:41 +0200 |
| parents | 71353caf35e3 |
| children | 0f3f756102ae |
line wrap: on
line diff
--- a/doc/lispref/frames.texi Thu Jul 29 18:49:59 2010 +0200 +++ b/doc/lispref/frames.texi Thu Jul 29 19:10:41 2010 +0200 @@ -677,6 +677,11 @@ means don't display a tool bar. (GTK and Nextstep allow at most one tool bar line; they treat larger values as 1.) +@item tool-bar-position +The position of the tool bar. Currently only for the GTK tool bar. +Value can be one of @code{top}, @code{bottom} @code{left}, @code{right}. +The default is @code{top}. + @item line-spacing Additional space to leave below each text line, in pixels (a positive integer). @xref{Line Height}, for more information.
