5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-10 03:10:30 +08:00

[v3 windows] Update STATUS.md

This commit is contained in:
Lea Anthony 2023-06-03 15:08:50 +10:00
parent 6b926ec463
commit 55b3e2d35a
No known key found for this signature in database
GPG Key ID: 33DAF7BB90A58405

View File

@ -48,13 +48,13 @@ Webview Window Interface Methods
| on(eventID uint) | Y | | Y | |
| openContextMenu(menu *Menu, data *ContextMenuData) | | | Y | |
| position() (int, int) | Y | | Y | |
| reload() | | | Y | |
| reload() | Y | | Y | |
| run() | Y | | Y | |
| setAlwaysOnTop(alwaysOnTop bool) | Y | | Y | |
| setBackgroundColour(color RGBA) | Y | | Y | |
| setFrameless(bool) | | | Y | |
| setFullscreenButtonEnabled(enabled bool) | - | | Y | There is no fullscreen button in Windows |
| setHTML(html string) | | | Y | |
| setHTML(html string) | Y | | Y | |
| setMaxSize(width, height int) | Y | | Y | |
| setMinSize(width, height int) | Y | | Y | |
| setPosition(x int, y int) | Y | | Y | |