diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-09-18 07:21:20 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-09-18 07:21:20 +0800 |
commit | f88ca730db134f1d081b415110a2303344ea8ef4 (patch) | |
tree | 929e1315d42cb3e72078116734c63816425412df /e-util/e-gtk-utils.h | |
parent | dcd0b593b3e4670cb6e1b9675b4664d842cae7de (diff) | |
download | gsoc2013-evolution-f88ca730db134f1d081b415110a2303344ea8ef4.tar.gz 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.h | 5 |
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 |