5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-19 02:19:31 +08:00
wails/v3/examples
Lea Anthony 471d626043
Add control to disable window buttons on Mac
Three new options have been introduced in the application options for MacOS to disable the minimize, maximize, and close buttons on the window. Corresponding functionality has been added in the webview window for darwin to handle these new options. These changes have been showcased in the window example main.go file.
2024-02-08 08:31:58 +11:00
..
binding [windows] Improved focus handling 2023-12-30 23:34:53 +01:00
build [v3 examples/build] Taskfile update 2023-11-06 10:41:14 -06:00
clipboard Mac examples + readme updated 2023-10-17 20:25:36 +11:00
contextmenus Mac examples + readme updated 2023-10-17 20:25:36 +11:00
dev [v3 examples] go.* update 2023-11-06 10:41:14 -06:00
dialogs Improve default taskfile 2023-11-16 22:59:04 +11:00
drag-n-drop [windows] Drag-n-drop support 2023-10-21 11:21:10 +11:00
events Fix context menu issues. 2023-10-10 21:48:47 +11:00
frameless Update compiled runtime 2024-01-31 21:39:46 +11:00
hide-window [V3/macos] Fix systray click handling when no attached window (#3207) 2024-01-17 22:36:22 +11:00
keybindings Mac examples + readme updated 2023-10-17 20:25:36 +11:00
menu Initial menu item bitmap support 2023-10-22 09:32:04 +11:00
oauth Add BrowserOpenURL and BrowserOpenFile to App. 2023-10-11 20:23:59 +11:00
plain Mac examples + readme updated 2023-10-17 20:25:36 +11:00
plugins [v3 linux] show dev tools if OpenInspectorAtStartup=true 2023-11-06 12:04:20 -06:00
screen Mac examples + readme updated 2023-10-17 20:25:36 +11:00
server [v3 examples] go.* update 2023-11-06 10:41:14 -06:00
systray [v3 linux] dbus menu icon support 2023-10-26 16:56:06 -05:00
video [darwin] Support Ignore mouse events 2023-10-29 20:29:45 +11:00
window Add control to disable window buttons on Mac 2024-02-08 08:31:58 +11:00
wml Update compiled runtime 2024-01-31 21:39:46 +11:00
linux_status.org add linux status for examples 2023-11-06 10:49:14 -06:00
README.md Improve documentation 2023-12-13 22:40:35 +11:00

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>