summaryrefslogtreecommitdiff
path: root/gtk/compat.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2011-06-07 17:23:39 +0000
committerVincent Sanders <vince@netsurf-browser.org>2011-06-07 17:23:39 +0000
commitb9bdb198cb90fd378ac2a2fdb6cd4585d0a78084 (patch)
treeb0fe676b34d38dea3fcb802563e30fb77158d07e /gtk/compat.h
parenta5d1f01d19b9b805ef9d2f004184fb73b5ae5ccb (diff)
downloadnetsurf-b9bdb198cb90fd378ac2a2fdb6cd4585d0a78084.tar.gz
netsurf-b9bdb198cb90fd378ac2a2fdb6cd4585d0a78084.tar.bz2
compatability fix for recent gtk API deprecation
svn path=/trunk/netsurf/; revision=12469
Diffstat (limited to 'gtk/compat.h')
-rw-r--r--gtk/compat.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk/compat.h b/gtk/compat.h
index 1bd18a0d6..3b0dd497e 100644
--- a/gtk/compat.h
+++ b/gtk/compat.h
@@ -33,5 +33,8 @@ gboolean nsgtk_widget_get_mapped(GtkWidget *widget);
gboolean nsgtk_widget_is_drawable(GtkWidget *widget);
GtkStateType nsgtk_widget_get_state(GtkWidget *widget);
void nsgtk_dialog_set_has_separator(GtkDialog *dialog, gboolean setting);
+GtkWidget *nsgtk_combo_box_text_new(void);
+void nsgtk_combo_box_text_append_text(GtkWidget *combo_box, const gchar *text);
+gchar *nsgtk_combo_box_text_get_active_text(GtkWidget *combo_box);
#endif /* NETSURF_GTK_COMPAT_H */