From 6c906a3020155585d28edc262092453ed819dd9b Mon Sep 17 00:00:00 2001 From: SpookyDervish Date: Mon, 27 Oct 2025 20:17:00 +1100 Subject: [PATCH] Update berry.ui --- berry.ui.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/berry.ui.md b/berry.ui.md index 9934828..780188e 100644 --- a/berry.ui.md +++ b/berry.ui.md @@ -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. |