diff --git a/v3/STATUS.md b/v3/STATUS.md index 552707c66..528080052 100644 --- a/v3/STATUS.md +++ b/v3/STATUS.md @@ -55,7 +55,7 @@ Webview Window Interface Methods | nativeWindowHandle() (uintptr, error) | Y | Y | | | | on(eventID uint) | y | | Y | | | openContextMenu(menu *Menu, data *ContextMenuData) | y | | Y | | -| position() (int, int) | Y | Y | Y | | +| relativePosition() (int, int) | Y | Y | Y | | | reload() | y | Y | Y | | | run() | Y | Y | Y | | | setAlwaysOnTop(alwaysOnTop bool) | Y | Y | Y | | @@ -66,7 +66,7 @@ Webview Window Interface Methods | setHTML(html string) | Y | Y | Y | | | setMaxSize(width, height int) | Y | Y | Y | | | setMinSize(width, height int) | Y | Y | Y | | -| setPosition(x int, y int) | Y | Y | Y | | +| setRelativePosition(x int, y int) | Y | Y | Y | | | setResizable(resizable bool) | Y | Y | Y | | | setSize(width, height int) | Y | Y | Y | | | setTitle(title string) | Y | Y | Y | | @@ -120,11 +120,13 @@ Webview Window Interface Methods | On By Default | | | | | | Control via HTML | Y | | | | -The default context menu is enabled by default for all elements that are `contentEditable: true`, `` or `