Update berry.ui

2025-10-27 20:17:00 +11:00
parent 983204f1ab
commit 6c906a3020

@@ -72,4 +72,8 @@ Create a draggable window.
| `canResize` | `boolean` | Should you be able to resize the window? | `true` |
| `startHorizontal` | `string` | Where on the screen horizontally should the window start? Options: `left`, `centerleft`, `center`, `centerright`, `right` | `"center"` |
| `startVertical` | `string` | Where on the screen vertically should the window start? Options: `bottom`, `lowermiddle`, `middle`, `uppermiddle`, `top` | `"middle"` |
#### Returns
| Name | Type | Description |
| --- | --- | --- | --- |
| `window` | `Window` | A handle to the window from which you can call Python functions. |