Zrythm
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
add_tracks_to_group_dialog.h
Go to the documentation of this file.
1// SPDX-FileCopyrightText: © 2021 Alexandros Theodotou <alex@zrythm.org>
2// SPDX-License-Identifier: LicenseRef-ZrythmLicense
3
10#ifndef __GUI_WIDGETS_ADD_TRACKS_TO_GROUP_DIALOG_H__
11#define __GUI_WIDGETS_ADD_TRACKS_TO_GROUP_DIALOG_H__
12
13#include "utils/types.h"
14
15#include <gtk/gtk.h>
16
17#define ADD_TRACKS_TO_GROUP_DIALOG_WIDGET_TYPE \
18 (add_tracks_to_group_dialog_widget_get_type ())
19G_DECLARE_FINAL_TYPE (
21 add_tracks_to_group_dialog_widget,
22 Z,
23 ADD_TRACKS_TO_GROUP_DIALOG_WIDGET,
24 GtkDialog)
25
27
37typedef struct _AddTracksToGroupDialogWidget
38{
39 GtkDialog parent_instance;
41
48Track *
50
55#endif
Track * add_tracks_to_group_dialog_widget_get_track(TracklistSelections *sel)
Creates an add_tracks_to_group dialog widget and displays it.
The add_tracks_to_group dialog.
Track to be inserted into the Project's Tracklist.
Definition track.h:177
Selections to be used for the tracklist's current selections, copying, undoing, etc.
Custom types.