diff src/gtkutils.h @ 8901:c430e99bb147

[gaim-migrate @ 9670] Add a "Warning: Passwords are stored in plain text!" to the account editor when "Remember password" is checked. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Fri, 07 May 2004 03:57:30 +0000
parents c2dff943e240
children b875f5d57b81
line wrap: on
line diff
--- 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.