Zrythm
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
track_icon_chooser_dialog.h
Go to the documentation of this file.
1
/*
2
* SPDX-FileCopyrightText: © 2020 Alexandros Theodotou <alex@zrythm.org>
3
*
4
* SPDX-License-Identifier: LicenseRef-ZrythmLicense
5
*/
6
13
#ifndef __GUI_WIDGETS_TRACK_ICON_CHOOSER_DIALOG_H__
14
#define __GUI_WIDGETS_TRACK_ICON_CHOOSER_DIALOG_H__
15
16
#include "gtk_wrapper.h"
17
18
typedef
Track
Track
;
19
30
typedef
struct
TrackIconChooserDialogWidget
31
{
32
GtkDialog * dialog;
33
34
GtkTreeModel * icon_model;
35
GtkIconView * icon_view;
36
37
char
* selected_icon;
38
40
Track
*
track
;
41
}
TrackIconChooserDialogWidget
;
42
46
TrackIconChooserDialogWidget
*
47
track_icon_chooser_dialog_widget_new
(
Track
* track);
48
55
bool
56
track_icon_chooser_dialog_widget_run
(
TrackIconChooserDialogWidget
* self);
57
62
#endif
track_icon_chooser_dialog_widget_run
bool track_icon_chooser_dialog_widget_run(TrackIconChooserDialogWidget *self)
Runs the widget and processes the result, then closes the dialog.
track_icon_chooser_dialog_widget_new
TrackIconChooserDialogWidget * track_icon_chooser_dialog_widget_new(Track *track)
Creates a new dialog.
TrackIconChooserDialogWidget
Dialog for choosing colors of objects like tracks and regions.
Definition
track_icon_chooser_dialog.h:31
TrackIconChooserDialogWidget::track
Track * track
Track.
Definition
track_icon_chooser_dialog.h:40
Track
Track to be inserted into the Project's Tracklist.
Definition
track.h:177
gui
widgets
dialogs
track_icon_chooser_dialog.h
Generated by
1.11.0