Liking cljdoc? Tell your friends :D

seesaw.layout

Functions for dealing with layouts. Prefer layout specific constructors in seesaw.core, e.g. border-panel.

Functions for dealing with layouts. Prefer layout specific constructors in seesaw.core, e.g. border-panel.
raw docstring

add!-implclj

(add!-impl container subject & more)
source

add-widgetclj

(add-widget c w)
(add-widget c w constraint)
source

add-widgetsclj

(add-widgets c ws)
source

border-layout-optionsclj

source

box-layoutclj

(box-layout dir)
source

box-layout-optionsclj

source

card-layout-optionsclj

source

default-items-optionclj

source

flow-layout-optionsclj

source

form-layout-optionsclj

source

grid-layoutclj

(grid-layout rows columns)
source

grid-layout-optionsclj

source

handle-structure-changeclj

(handle-structure-change container)

Helper. Revalidate and repaint a container after structure change

Helper. Revalidate and repaint a container after structure change
sourceraw docstring

LayoutManipulationcljprotocol

add!*clj

(add!* layout target widget constraint)

get-constraint*clj

(get-constraint* layout container widget)
source

nil-layout-optionsclj

source

realize-grid-bag-constraintsclj

(realize-grid-bag-constraints items)

INTERNAL USE ONLY. DO NOT USE.

Turn item specs into [widget constraint] pairs by successively applying options to GridBagConstraints

*INTERNAL USE ONLY. DO NOT USE.*

Turn item specs into [widget constraint] pairs by successively applying
options to GridBagConstraints
sourceraw docstring

remove!-implclj

(remove!-impl container subject & more)
source

replace!-implclj

(replace!-impl container old-widget new-widget)
source

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

× close