slint-ui-templates 0.1.0

Composable Slint UI building blocks — mother-child pattern, token-driven
Documentation
{
  "source": "pal/mod.rs",
  "items": [
    {
      "name": "is_dark_mode",
      "kind": "fn",
      "signature": "pub(crate) fn is_dark_mode() -> bool { false }  /// Apply OS-level backdrop to a Slint window. /// No-op when `style == BgStyle::Solid` or on non-Windows platforms. pub fn apply_backdrop(window: &slint::Window, style: BgStyle)",
      "line": 23,
      "doc": "Fallback dark-mode check for non-Windows platforms (always returns false)."
    },
    {
      "name": "apply_backdrop",
      "kind": "fn",
      "signature": "pub fn apply_backdrop(window: &slint::Window, style: BgStyle)",
      "line": 27,
      "doc": "Apply OS-level backdrop to a Slint window.\nNo-op when `style == BgStyle::Solid` or on non-Windows platforms."
    }
  ]
}