From 62c340b78fa1cf1430a9d1ec217f221406c05488 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 16 Feb 2021 16:50:50 +0100 Subject: Add set_active() --- src/gtk-util-routines.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gtk-util-routines.h') diff --git a/src/gtk-util-routines.h b/src/gtk-util-routines.h index b2f91e7f..4fa782e9 100644 --- a/src/gtk-util-routines.h +++ b/src/gtk-util-routines.h @@ -36,5 +36,6 @@ extern int get_bool(GtkWidget *widget); extern unsigned int get_uint(GtkWidget *entry); extern float get_float(GtkWidget *entry); extern int i_maybe_disable(GtkWidget *toggle, GtkWidget *widget); +extern void set_active(GtkWidget *tb, int active); #endif -- cgit v1.2.3