envy24control: port to GTK 4

Signed-off-by: Andreas Persson <andreasp56@outlook.com>
This commit is contained in:
Andreas Persson 2025-04-06 13:27:31 +02:00
parent 187eeecd14
commit 8fa6a8ca8b
8 changed files with 596 additions and 539 deletions

View file

@ -23,7 +23,7 @@
#include "envy24control.h"
#define toggle_set(widget, state) \
gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(widget), state);
gtk_check_button_set_active(GTK_CHECK_BUTTON(widget), state);
#define DAC_VOLUME_NAME "DAC Volume"
#define ADC_VOLUME_NAME "ADC Volume"