Files

26 lines
508 B
Plaintext
Raw Permalink Normal View History

2021-09-27 19:35:30 +10:00
---
sidebar_position: 6
---
# Menu
These methods are related to the application menu.
2022-11-28 17:13:22 +08:00
:::info JavaScript
Menu is currently unsupported in the JS runtime.
2021-09-27 19:35:30 +10:00
:::
### MenuSetApplicationMenu
2022-08-27 11:17:03 +10:00
Sets the application menu to the given [menu](../menus.mdx).
2021-09-27 19:35:30 +10:00
2022-08-27 11:17:03 +10:00
Go: `MenuSetApplicationMenu(ctx context.Context, menu *menu.Menu)`
2021-09-27 19:35:30 +10:00
### MenuUpdateApplicationMenu
2021-09-27 19:35:30 +10:00
Updates the application menu, picking up any changes to the menu passed to `MenuSetApplicationMenu`.
2022-08-27 11:17:03 +10:00
Go: `MenuUpdateApplicationMenu(ctx context.Context)`