darktable.gui.panel_visible

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