5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-06 00:50:34 +08:00
wails/v3/examples/window
Lea Anthony bf9e17a6c8
[WEP] Customise Window Titlebars (#3508)
* Add proposal.
Reference Mac implementation

* Add windows support. Update proposal.

* Update example

* Rename Active->Enable,Inactive->Disabled. Ensure window can get controls back after hiding close on windows. Added guide. Updated example.

* Add ExStyle option for setting titlebar style.

* Fix linux builds

* Tidy up
2024-06-08 13:42:27 +10:00
..
main.go [WEP] Customise Window Titlebars (#3508) 2024-06-08 13:42:27 +10: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