-
Notifications
You must be signed in to change notification settings - Fork 231
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
How to create menu #37
Comments
It is possible to create a menu using built-in libui classes - UiMenu and UiMenuItem. They are currently undocumented, but you can use the UiMenu.cc file for reference. After creating the menus, create a window with the "menu" attribute. Vuido doesn't have a concept of pages, but you can dynamically switch the content of the window, for example using the built-in |
You can find some documentation on the menu API here: |
Could you please give me an example how may I implement that |
This example creates some menu: https://github.com/parro-it/libui-napi/blob/master/example/core-api.js#L5 |
I would like to create a menu exm - File, Edit, View. Are there any option. Are there any page option where I can go one page to another
The text was updated successfully, but these errors were encountered: