src/gtkutils.h

changeset 7420
af45f3aa95c9
parent 7114
6e5e4e674496
child 7538
b20dbe9222e2
equal deleted inserted replaced
7419:e21bf58df190 7420:af45f3aa95c9
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_ */

mercurial