comparison 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
comparison
equal deleted inserted replaced
8900:7a67c459ab8f 8901:c430e99bb147
124 * 124 *
125 * @param w @c NULL. Used for signal handlers. 125 * @param w @c NULL. Used for signal handlers.
126 * @param data The array containing the widgets to toggle. 126 * @param data The array containing the widgets to toggle.
127 */ 127 */
128 void gtk_toggle_sensitive_array(GtkWidget *w, GPtrArray *data); 128 void gtk_toggle_sensitive_array(GtkWidget *w, GPtrArray *data);
129
130 /**
131 * Toggles the visibility of a widget.
132 *
133 * @param widget @c NULL. Used for signal handlers.
134 * @param to_toggle The widget to toggle.
135 */
136 void gaim_gtk_toggle_showhide(GtkWidget *widget, GtkWidget *to_toggle);
129 137
130 /** 138 /**
131 * Adds a separator to a menu. 139 * Adds a separator to a menu.
132 * 140 *
133 * @param menu The menu to add a separator to. 141 * @param menu The menu to add a separator to.