comparison src/ui.h @ 4263:74f65a3d2a1f

[gaim-migrate @ 4514] I wanted to get this into cvs before I went to bed. Now proto-specific themes will work. The code's a bit crude at parts and it's not as fast as I'd like, but I can work some more on it tomorrow. Just figured you'd want to get a look at this. 8 penguin points to whoever finds out why gtk_smiley_tree_destroy (commented out right now, causing leakage) segfaults on me now. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Thu, 09 Jan 2003 09:41:49 +0000
parents af2eeb7f7cf8
children 906f61f27479
comparison
equal deleted inserted replaced
4262:7103653dd34e 4263:74f65a3d2a1f
518 518
519 /* Functions in sound.c */ 519 /* Functions in sound.c */
520 extern void play_sound(int); 520 extern void play_sound(int);
521 extern void play_file(char *); 521 extern void play_file(char *);
522 522
523 /* Functions in themes.c */
524 extern void smiley_themeize(GtkWidget *);
525
523 /* Fucnctions in util.c */ 526 /* Fucnctions in util.c */
524 extern GtkWidget *gaim_pixmap(char *, char *); 527 extern GtkWidget *gaim_pixmap(char *, char *);
525 extern GdkPixbuf *gaim_pixbuf(char *, char *); 528 extern GdkPixbuf *gaim_pixbuf(char *, char *);
526 extern GtkWidget *gaim_new_item(GtkWidget *menu, const char *str); 529 extern GtkWidget *gaim_new_item(GtkWidget *menu, const char *str);
527 extern GtkWidget *gaim_new_item_with_pixmap(GtkWidget *, const char *, char **, GtkSignalFunc, gpointer, guint, guint, char *); 530 extern GtkWidget *gaim_new_item_with_pixmap(GtkWidget *, const char *, char **, GtkSignalFunc, gpointer, guint, guint, char *);