aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-gtk-utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'e-util/e-gtk-utils.h')
-rw-r--r--e-util/e-gtk-utils.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/e-util/e-gtk-utils.h b/e-util/e-gtk-utils.h
index 0dc6b68512..0bbee2910a 100644
--- a/e-util/e-gtk-utils.h
+++ b/e-util/e-gtk-utils.h
@@ -36,4 +36,9 @@ void e_gtk_signal_connect_full_while_alive (GtkObject *object,
gboolean after,
GtkObject *alive_object);
+
+/* GtkRadioButton API extensions */
+void gtk_radio_button_select_nth (GtkRadioButton *button, int n);
+int gtk_radio_button_get_nth_selected (GtkRadioButton *button);
+
#endif