Zrythm v2.0.0-DEV
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-2024 Alexandros Theodotou <alex@zrythm.org>
2// SPDX-License-Identifier: LicenseRef-ZrythmLicense
3
7
8#ifndef __GUI_WIDGETS_EXT_INPUT_SELECTION_DROPDOWN_H__
9#define __GUI_WIDGETS_EXT_INPUT_SELECTION_DROPDOWN_H__
10
11#include "common/utils/types.h"
12#include "gui/backend/gtk_widgets/gtk_wrapper.h"
13
14class ChannelTrack;
15
21
27void
29 GtkDropDown * self,
30 ChannelTrack * track,
31 bool left);
32
36
37#endif
void ext_input_selection_dropdown_widget_refresh(GtkDropDown *self, ChannelTrack *track, bool left)
Recreates the internal model(s) on the given dropdown.