comparison lispref/frames.texi @ 42713:d977aa26f8f8

(Window Frame Parameters): Document the fullscreen parameter.
author Eli Zaretskii <eliz@gnu.org>
date Sun, 13 Jan 2002 11:50:39 +0000
parents 34f1a01f25fa
children 6fce183f6920
comparison
equal deleted inserted replaced
42712:dced9cd23927 42713:d977aa26f8f8
388 388
389 @item width 389 @item width
390 The width of the frame contents, in characters. (To get the height in 390 The width of the frame contents, in characters. (To get the height in
391 pixels, call @code{frame-pixel-width}; see @ref{Size and Position}.) 391 pixels, call @code{frame-pixel-width}; see @ref{Size and Position}.)
392 392
393 @item fullscreen
394 Specify that width, height or both shall be set to the size of the screen.
395 The value @code{fullwidth} specifies that width shall be the size of the
396 screen. The value @code{fullheight} specifies that height shall be the
397 size of the screen. The value @code{fullboth} specifies that both the
398 width and the height shall be set to the size of the screen.
399
393 @item window-id 400 @item window-id
394 The number of the window-system window used by the frame 401 The number of the window-system window used by the frame
395 to contain the actual Emacs windows. 402 to contain the actual Emacs windows.
396 403
397 @item outer-window-id 404 @item outer-window-id