docs: fix win.setContentView() arg type (#44478)
fix: setContentView type
This commit is contained in:
parent
a720c8daf6
commit
7cdf1a01b8
1 changed files with 1 additions and 1 deletions
|
@ -506,7 +506,7 @@ labeled as such.
|
||||||
|
|
||||||
#### `win.setContentView(view)`
|
#### `win.setContentView(view)`
|
||||||
|
|
||||||
* `view` [`View`](view.md)
|
* `view` [View](view.md)
|
||||||
|
|
||||||
Sets the content view of the window.
|
Sets the content view of the window.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue