-
Notifications
You must be signed in to change notification settings - Fork 950
New issue
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
Noob Question on Menus etc #427
Comments
Winit currently doesn't have an explicit API for handling window menus. On Windows, you can use the I have no idea how you'd handle menus on Linux, as I think that's handled by non-native widget APIs like GTK+ or Qt. There may be some way to set window menus that doesn't rely on a specific API, but I'm not all that familiar with Linux desktop development. |
Closing this, since we've decided that this is out of scope for Winit. |
Hey @Osspial Sorry if I'm misunderstanding something, I'm not yet familiar with the Cocoa API. I'm also trying to create a menu, and it looks like I need a reference to an |
If it's not exposed in the |
Document the rest of `pathfinder_content`
First - winit looks excellent. I'd like to use it to deliver a desktop app; but I need to be able to:
a) add native Menu support to the application
b) have those menus localized based on the User's OS language settings
Is this something I can do in winit, or do I need to extend it in some way?
Thx.
The text was updated successfully, but these errors were encountered: