comparison src/gtkutils.h @ 8735:92cbf9713795

[gaim-migrate @ 9490] Patch by Jonathan Champ to corect the vairous speling mistakes we hav e in the coments and documentaion. Thansk Jonathan! committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Wed, 21 Apr 2004 01:34:26 +0000
parents e39ea2b4f6cd
children b994b0223335
comparison
equal deleted inserted replaced
8734:407c122d6191 8735:92cbf9713795
155 * @param data The array containing the widgets to toggle. 155 * @param data The array containing the widgets to toggle.
156 */ 156 */
157 void gtk_toggle_sensitive_array(GtkWidget *w, GPtrArray *data); 157 void gtk_toggle_sensitive_array(GtkWidget *w, GPtrArray *data);
158 158
159 /** 159 /**
160 * Adds a seperator to a menu. 160 * Adds a separator to a menu.
161 * 161 *
162 * @param menu The menu to add a seperator to. 162 * @param menu The menu to add a separator to.
163 */ 163 */
164 void gaim_separator(GtkWidget *menu); 164 void gaim_separator(GtkWidget *menu);
165 165
166 /** 166 /**
167 * Creates a menu item. 167 * Creates a menu item.