API for seesaw.mig - Seesaw

by Dave Ray

Full namespace name: seesaw.mig

Overview

MigLayout support for Seesaw

Public Variables and Functions



mig-panel

function
Usage: (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)
Logo & site design by Tom Hickey.
Clojure auto-documentation system by Tom Faulhaber.