Zrythm v2.0.0-DEV
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
chord_region.h
1// SPDX-FileCopyrightText: © 2019, 2024 Alexandros Theodotou <alex@zrythm.org>
2// SPDX-License-Identifier: LicenseRef-ZrythmLicense
3
4#ifndef __GUI_WIDGETS_CHORD_REGION_H__
5#define __GUI_WIDGETS_CHORD_REGION_H__
6
7#include "common/dsp/region.h"
8#include "common/utils/ui.h"
9#include "gui/backend/gtk_widgets/gtk_wrapper.h"
11
17
21void
23
27
28#endif
void chord_region_recreate_pango_layouts(ChordRegion *self)
Recreates the pango layout for drawing chord names inside the region.
Base widget class for Region's.