graphix-package-gui 0.9.0

A dataflow language for UIs and network programming, GUI package
Documentation
1
2
3
4
5
6
7
8
let column = |
  #spacing: &f64 = &0.0,
  #padding: &Padding = &`All(0.0),
  #width: &Length = &`Shrink,
  #height: &Length = &`Shrink,
  #halign: &HAlign = &`Left,
  children: &Array<Widget>
| -> Widget `Column({ children, spacing, padding, width, height, halign })