mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-10 05:02:36 +08:00
[v3 windows] Update STATUS.md
This commit is contained in:
parent
6b926ec463
commit
55b3e2d35a
@ -48,13 +48,13 @@ Webview Window Interface Methods
|
|||||||
| on(eventID uint) | Y | | Y | |
|
| on(eventID uint) | Y | | Y | |
|
||||||
| openContextMenu(menu *Menu, data *ContextMenuData) | | | Y | |
|
| openContextMenu(menu *Menu, data *ContextMenuData) | | | Y | |
|
||||||
| position() (int, int) | Y | | Y | |
|
| position() (int, int) | Y | | Y | |
|
||||||
| reload() | | | Y | |
|
| reload() | Y | | Y | |
|
||||||
| run() | Y | | Y | |
|
| run() | Y | | Y | |
|
||||||
| setAlwaysOnTop(alwaysOnTop bool) | Y | | Y | |
|
| setAlwaysOnTop(alwaysOnTop bool) | Y | | Y | |
|
||||||
| setBackgroundColour(color RGBA) | Y | | Y | |
|
| setBackgroundColour(color RGBA) | Y | | Y | |
|
||||||
| setFrameless(bool) | | | Y | |
|
| setFrameless(bool) | | | Y | |
|
||||||
| setFullscreenButtonEnabled(enabled bool) | - | | Y | There is no fullscreen button in Windows |
|
| 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 | |
|
| setMaxSize(width, height int) | Y | | Y | |
|
||||||
| setMinSize(width, height int) | Y | | Y | |
|
| setMinSize(width, height int) | Y | | Y | |
|
||||||
| setPosition(x int, y int) | Y | | Y | |
|
| setPosition(x int, y int) | Y | | Y | |
|
||||||
|
Loading…
Reference in New Issue
Block a user