Zrythm v2.0.0-DEV
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// SPDX-FileCopyrightText: © 2020-2021, 2024 Alexandros Theodotou <alex@zrythm.org>
2// SPDX-License-Identifier: LicenseRef-ZrythmLicense
3
9
10#ifndef __GUI_WIDGETS_OBJECT_COLOR_CHOOSER_DIALOG_H__
11#define __GUI_WIDGETS_OBJECT_COLOR_CHOOSER_DIALOG_H__
12
13#include "gui/backend/gtk_widgets/gtk_wrapper.h"
14
15class Track;
16class Region;
17class SimpleTracklistSelections;
18
24
35bool
37 GtkWindow * parent,
38 Track * track,
39 const SimpleTracklistSelections * sel,
40 Region * region);
41
45
46#endif
bool object_color_chooser_dialog_widget_run(GtkWindow *parent, Track *track, const SimpleTracklistSelections *sel, Region *region)
Runs the widget and processes the result, then closes the dialog.