aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-gtk-utils.c
Commit message (Collapse)AuthorAgeFilesLines
* New function, name describes it well. (gtk_radio_button_select_nth): NewJason Leach2001-01-191-0/+54
| | | | | | | | | | 2001-01-17 Jason Leach <jasonleach@usa.net> * e-gtk-utils.c (gtk_radio_button_get_nth_selected): New function, name describes it well. (gtk_radio_button_select_nth): New function. svn path=/trunk/; revision=7629
* Implemented a new `e_gtk_signal_connect_full_while_alive()' utilityEttore Perazzoli2000-09-111-0/+106
that does what `gtk_signal_connect_full()' does, but with additional destruction safety as provided by `gtk_signal_connect_while_alive()'. svn path=/trunk/; revision=5303