Zrythm
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
ext_input_selection_dropdown.h
Go to the documentation of this file.
1// SPDX-FileCopyrightText: © 2023 Alexandros Theodotou <alex@zrythm.org>
2// SPDX-License-Identifier: LicenseRef-ZrythmLicense
3
8#ifndef __GUI_WIDGETS_EXT_INPUT_SELECTION_DROPDOWN_H__
9#define __GUI_WIDGETS_EXT_INPUT_SELECTION_DROPDOWN_H__
10
11#include "utils/types.h"
12
13#include <gtk/gtk.h>
14
15TYPEDEF_STRUCT (Track);
16
28void
30 GtkDropDown * self,
31 Track * track,
32 bool left);
33
38#endif
void ext_input_selection_dropdown_widget_refresh(GtkDropDown *self, Track *track, bool left)
Recreates the internal model(s) on the given dropdown.
Track to be inserted into the Project's Tracklist.
Definition track.h:177
Custom types.