luadocs/content/lua.api.manual/darktable/gui/panel_get_size.md

20 lines
363 B
Markdown
Raw Normal View History

---
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.