Zrythm
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
arranger_draw.h
Go to the documentation of this file.
1// SPDX-FileCopyrightText: © 2018-2020 Alexandros Theodotou <alex@zrythm.org>
2// SPDX-License-Identifier: LicenseRef-ZrythmLicense
3
13#ifndef __GUI_WIDGETS_ARRANGER_DRAW_H__
14#define __GUI_WIDGETS_ARRANGER_DRAW_H__
15
17
18#include <gtk/gtk.h>
19
26void
27arranger_snapshot (GtkWidget * widget, GtkSnapshot * snapshot);
28
33#endif
Arranger base widget.