slint-ui-templates 0.1.0

Composable Slint UI building blocks — mother-child pattern, token-driven
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
{
  "source": "bindings/rhai/dsl.rs",
  "items": [
    {
      "name": "register",
      "kind": "fn",
      "signature": "pub fn register(engine: &mut Engine, adapter: Rc<RefCell<AppAdapter>>)",
      "line": 11,
      "doc": "Register DSL API functions into the Rhai engine: nav, toolbar, window size, bg style."
    }
  ]
}