5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-02 18:29:53 +08:00
Co-authored-by: Lea Anthony <lea.anthony@gmail.com>
This commit is contained in:
Miclle Zheng 2023-08-28 06:52:56 +08:00 committed by GitHub
parent 93a616ceef
commit fcfe278f95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -104,7 +104,7 @@ Go: `WindowIsNormal(ctx context.Context) bool`<br/> JS: `WindowIsNormal() bool`
Go: `WindowSetSize(ctx context.Context, width int, height int)`<br/> JS: `WindowSetSize(size: Size)` Go: `WindowSetSize(ctx context.Context, width int, height int)`<br/> JS: `WindowSetSize(size: Size)`
### WindowSetSize 获取窗口尺寸 ### WindowGetSize 获取窗口尺寸
获取窗口的宽度和高度。 获取窗口的宽度和高度。