id package:threepenny-gui

The width of lines. Default is 1.
creates a solid-color fillstyle
Data type representing a behavior (facts) and suggestions to change it (rumors).
Widgets are data types that have a visual representation.
Get an element by a particular ID.
Align given elements in a rectangular grid. Layout is achieved by using the CSS display:table property. The following element tree will be generated
<div class="table">
<div class="table-row">
<div class="table-cell"> ... </div>
<div class="table-cell"> ... </div>
</div>
<div class="table-row">
...
</div>
...
</div>
You can customatize the actual layout by assigning an id to the element and changing the .table, .table-row and table-column classes in a custom CSS file.
Smart constructor. Combine facts and rumors into Tidings.
Convenience synonym for return to make widgets work well with set.