comparison 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
comparison
equal deleted inserted replaced
5318:bd98232872a3 5319:3adb20b869b4
107 * @param to_toggle The widget to toggle. 107 * @param to_toggle The widget to toggle.
108 */ 108 */
109 void gaim_gtk_toggle_sensitive(GtkWidget *widget, GtkWidget *to_toggle); 109 void gaim_gtk_toggle_sensitive(GtkWidget *widget, GtkWidget *to_toggle);
110 110
111 /** 111 /**
112 * Toggles the sensitivity of all widgets in a pointer array.
113 *
114 * @param widget @c NULL. Used for signal handlers.
115 * @param to_toggle The array containing the widgets to toggle.
116 */
117 void gtk_toggle_sensitive_array(GtkWidget *w, GPtrArray *data);
118
119 /**
112 * Adds a seperator to a menu. 120 * Adds a seperator to a menu.
113 * 121 *
114 * @param menu The menu to add a seperator to. 122 * @param menu The menu to add a seperator to.
115 */ 123 */
116 void gaim_separator(GtkWidget *menu); 124 void gaim_separator(GtkWidget *menu);