Skip to main content

Module native

Module native 

Source
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§

NativeMenuMode
How a MenuBar built from a MenuModel behaves on macOS, where the convention is a global menu bar at the top of the screen rather than an in-window strip.