Expand description
Bridge from a MenuModel to the platform native menu (teksilo-platform’s
[NativeMenuHandle]).
Resolves the model into a plain [NativeMenuSnapshot] (titles localized +
mnemonic-stripped, shortcuts resolved to key equivalents), installs it for
the current window, and wires reactive Signals so a toggled check or a
disabled item updates the native item in place.
Enums§
- Native
Menu Mode - How a
MenuBarbuilt from aMenuModelbehaves on macOS, where the convention is a global menu bar at the top of the screen rather than an in-window strip.