diff options
| author | Martin Rudalics | 2014-03-05 14:50:48 +0100 |
|---|---|---|
| committer | Martin Rudalics | 2014-03-05 14:50:48 +0100 |
| commit | e1a2cb1ce53d6c59e8c2d56bbdee8aac2e8151b1 (patch) | |
| tree | 3fd66c8e39dd35fd2d7cad9efe15130b1db7cd09 /doc/lispref/frames.texi | |
| parent | 6bf67038d90f120d6039baa10ec30662339fe496 (diff) | |
| download | emacs-e1a2cb1ce53d6c59e8c2d56bbdee8aac2e8151b1.tar.gz emacs-e1a2cb1ce53d6c59e8c2d56bbdee8aac2e8151b1.zip | |
Various window code related fixes and documentation changes.
* dispnew.c (change_frame_size_1): Add new_lines instead of
new_height, the latter may be still zero if passed as such.
* window.c (Fwindow_pixel_height): Mention bottom divider in
doc-string.
* window.el (window-min-height, window-min-width): Rewrite
doc-strings.
(window-body-size): Add PIXELWISE argument to make it consistent
with its callees.
* display.texi (Window Dividers): New section.
* frames.texi (Layout Parameters): Add right-divider-width and
bottom-divider-width.
* windows.texi (Window Sizes): Redraw schematic and rewrite its
description. Rewrite descriptions of `window-total-height',
`window-total-width', `window-total-size', `window-body-height',
`window-body-width' and `window-size-fixed'. Add descriptions
for `window-pixel-height', `window-pixel-width',
`window-min-height' and `window-min-width'. Remove description
of `window-size-fixed-p' moving part of it to that of
`window-size-fixed'.
(Resizing Windows): Mention dividers when talking about minimum
sizes.
Diffstat (limited to 'doc/lispref/frames.texi')
| -rw-r--r-- | doc/lispref/frames.texi | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/lispref/frames.texi b/doc/lispref/frames.texi index 439f9686733..9ebc6c1adc2 100644 --- a/doc/lispref/frames.texi +++ b/doc/lispref/frames.texi | |||
| @@ -745,6 +745,18 @@ right fringe. However, you can force one fringe or the other to a | |||
| 745 | precise width by specifying that width as a negative integer. If both | 745 | precise width by specifying that width as a negative integer. If both |
| 746 | widths are negative, only the left fringe gets the specified width. | 746 | widths are negative, only the left fringe gets the specified width. |
| 747 | 747 | ||
| 748 | @vindex right-divider-width, a frame parameter | ||
| 749 | @item right-divider-width | ||
| 750 | The width of the right divider (@pxref{Window Dividers}) of any window | ||
| 751 | on the frame, in pixels. A value of zero means to not draw right | ||
| 752 | dividers. | ||
| 753 | |||
| 754 | @vindex bottom-divider-width, a frame parameter | ||
| 755 | @item bottom-divider-width | ||
| 756 | The width of the bottom divider (@pxref{Window Dividers}) of any window | ||
| 757 | on the frame, in pixels. A value of zero means to not draw bottom | ||
| 758 | dividers. | ||
| 759 | |||
| 748 | @vindex menu-bar-lines frame parameter | 760 | @vindex menu-bar-lines frame parameter |
| 749 | @item menu-bar-lines | 761 | @item menu-bar-lines |
| 750 | The number of lines to allocate at the top of the frame for a menu | 762 | The number of lines to allocate at the top of the frame for a menu |