diff src/gtkutils.h @ 5319:3adb20b869b4

[gaim-migrate @ 5691] Buddy pounce dialog enhancements from Benjamin Zeiss. Thanks! committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Wed, 07 May 2003 00:33:03 +0000
parents b8eafeb874a1
children 2c4c975620f0
line wrap: on
line diff
--- a/src/gtkutils.h	Tue May 06 23:07:12 2003 +0000
+++ b/src/gtkutils.h	Wed May 07 00:33:03 2003 +0000
@@ -109,6 +109,14 @@
 void gaim_gtk_toggle_sensitive(GtkWidget *widget, GtkWidget *to_toggle);
 
 /**
+ * Toggles the sensitivity of all widgets in a pointer array.
+ *
+ * @param widget    @c NULL. Used for signal handlers.
+ * @param to_toggle The array containing the widgets to toggle.
+ */
+void gtk_toggle_sensitive_array(GtkWidget *w, GPtrArray *data);
+
+/**
  * Adds a seperator to a menu.
  *
  * @param menu The menu to add a seperator to.