mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-13 15:39:31 +08:00
[v3 windows] Update STATUS.md
This commit is contained in:
parent
3433b8ce8f
commit
d021d885ca
18
v3/STATUS.md
18
v3/STATUS.md
@ -81,7 +81,7 @@ Webview Window Interface Methods
|
|||||||
|
|
||||||
| Feature | Windows | Linux | Mac | Notes |
|
| Feature | Windows | Linux | Mac | Notes |
|
||||||
|---------|---------|-------|-----|-------|
|
|---------|---------|-------|-----|-------|
|
||||||
| Quit | | | Y | |
|
| Quit | Y | | Y | |
|
||||||
| Hide | Y | | Y | |
|
| Hide | Y | | Y | |
|
||||||
| Show | Y | | Y | |
|
| Show | Y | | Y | |
|
||||||
|
|
||||||
@ -107,15 +107,15 @@ Webview Window Interface Methods
|
|||||||
|
|
||||||
| Feature | Windows | Linux | Mac | Notes |
|
| Feature | Windows | Linux | Mac | Notes |
|
||||||
|-----------------|---------|-------|-----|-------|
|
|-----------------|---------|-------|-----|-------|
|
||||||
| OpenContextMenu | | | Y | |
|
| OpenContextMenu | Y | | Y | |
|
||||||
|
|
||||||
### Screens
|
### Screens
|
||||||
|
|
||||||
| Feature | Windows | Linux | Mac | Notes |
|
| Feature | Windows | Linux | Mac | Notes |
|
||||||
|------------|---------|-------|-----|-------|
|
|------------|---------|-------|-----|-------|
|
||||||
| GetAll | Y | | Y | |
|
| GetAll | Y | | Y | |
|
||||||
| GetPrimary | | | Y | |
|
| GetPrimary | Y | | Y | |
|
||||||
| GetCurrent | | | Y | |
|
| GetCurrent | Y | | Y | |
|
||||||
|
|
||||||
### Window
|
### Window
|
||||||
|
|
||||||
@ -143,11 +143,11 @@ Webview Window Interface Methods
|
|||||||
| SetMaxSize | Y | | Y | |
|
| SetMaxSize | Y | | Y | |
|
||||||
| Width | Y | | Y | |
|
| Width | Y | | Y | |
|
||||||
| Height | Y | | Y | |
|
| Height | Y | | Y | |
|
||||||
| ZoomIn | | | Y | Increase view scale |
|
| ZoomIn | Y | | Y | Increase view scale |
|
||||||
| ZoomOut | | | Y | Decrease view scale |
|
| ZoomOut | Y | | Y | Decrease view scale |
|
||||||
| ZoomReset | | | Y | Reset view scale |
|
| ZoomReset | Y | | Y | Reset view scale |
|
||||||
| GetZoom | | | Y | Get current view scale |
|
| GetZoom | Y | | Y | Get current view scale |
|
||||||
| SetZoom | | | Y | Set view scale |
|
| SetZoom | Y | | Y | Set view scale |
|
||||||
| Screen | Y | | Y | Get screen for window |
|
| Screen | Y | | Y | Get screen for window |
|
||||||
|
|
||||||
### Window Options
|
### Window Options
|
||||||
|
Loading…
Reference in New Issue
Block a user