5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-15 00:19:30 +08:00
wails/v3/examples/window
Lea Anthony 3d93c83920 Added menu cloning.
Introduced the ability to clone a menu, along with its submenus, in Linux-based web applications to create a full deep copy. This fixes reusing the application menu for window menus.
2024-03-06 11:42:19 -06:00
..
main.go Added menu cloning. 2024-03-06 11:42:19 -06:00
README.md Mac examples + readme updated 2023-10-17 20:25:36 +11:00

Window Example

This example is a demonstration of the Windows API.

Running the example

To run the example, simply run the following command:

go run .

Status

Platform Status
Mac
Windows Working
Linux