5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-13 23:49:35 +08:00

[v3 windows] Update STATUS.md

This commit is contained in:
Lea Anthony 2023-06-04 14:08:27 +10:00
parent 3433b8ce8f
commit d021d885ca
No known key found for this signature in database
GPG Key ID: 33DAF7BB90A58405

View File

@ -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