5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-10 22:19:46 +08:00
wails/v3/examples/window
Lea Anthony 5cde12b42a
Refactored Events (#3731)
Experimental rename
2024-09-07 16:39:02 +10:00
..
main.go Refactored Events (#3731) 2024-09-07 16:39:02 +10:00
README.md Mac examples + readme updated 2023-10-17 20:25:36 +11:00
windows.go Fix non-windows build issues 2024-06-09 08:28:38 +10: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