Zrythm
v2.0.0-DEV
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
midi_channel_selection_dropdown.h
1
// SPDX-FileCopyrightText: © 2023-2024 Alexandros Theodotou <alex@zrythm.org>
2
// SPDX-License-Identifier: LicenseRef-ZrythmLicense
3
4
#ifndef __GUI_WIDGETS_MIDI_CHANNEL_SELECTION_DROPDOWN_H__
5
#define __GUI_WIDGETS_MIDI_CHANNEL_SELECTION_DROPDOWN_H__
6
7
#include "common/utils/types.h"
8
#include "gui/backend/gtk_widgets/gtk_wrapper.h"
9
10
class
ChannelTrack;
11
17
21
void
22
midi_channel_selection_dropdown_widget_refresh
(
23
GtkDropDown * self,
24
ChannelTrack * track);
25
29
30
#endif
midi_channel_selection_dropdown_widget_refresh
void midi_channel_selection_dropdown_widget_refresh(GtkDropDown *self, ChannelTrack *track)
Recreates the internal model(s) on the given dropdown.
src
gui
backend
gtk_widgets
midi_channel_selection_dropdown.h
Generated by
1.15.0