Zrythm v2.0.0-DEV
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
12
13#ifndef __GUI_WIDGETS_ARRANGER_DRAW_H__
14#define __GUI_WIDGETS_ARRANGER_DRAW_H__
15
16#include "gui/backend/gtk_widgets/arranger.h"
17#include "gui/backend/gtk_widgets/gtk_wrapper.h"
18
24
25void
26arranger_snapshot (GtkWidget * widget, GtkSnapshot * snapshot);
27
31
32#endif