369 B
369 B
title | id | weight | draft | author |
---|---|---|---|---|
darktable.gui.panel_visible | panel_visible | 130 | false | people |
function(
panel : types.dt_ui_panel_t
) : boolean
Determines if the specified panel is visible.
- panel - types.dt_ui_panel_t - The panel to check.
- return - boolean - true if the panel is visible, false if not