From 55b3e2d35a7761f12e4882132b730d207dfd107f Mon Sep 17 00:00:00 2001 From: Lea Anthony Date: Sat, 3 Jun 2023 15:08:50 +1000 Subject: [PATCH] [v3 windows] Update STATUS.md --- v3/STATUS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v3/STATUS.md b/v3/STATUS.md index 023d2c8e0..6693d80c5 100644 --- a/v3/STATUS.md +++ b/v3/STATUS.md @@ -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 | |