Next: , Previous: Ignored Windows, Up: Windows


8.14 Maximizing Windows

The dimensions of a window may be temporarily maximized, stretching as far as possible across the screen in one or two dimensions.

— Command: maximize-window window &optional direction

Maximize both dimensions of window

If defined, direction may be either vertical or horizontal.

— Command: maximize-window-vertically window

Maximize the vertical dimension of window.

— Command: maximize-window-horizontally window

Maximize the horizontal dimension of window.

— Command: unmaximize-window window &optional direction

Restore the dimensions of window to its original, unmaximized, state.

If defined, direction may be either vertical or horizontal.

— Command: maximize-window-toggle window

Toggle the state of window between maximized and unmaximized.

If defined, direction may be either vertical or horizontal.

— Command: maximize-window-vertically-toggle window

Toggle the state of window between vertically maximized and unmaximized.

— Command: maximize-window-horizontally-toggle window

Toggle the state of window between horizontally maximized and unmaximized.

— Function: window-maximized-p window

Return t when window is in the maximized state.

— Function: window-maximized-vertically-p window

Return t when window is vertically maximized.

— Function: window-maximized-horizontally-p window

Return t when window is horizontally maximized.