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
15
class
Track;
16
class
Region;
17
class
SimpleTracklistSelections;
18
24
35
bool
36
object_color_chooser_dialog_widget_run
(
37
GtkWindow * parent,
38
Track * track,
39
const
SimpleTracklistSelections * sel,
40
Region * region);
41
45
46
#endif
object_color_chooser_dialog_widget_run
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.
src
gui
backend
gtk_widgets
dialogs
object_color_chooser_dialog.h
Generated by
1.15.0