Liking cljdoc? Tell your friends :D

dk.salza.liq.window


buttom-adjacentclj

(buttom-adjacent windowlist)
sourceraw docstring

buttom-alignedclj

(buttom-aligned windowlist)
sourceraw docstring

createclj

(create name top left rows columns buffername)
source

delete-windowclj

(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

Takes a list of windows, and if possible
removes the first window and adjusts the
rest to fit the frame.

Not implemented yet
sourceraw docstring

enlarge-window-belowclj

(enlarge-window-below windowlist amount)
source

enlarge-window-rightclj

(enlarge-window-right windowlist amount)
source

get-buffernameclj

(get-buffername window)
source

get-columnsclj

(get-columns window)
source

get-leftclj

(get-left window)
source

get-nameclj

(get-name window)
source

get-rowsclj

(get-rows window)
source

get-topclj

(get-top window)
source

get-towidclj

(get-towid window buffer)

Top-of-window id

Top-of-window id
sourceraw docstring

left-adjacentclj

(left-adjacent windowlist)
sourceraw docstring

left-alignedclj

(left-aligned windowlist)
sourceraw docstring

right-adjacentclj

(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.

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.
sourceraw docstring

right-alignedclj

(right-aligned windowlist)
sourceraw docstring

shrink-window-belowclj

(shrink-window-below windowlist amount)
source

shrink-window-rightclj

(shrink-window-right windowlist amount)
source

split-window-belowclj

(split-window-below windowlist amount)

Amount integer then absolute, if decimal, like 0.5, 0.1, 0.9 then relative.

Amount integer then absolute,
if decimal, like 0.5, 0.1, 0.9 then
relative.
sourceraw docstring

split-window-rightclj

(split-window-right windowlist amount)

Amount integer then absolute, if decimal, like 0.5, 0.1, 0.9 then relative.

Amount integer then absolute,
if decimal, like 0.5, 0.1, 0.9 then
relative.
sourceraw docstring

top-adjacentclj

(top-adjacent windowlist)
sourceraw docstring

top-alignedclj

(top-aligned windowlist)
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close