dk.salza.liq.window

buttom-adjacent

(buttom-adjacent windowlist)

buttom-aligned

(buttom-aligned windowlist)

create

(create name top left rows columns buffername)

delete-window

(delete-window windowlist)
Takes a list of windows, and if possible
removes the first window and adjusts the
rest to fit the frame.

Not implemented yet

enlarge-window-below

(enlarge-window-below windowlist amount)

enlarge-window-right

(enlarge-window-right windowlist amount)

get-buffername

(get-buffername window)

get-columns

(get-columns window)

get-left

(get-left window)

get-name

(get-name window)

get-rows

(get-rows window)

get-top

(get-top window)

get-towid

(get-towid window buffer)
Top-of-window id

left-adjacent

(left-adjacent windowlist)

left-aligned

(left-aligned windowlist)

right-adjacent

(right-adjacent windowlist)
Returns a list of windows where
where the left border is adjacent to
the right border of the first window.
If now windows do that and empty list
is returned.

right-aligned

(right-aligned windowlist)

shrink-window-below

(shrink-window-below windowlist amount)

shrink-window-right

(shrink-window-right windowlist amount)

split-window-below

(split-window-below windowlist amount)
Amount integer then absolute,
if decimal, like 0.5, 0.1, 0.9 then
relative.

split-window-right

(split-window-right windowlist amount)
Amount integer then absolute,
if decimal, like 0.5, 0.1, 0.9 then
relative.

top-adjacent

(top-adjacent windowlist)

top-aligned

(top-aligned windowlist)