graphix-package-tui 0.9.0

A dataflow language for UIs and network programming, TUI package
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
let line_gauge = |
  #filled_style: &[Style, null] = &null,
  #filled_symbol: &[string, null] = &null,
  #label: &[Line, null] = &null,
  #style: &[Style, null] = &null,
  #unfilled_style: &[Style, null] = &null,
  #unfilled_symbol: &[string, null] = &null,
  ratio: &f64
| -> Tui `LineGauge({
    filled_style,
    filled_symbol,
    label,
    ratio,
    style,
    unfilled_style,
    unfilled_symbol
})