aboutsummaryrefslogtreecommitdiff
path: root/src/gtk-util-routines.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2021-03-03 14:46:07 +0100
committerThomas White <taw@physics.org>2021-03-03 14:46:07 +0100
commit3861fe8e45e0c4e167e4e301863dd2074961115b (patch)
tree219cb7076ff0af144c6339450cab2c97c5da2437 /src/gtk-util-routines.h
parent1512e2a654cd2a0edc20e174a26704ca8bd173fa (diff)
Add get_text_or_null
Diffstat (limited to 'src/gtk-util-routines.h')
-rw-r--r--src/gtk-util-routines.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gtk-util-routines.h b/src/gtk-util-routines.h
index a6722f5a..ee91ad84 100644
--- a/src/gtk-util-routines.h
+++ b/src/gtk-util-routines.h
@@ -39,5 +39,6 @@ extern int i_maybe_disable(GtkWidget *toggle, GtkWidget *widget);
extern int i_maybe_disable_and_deselect(GtkWidget *toggle, GtkWidget *widget);
extern void set_active(GtkWidget *tb, int active);
extern void redraw_widget(GtkWidget *wid);
+extern const char *get_text_or_null(GtkEntry *entry);
#endif