graphix-package-gui 0.8.0

A dataflow language for UIs and network programming, GUI package
Documentation
1
2
3
4
5
let stack = |
  #width: &Length = &`Shrink,
  #height: &Length = &`Shrink,
  children: &Array<Widget>
| -> Widget `Stack({ children, width, height })