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": "dsl/apply.rs",
  "items": [
    {
      "name": "apply",
      "kind": "fn",
      "signature": "pub fn apply(ui: &AppWindow, dsl: &AppDsl)",
      "line": 8,
      "doc": "Apply a validated `AppDsl` to an `AppWindow`.\nAll composition rules already satisfied — this is pure wiring, no validation."
    }
  ]
}