(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
(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.
(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.
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close