diff options
Diffstat (limited to 'src/gtk-util-routines.h')
-rw-r--r-- | src/gtk-util-routines.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gtk-util-routines.h b/src/gtk-util-routines.h index 5486155d..417200b8 100644 --- a/src/gtk-util-routines.h +++ b/src/gtk-util-routines.h @@ -40,6 +40,7 @@ extern int i_maybe_disable_and_deselect(GtkWidget *toggle, GtkWidget *widget); extern void deselect_when_active(GtkWidget *toggle, GtkWidget *widget); extern void set_active(GtkWidget *tb, int active); extern void set_combo_id(GtkWidget *cb, const char *id); +extern const char *get_combo_id(GtkWidget *cb); extern void redraw_widget(GtkWidget *wid); extern const char *get_text_or_null(GtkEntry *entry); |