{
"source": "adapter/config.rs",
"items": [
{
"name": "load_view_configs",
"kind": "fn",
"signature": "pub fn load_view_configs(&self, dir: &Path) -> Result<(), crate::view_config::ViewConfigError>",
"line": 7,
"doc": "Load all `*.rhai` files from `dir` and register as per-view configs.\nAuto-applied by the navigate handler on every nav event."
},
{
"name": "set_window_size",
"kind": "fn",
"signature": "pub fn set_window_size(&self, width: u32, height: u32)",
"line": 14,
"doc": "Resize the window (logical pixels)."
},
{
"name": "set_bg_style_str",
"kind": "fn",
"signature": "pub fn set_bg_style_str(&mut self, style: &str)",
"line": 19,
"doc": "Set the OS-level backdrop style (\"mica\" | \"acrylic\" | anything else → solid)."
}
]
}