19 lines
369 B
Markdown
19 lines
369 B
Markdown
![]() |
---
|
||
|
title: darktable.gui.panel_visible
|
||
|
id: panel_visible
|
||
|
weight: 130
|
||
|
draft: false
|
||
|
author: "people"
|
||
|
---
|
||
|
|
||
|
```
|
||
|
function(
|
||
|
panel : types.dt_ui_panel_t
|
||
|
) : boolean
|
||
|
```
|
||
|
|
||
|
Determines if the specified panel is visible.
|
||
|
|
||
|
* **panel** - _[types.dt_ui_panel_t](../../types/dt_ui_panel_t)_ - The panel to check.
|
||
|
* **return** - _boolean_ - true if the panel is visible, false if not
|