comparison src/gtkutils.h @ 9497:44a5bfa4730b

[gaim-migrate @ 10323] Done with the file chooser for right clicking and saving icons. There is a lot of code duplication here... I'm going to look at the file chooser in the request API now. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sat, 10 Jul 2004 15:18:02 +0000
parents 4ff4c34b7500
children 4d05b6e9e9cd
comparison
equal deleted inserted replaced
9496:27a595d413ff 9497:44a5bfa4730b
63 * default signal handlers. 63 * default signal handlers.
64 * 64 *
65 * @param imhtml The gtkimhtml widget to setup. 65 * @param imhtml The gtkimhtml widget to setup.
66 */ 66 */
67 void gaim_setup_imhtml(GtkWidget *imhtml); 67 void gaim_setup_imhtml(GtkWidget *imhtml);
68
69 /**
70 * Displays a dialog for saving the buddy icon in a conversation.
71 *
72 * @param obj @c NULL
73 * @param conv The conversation.
74 */
75 void gaim_gtk_save_icon_dialog(GtkObject *obj, GaimConversation *conv);
76 68
77 /** 69 /**
78 * Returns the display style for buttons for the specified conversation 70 * Returns the display style for buttons for the specified conversation
79 * type. 71 * type.
80 * 72 *