docs: document View.removeChildView edge case (#43673)

This commit is contained in:
Niklas Wenzel 2024-09-16 11:32:03 +02:00 committed by GitHub
parent 1c3a5ba5d1
commit 8f0dffea9e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -55,6 +55,8 @@ it becomes the topmost view.
* `view` View - Child view to remove.
If the view passed as a parameter is not a child of this view, this method is a no-op.
#### `view.setBounds(bounds)`
* `bounds` [Rectangle](structures/rectangle.md) - New bounds of the View.