comparison src/gtkutils.h @ 7420:53c86d59f20b

[gaim-migrate @ 8022] (19:08:24) deryni: Paco-Paco can stop wanting to kill Sean for using ctrl-f in conversations, and all the rest of you can have fun making offline buddies take priority over online ones (I'm sure you'll figure it out =) and a change from free() to g_free() in yahoo from zuperdee, since g_free is theoretically doing more error checking committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Tue, 04 Nov 2003 00:10:29 +0000
parents c47633e9e2a4
children 357eb1c39b72
comparison
equal deleted inserted replaced
7419:82dfe392a773 7420:53c86d59f20b
42 GAIM_BUTTON_TEXT_IMAGE 42 GAIM_BUTTON_TEXT_IMAGE
43 43
44 } GaimButtonStyle; 44 } GaimButtonStyle;
45 45
46 typedef gboolean (*GaimCheckAccountFunc)(GaimAccount *account); 46 typedef gboolean (*GaimCheckAccountFunc)(GaimAccount *account);
47
48 extern guint accels_save_timer;
47 49
48 /** 50 /**
49 * Sets up a gtkimhtml widget, loads it with smileys, and sets the 51 * Sets up a gtkimhtml widget, loads it with smileys, and sets the
50 * default signal handlers. 52 * default signal handlers.
51 * 53 *
282 * 284 *
283 * @todo Move this to a UI-specific file. 285 * @todo Move this to a UI-specific file.
284 */ 286 */
285 char *stylize(const gchar *text, int len); 287 char *stylize(const gchar *text, int len);
286 288
289 /**
290 * Save menu accelerators callback
291 */
292 void gaim_gtk_save_accels_cb(GtkAccelGroup *accel_group, guint arg1,
293 GdkModifierType arg2, GClosure *arg3,
294 gpointer data);
295
296 /**
297 * Save menu accelerators
298 */
299 gboolean gaim_gtk_save_accels(gpointer data);
300
301 /**
302 * Load menu accelerators
303 */
304 void gaim_gtk_load_accels();
305
287 #endif /* _GAIM_GTK_UTILS_H_ */ 306 #endif /* _GAIM_GTK_UTILS_H_ */