Update berry.ui
@@ -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. |
|
||||
|
||||
Reference in New Issue
Block a user