docs: fix win.getContentView(
) return type (#44465)
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
b4a5684493
commit
318a8dcd22
1 changed files with 2 additions and 2 deletions
|
@ -481,13 +481,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