src/gtkutils.h

changeset 8901
0a8334a14c2d
parent 8866
8a910a9b8865
child 8940
3e22cf150db0
--- 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.

mercurial