mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 02:39:28 +00:00
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:
parent
9685af865a
commit
846664ad45
21 changed files with 391 additions and 31 deletions
|
@ -79,6 +79,10 @@ public:
|
|||
{
|
||||
return slint_windowrc_color_scheme(&inner);
|
||||
}
|
||||
bool supports_native_menu_bar() const
|
||||
{
|
||||
return slint_windowrc_supports_native_menu_bar(&inner);
|
||||
}
|
||||
|
||||
bool text_input_focused() const { return slint_windowrc_get_text_input_focused(&inner); }
|
||||
void set_text_input_focused(bool value) const
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue