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"
10
#include "
gui/backend/gtk_widgets/region.h
"
11
17
21
void
22
chord_region_recreate_pango_layouts
(ChordRegion * self);
23
27
28
#endif
chord_region_recreate_pango_layouts
void chord_region_recreate_pango_layouts(ChordRegion *self)
Recreates the pango layout for drawing chord names inside the region.
region.h
Base widget class for Region's.
src
gui
backend
gtk_widgets
chord_region.h
Generated by
1.15.0