The dimensions of a window may be temporarily maximized, stretching as far as possible across the screen in one or two dimensions.
| maximize-window window &optional direction | Command |
|
Maximize both dimensions of window
If defined, direction may be either |
| maximize-window-vertically window | Command |
| Maximize the vertical dimension of window. |
| maximize-window-horizontally window | Command |
| Maximize the horizontal dimension of window. |
| unmaximize-window window &optional direction | Command |
|
Restore the dimensions of window to its original, unmaximized,
state.
If defined, direction may be either |
| maximize-window-toggle window | Command |
|
Toggle the state of window between maximized and unmaximized.
If defined, direction may be either |
| maximize-window-vertically-toggle window | Command |
| Toggle the state of window between vertically maximized and unmaximized. |
| maximize-window-horizontally-toggle window | Command |
| Toggle the state of window between horizontally maximized and unmaximized. |
| window-maximized-p window | Function |
Return t when window is in the maximized state.
|
| window-maximized-vertically-p window | Function |
Return t when window is vertically maximized.
|
| window-maximized-horizontally-p window | Function |
Return t when window is horizontally maximized.
|