--- a/src/gtkutils.h Fri May 07 03:25:00 2004 +0000 +++ b/src/gtkutils.h Fri May 07 03:57:30 2004 +0000 @@ -128,6 +128,14 @@ void gtk_toggle_sensitive_array(GtkWidget *w, GPtrArray *data); /** + * Toggles the visibility of a widget. + * + * @param widget @c NULL. Used for signal handlers. + * @param to_toggle The widget to toggle. + */ +void gaim_gtk_toggle_showhide(GtkWidget *widget, GtkWidget *to_toggle); + +/** * Adds a separator to a menu. * * @param menu The menu to add a separator to.