graphix-package-gui 0.9.0

A dataflow language for UIs and network programming, GUI package
Documentation
1
2
3
4
5
6
let image = |
  #width: &Length = &`Shrink,
  #height: &Length = &`Shrink,
  #content_fit: &ContentFit = &`Contain,
  source: &ImageSource
| -> Widget `Image({ source, width, height, content_fit })