20 lines
363 B
Markdown
20 lines
363 B
Markdown
![]() |
---
|
||
|
title: darktable.gui.panel_get_size
|
||
|
id: panel_get_size
|
||
|
weight: 70
|
||
|
draft: false
|
||
|
author: "people"
|
||
|
---
|
||
|
|
||
|
```
|
||
|
function(
|
||
|
panel : types.dt_ui_panel_t
|
||
|
):int
|
||
|
```
|
||
|
|
||
|
Gets the size in pixels of the specified panel. This only works for the left, right, and bottom
|
||
|
panels.
|
||
|
|
||
|
* **panel** - _[types.dt_ui_panel_t](../../types/dt_ui_panel_t)_ - The panel to get the size of.
|
||
|
|