Add widget-drop-down for Air

This commit is contained in:
Geoffrey D. Bennett
2024-01-20 19:07:16 +10:30
parent ade852163b
commit bc9d8867f3
4 changed files with 230 additions and 1 deletions

13
src/widget-drop-down.h Normal file
View File

@@ -0,0 +1,13 @@
// SPDX-FileCopyrightText: 2023-2024 Geoffrey D. Bennett <g@b4.vu>
// SPDX-License-Identifier: GPL-3.0-or-later
#pragma once
#include <gtk/gtk.h>
#include "alsa.h"
GtkWidget *make_drop_down_alsa_elem(
struct alsa_elem *elem,
const char *label_text
);