docs: fix win.getContentView(
) return type (#44464)
docs: fix win.getContentView() return type Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>
This commit is contained in:
parent
758c5a25f8
commit
b11c6cf9bf
1 changed files with 2 additions and 2 deletions
|
@ -506,13 +506,13 @@ labeled as such.
|
|||
|
||||
#### `win.setContentView(view)`
|
||||
|
||||
* `view` [View](view.md)
|
||||
* `view` [`View`](view.md)
|
||||
|
||||
Sets the content view of the window.
|
||||
|
||||
#### `win.getContentView()`
|
||||
|
||||
Returns [View](view.md) - The content view of the window.
|
||||
Returns [`View`](view.md) - The content view of the window.
|
||||
|
||||
#### `win.destroy()`
|
||||
|
||||
|
|
Loading…
Reference in a new issue