module Layout
Overview
A constraint based layout framework so you can draw stuff with ease.
Extended Modules
Defined in:
layout.crConstant Summary
-
VERSION =
"0.1.0"
Instance Method Summary
-
#solve(block : Block, solver : Kiwi::Solver)
Solves all of the
Primitive
values of a block and all of it's children. -
#solve(block : Block)
Solves all of the
Primitive
values of a block and all of it's children.
Macro Summary
-
constrain(data)
Provides a convenient DLS that converts a
Primitive
expression into aKiwi::Constraint
Instance Method Detail
Solves all of the Primitive
values of a block and all of it's children.
Solves all of the Primitive
values of a block and all of it's children.