comparison lispref/frames.texi @ 68410:c27d8d7e14fd

(Layout Parameters): border-width and internal-border-width belong to the frame, not the window.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 27 Jan 2006 18:34:15 +0000
parents e836425ee789
children 73b90bd1d0b0 7432ca837c8d
comparison
equal deleted inserted replaced
68409:7ca2eae4cee2 68410:c27d8d7e14fd
464 These frame parameters enable or disable various parts of the 464 These frame parameters enable or disable various parts of the
465 frame, or control their sizes. 465 frame, or control their sizes.
466 466
467 @table @code 467 @table @code
468 @item border-width 468 @item border-width
469 The width in pixels of the window border. 469 The width in pixels of the frame's border.
470 470
471 @item internal-border-width 471 @item internal-border-width
472 The distance in pixels between text and border. 472 The distance in pixels between text and the frame's border.
473 473
474 @item vertical-scroll-bars 474 @item vertical-scroll-bars
475 Whether the frame has scroll bars for vertical scrolling, and which side 475 Whether the frame has scroll bars for vertical scrolling, and which side
476 of the frame they should be on. The possible values are @code{left}, 476 of the frame they should be on. The possible values are @code{left},
477 @code{right}, and @code{nil} for no scroll bars. 477 @code{right}, and @code{nil} for no scroll bars.