We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
if a Menu is activated after the Toolbar, it appears under the Toolbar
adding the MenuBar is done in
https://github.com/lytico/maui/blob/2dd6c244e49962085dbfe1274f0b54cb7c6c6ea3/src/Core/src/Handlers/Window/WindowHandler.Gtk.cs
https://github.com/lytico/maui/blob/f3115025f20296b558b831f856b105b0ac8fc7a7/src/Core/src/Platform/Gtk/WindowExtensions.cs
and at the end its added to
https://github.com/lytico/maui/blob/c46a28c62801519d44ac40df4fe14f8e3e00479a/src/Core/src/Platform/Gtk/NavigationView.cs
so implement something like IToolbarContainer: IMenuContainer
The text was updated successfully, but these errors were encountered:
No branches or pull requests
issue
if a Menu is activated after the Toolbar,
it appears under the Toolbar
hints
adding the MenuBar is done in
https://github.com/lytico/maui/blob/2dd6c244e49962085dbfe1274f0b54cb7c6c6ea3/src/Core/src/Handlers/Window/WindowHandler.Gtk.cs
https://github.com/lytico/maui/blob/f3115025f20296b558b831f856b105b0ac8fc7a7/src/Core/src/Platform/Gtk/WindowExtensions.cs
and at the end its added to
https://github.com/lytico/maui/blob/c46a28c62801519d44ac40df4fe14f8e3e00479a/src/Core/src/Platform/Gtk/NavigationView.cs
so implement something like IToolbarContainer: IMenuContainer
The text was updated successfully, but these errors were encountered: