Pudu programming language
Menu
API reference

Std.Ui.Menu.native

1 declaration

fn

native: &Array[Std.Ui.Menu.Menu] -> &Std.Ui.Keymap.Keymap -> Str

The bar as the records the desktop adapter builds the platform's menu bar from, depth first: menu, depth, title; command, depth, name, chord, title; separator, depth.

The chord is the command's first binding with mod resolved to cmd, the only native menu bar being Apple's.

Back to Std.Ui.MenuSearch related declarations