Liking cljdoc? Tell your friends :D

seesaw.mig

MigLayout support for Seesaw

MigLayout support for Seesaw
raw docstring

mig-layout-optionsclj

source

mig-panelclj

(mig-panel & opts)

Construct a panel with a MigLayout. Takes one special property:

:constraints ["layout constraints" "column constraints" "row constraints"]

These correspond to the three constructor arguments to MigLayout. A vector of 0, 1, 2, or 3 constraints can be given.

The format of the :items property is a vector of [widget, constraint] pairs. For example:

:items [[ "Propeller" "split, span, gaptop 10"]]

See: http://www.miglayout.com (seesaw.core/default-options)

Construct a panel with a MigLayout. Takes one special property:

    :constraints ["layout constraints" "column constraints" "row constraints"]

These correspond to the three constructor arguments to MigLayout.
A vector of 0, 1, 2, or 3 constraints can be given.

The format of the :items property is a vector of [widget, constraint] pairs.
For example:

  :items [[ "Propeller"        "split, span, gaptop 10"]]

See:
  http://www.miglayout.com
  (seesaw.core/default-options)
sourceraw docstring

mig-panel-optionsclj

source

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

× close