summaryrefslogtreecommitdiff
path: root/plugins/converter/support.h
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2011-10-09 20:54:08 +0200
committerGravatar waker <wakeroid@gmail.com>2011-10-09 20:54:08 +0200
commitb7f8552d60d53c02b1966d004e680242b92bbd8e (patch)
tree397958a964a8be615585eb4fd1a13aec725e8ff9 /plugins/converter/support.h
parent829504302c867501c625c17b4a4b94d60a7c6cb0 (diff)
added gtk3 support to converter gui
Diffstat (limited to 'plugins/converter/support.h')
-rw-r--r--plugins/converter/support.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/converter/support.h b/plugins/converter/support.h
index a32649e5..7037765f 100644
--- a/plugins/converter/support.h
+++ b/plugins/converter/support.h
@@ -67,3 +67,11 @@ void glade_set_atk_action_description (AtkAction *action,
const gchar *action_name,
const gchar *description);
+
+#if GTK_CHECK_VERSION(3,0,0)
+GtkWidget *
+gtk_combo_box_entry_new_text(void);
+
+void
+gtk_dialog_set_has_separator (GtkDialog *dlg, gboolean has);
+#endif