mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-05 00:49:29 +08:00
![]() * 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 |
||
---|---|---|
.. | ||
binding | ||
build | ||
clipboard | ||
contextmenus | ||
dev | ||
dialogs | ||
drag-n-drop | ||
environment | ||
events | ||
frameless | ||
hide-window | ||
keybindings | ||
menu | ||
plain | ||
plugins | ||
screen | ||
show-macos-toolbar | ||
systray | ||
video | ||
window | ||
window-api | ||
wml | ||
linux_status.org | ||
README.md |
v3
NOTE: The examples in this directory may or may not compile / run at any given time during alpha development.
Running the examples
cd v3/examples/<example>
go mod tidy
go run .
Compiling the examples
cd v3/examples/<example>
go mod tidy
go build
./<example>