Note how fullscreen differs on the NS port
doc/lispref/frames.texi (Size Parameters): doc/emacs/frames.texi (Tool Bars): Add a description of how macOS hides the tool-bar and menu-bar in fullscreen.
This commit is contained in:
parent
0f24ad7b81
commit
1d1f30104c
2 changed files with 10 additions and 0 deletions
|
@ -1153,6 +1153,12 @@ specific tool bar style, customize the variable @code{tool-bar-style}.
|
|||
bar with the frame parameter @code{tool-bar-position}. @xref{Frame
|
||||
Parameters,,, elisp, The Emacs Lisp Reference Manual}.
|
||||
|
||||
NS builds consider the tool bar to be a window decoration, and
|
||||
therefore do not display it when a window is undecorated. @xref{Frame
|
||||
Parameters,,, elisp, The Emacs Lisp Reference Manual}. On macOS the
|
||||
tool bar is hidden when the frame is put into fullscreen, but can be
|
||||
displayed by moving the mouse pointer to the top of the screen.
|
||||
|
||||
@node Dialog Boxes
|
||||
@section Using Dialog Boxes
|
||||
@cindex dialog boxes
|
||||
|
|
|
@ -1602,6 +1602,10 @@ managers might not support smooth transition between the various
|
|||
full-screen or maximization states. Customizing the variable
|
||||
@code{x-frame-normalize-before-maximize} can help to overcome that.
|
||||
|
||||
Full-screen on macOS hides both the tool-bar and the menu-bar, however
|
||||
both will be displayed if the mouse pointer is moved to the top of the
|
||||
screen.
|
||||
|
||||
@vindex fullscreen-restore, a frame parameter
|
||||
@item fullscreen-restore
|
||||
This parameter specifies the desired fullscreen state of the frame
|
||||
|
|
Loading…
Add table
Reference in a new issue