graphix-package-gui 0.9.0

A dataflow language for UIs and network programming, GUI package
Documentation
1
2
3
4
5
6
7
let grid = |
  #spacing: &f64 = &0.0,
  #columns: &GridColumns = &`Fixed(3),
  #width: &[f64, null] = &null,
  #height: &GridHeight = &`AspectRatio(1.0),
  children: &Array<Widget>
| -> Widget `Grid({ children, spacing, columns, width, height })