Zrythm
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
marker.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: © 2019, 2021 Alexandros Theodotou <alex@zrythm.org>
3 *
4 * SPDX-License-Identifier: LicenseRef-ZrythmLicense
5 */
6
13#ifndef __GUI_WIDGETS_MARKER_H__
14#define __GUI_WIDGETS_MARKER_H__
15
17
18#include <gtk/gtk.h>
19
26#define MARKER_NAME_FONT "Bold 8"
27#define MARKER_NAME_PADDING 2
28
32void
34
38void
39marker_draw (Marker * self, GtkSnapshot * snapshot);
40
45#endif
void marker_recreate_pango_layouts(Marker *self)
Recreates the pango layouts for drawing.
void marker_draw(Marker *self, GtkSnapshot *snapshot)
Draws the given marker.
Marker for the MarkerTrack.
Definition marker.h:49
ArrangerObject related functions for the GUI.