aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-gtk-utils.h
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-09-18 07:21:20 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-09-18 07:21:20 +0800
commitf88ca730db134f1d081b415110a2303344ea8ef4 (patch)
tree929e1315d42cb3e72078116734c63816425412df /e-util/e-gtk-utils.h
parentdcd0b593b3e4670cb6e1b9675b4664d842cae7de (diff)
downloadgsoc2013-evolution-f88ca730db134f1d081b415110a2303344ea8ef4.tar
gsoc2013-evolution-f88ca730db134f1d081b415110a2303344ea8ef4.tar.gz
gsoc2013-evolution-f88ca730db134f1d081b415110a2303344ea8ef4.tar.bz2
gsoc2013-evolution-f88ca730db134f1d081b415110a2303344ea8ef4.tar.lz
gsoc2013-evolution-f88ca730db134f1d081b415110a2303344ea8ef4.tar.xz
gsoc2013-evolution-f88ca730db134f1d081b415110a2303344ea8ef4.tar.zst
gsoc2013-evolution-f88ca730db134f1d081b415110a2303344ea8ef4.zip
Removed. (gtk_radio_button_select_nth): Removed.
* e-gtk-utils.c (gtk_radio_button_get_nth_selected): Removed. (gtk_radio_button_select_nth): Removed. (e_make_widget_backing_stored): New. svn path=/trunk/; revision=12919
Diffstat (limited to 'e-util/e-gtk-utils.h')
-rw-r--r--e-util/e-gtk-utils.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/e-util/e-gtk-utils.h b/e-util/e-gtk-utils.h
index cf67b832a6..4ab95e5b68 100644
--- a/e-util/e-gtk-utils.h
+++ b/e-util/e-gtk-utils.h
@@ -37,9 +37,6 @@ 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);
+void e_make_widget_backing_stored (GtkWidget *widget);
#endif