18 lines
260 B
Markdown
18 lines
260 B
Markdown
![]() |
---
|
||
|
title: darktable.gui.panel_hide
|
||
|
id: panel_hide
|
||
|
weight: 80
|
||
|
draft: false
|
||
|
author: "people"
|
||
|
---
|
||
|
|
||
|
```
|
||
|
function(
|
||
|
panel : types.dt_ui_panel_t
|
||
|
)
|
||
|
```
|
||
|
|
||
|
Hides the specified panel.
|
||
|
|
||
|
* **panel** - _[types.dt_ui_panel_t](../../types/dt_ui_panel_t)_ - The panel to hide.
|