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": "pal/dark_mode.rs",
  "items": [
    {
      "name": "is_dark_mode",
      "kind": "fn",
      "signature": "pub(crate) fn is_dark_mode() -> bool",
      "line": 3,
      "doc": "Check if Windows is in dark mode by querying the registry."
    }
  ]
}