comparison src/gtkutils.h @ 10590:896efbdc74e2

[gaim-migrate @ 11995] s/gtk_toggle_sensitive_array/gaim_gtk_toggle_sensitive_array/ it's not really a gtk function (and it was annoying me). Does this need Changelog.API:ing? committer: Tailor Script <tailor@pidgin.im>
author Etan Reisner <pidgin@unreliablesource.net>
date Fri, 11 Feb 2005 06:10:12 +0000
parents 748aa3c6de36
children 0e274aad49c8
comparison
equal deleted inserted replaced
10589:0f7452b1f777 10590:896efbdc74e2
106 * Toggles the sensitivity of all widgets in a pointer array. 106 * Toggles the sensitivity of all widgets in a pointer array.
107 * 107 *
108 * @param w @c NULL. Used for signal handlers. 108 * @param w @c NULL. Used for signal handlers.
109 * @param data The array containing the widgets to toggle. 109 * @param data The array containing the widgets to toggle.
110 */ 110 */
111 void gtk_toggle_sensitive_array(GtkWidget *w, GPtrArray *data); 111 void gaim_gtk_toggle_sensitive_array(GtkWidget *w, GPtrArray *data);
112 112
113 /** 113 /**
114 * Toggles the visibility of a widget. 114 * Toggles the visibility of a widget.
115 * 115 *
116 * @param widget @c NULL. Used for signal handlers. 116 * @param widget @c NULL. Used for signal handlers.