mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 22:55:48 +01:00
docs: fix doc typos (#3119)
(cherry picked from commit acf55033e2e7dabb480fa3c00e18f945fcc18d93)
This commit is contained in:
parent
5f412d0bfb
commit
aaa65ff7c2
3 changed files with 3 additions and 3 deletions
|
|
@ -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(width: number, height: number)`
|
||||
|
||||
### WindowSetSize 获取窗口尺寸
|
||||
### WindowGetSize 获取窗口尺寸
|
||||
|
||||
获取窗口的宽度和高度。
|
||||
|
||||
|
|
|
|||
|
|
@ -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)`
|
||||
|
||||
### WindowSetSize 获取窗口尺寸
|
||||
### WindowGetSize 获取窗口尺寸
|
||||
|
||||
获取窗口的宽度和高度。
|
||||
|
||||
|
|
|
|||
|
|
@ -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(width: number, height: number)`
|
||||
|
||||
### WindowSetSize 获取窗口尺寸
|
||||
### WindowGetSize 获取窗口尺寸
|
||||
|
||||
获取窗口的宽度和高度。
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue