make-toggling-winop -- Returns a procedure which takes a window WIN and toggles a property of it.
close-window -- Close WIN either by deleting it or destroying it.
focus-or-toggle-raise -- Focus on WIN if it does not have the focus, else toggle-raise WIN.
hide-titlebar-in-place -- Turn off display of the titlebar for WIN without moving the client window.
show-titlebar-in-place -- Turn on display of the titlebar for WIN without moving the client window.
hide-side-decorations -- Do not display the sidebar decorations for WIN.
show-side-decorations -- Display the sidebar decorations for WIN.
maximize -- Maximize WIN to new pixel width NW and new pixel height NH.
maximized? -- Return #t if WIN is maximized, #f otherwise.
unmaximize -- Unmaximize WIN so it returns to its size/position before maximization.
toggle-maximize -- Maximize to width NW, height NH if not maximized, or unmaximize.
window-frame-area -- Return the area of WIN's frame in square pixels.
default-resize-opaquely? -- Return #t if WIN has area <= *opaque-resize-percent* of the screen, else #f.
default-move-opaquely? -- Return #t if WIN has area <= *opaque-move-percent* of the screen, else #f.
interactive-move -- Move WINDOW interactively and possibly opaquely.
interactive-resize -- Resize WINDOW interactively and possibly opaquely.
resize-window -- Resize WIN's client area to a size of W by H in pixels.
sort-windows-by-middle-pos -- Sort WINLIST (a list of windows) by their middle positioins.
next-visible-non-iconified-window -- Switch focus to the next visible and not iconified window.
prev-visible-non-iconified-window -- Switch focus to the previous visible and not iconified window.
resize-quarterscreen -- Resize the current window with the pointer to 1/4 of the screen.
resize-halfscreen -- Resize the current window with the pointer to full height and half the screen size in width.
resize-fullscreen -- Resize the current window with the pointer to 90% of the full screen size.
interactive-set-window-gravity! -- Permit user to click on an area of a window and anchor that nonant.
nonant->gravity -- Return a gravity symbol given NONANT in [0,8].
interactive-move-window-with-focus -- Interactively move the window which currently has the focus.
interactive-resize-window-with-focus -- Interactively resize the window which currently has the focus.
interactive-move-window-with-pointer -- Interactively move the window which currently contains the pointer.
interactive-resize-window-with-pointer -- Interactively resize the window which currently contains the pointer.
toggle-maximize-vertical -- Toggle the current window's maximized-vertically state.
toggle-maximize-horizontal -- Toggle the WIN's maximized-horizontally state.
toggle-maximize-both -- Toggle the WIN's maximization (both vertically and horizontally).
toggle-maximize-vertical-part -- Toggle the WIN's maximization-vertically to 95% of the screen height.
maximize-vertical -- Maximize WIN vertically.
maximize-horizontal -- Maximize WIN horizontally.
maximize-both -- Maximize WIN both horizontally and vertically.
focus-change-warp-pointer -- Deiconify, focus, raise, and warp-to WIN.
warp-placement -- Return a list, (%x %y), for the desired pointer placement for WIN.
toggle-focus -- Focus window that had the focus before the current one.