WIP: native menubar using muda

Only the interpreter is implemented so far

MacOs won't work yet because we don't disable the default winit menubar

The viewer don't support removing the MenuBar yet
This commit is contained in:
Olivier Goffart 2024-12-04 17:44:45 +01:00
parent 9685af865a
commit 846664ad45
21 changed files with 391 additions and 31 deletions

View file

@ -570,6 +570,7 @@ fn gen_corelib(
"slint_windowrc_set_logical_size",
"slint_windowrc_set_physical_size",
"slint_windowrc_color_scheme",
"slint_windowrc_supports_native_menu_bar",
"slint_windowrc_default_font_size",
"slint_windowrc_dispatch_pointer_event",
"slint_windowrc_dispatch_key_event",