Zrythm
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
object_color_chooser_dialog.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: © 2020-2021 Alexandros Theodotou <alex@zrythm.org>
3 *
4 * SPDX-License-Identifier: LicenseRef-ZrythmLicense
5 */
6
13#ifndef __GUI_WIDGETS_OBJECT_COLOR_CHOOSER_DIALOG_H__
14#define __GUI_WIDGETS_OBJECT_COLOR_CHOOSER_DIALOG_H__
15
16#include <gtk/gtk.h>
17
18typedef struct Track Track;
19typedef struct ZRegion ZRegion;
21
39bool
41 GtkWindow * parent,
42 Track * track,
44 ZRegion * region);
45
50#endif
bool object_color_chooser_dialog_widget_run(GtkWindow *parent, Track *track, TracklistSelections *sel, ZRegion *region)
Runs the widget and processes the result, then closes the dialog.
Track to be inserted into the Project's Tracklist.
Definition track.h:186
Selections to be used for the tracklist's current selections, copying, undoing, etc.
A region (clip) is an object on the timeline that contains either MidiNote's or AudioClip's.
Definition region.h:77