comparison src/ui.h @ 7879:f9df510460d7

[gaim-migrate @ 8533] Some lot of small changes, mostly to conversation menus. -Made the alias menu item in chat convo windows work -Made the add/remove menu items in chat convo windows work. The menu item still doesn't toggle after you've added or removed, but I'll probably do that soon -Made the invite dialog not modal -Removed GAIM_STOCK_PRIVACY from stock.[c|h] since we're not using it anymore committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 14 Dec 2003 23:59:14 +0000
parents 72727edb37ef
children 1441648fe974
comparison
equal deleted inserted replaced
7878:cbfbed263d00 7879:f9df510460d7
120 120
121 /* Functions in dialogs.c */ 121 /* Functions in dialogs.c */
122 extern void alias_dialog_bud(GaimBuddy *); 122 extern void alias_dialog_bud(GaimBuddy *);
123 extern void alias_dialog_contact(GaimContact *); 123 extern void alias_dialog_contact(GaimContact *);
124 extern void alias_dialog_blist_chat(GaimChat *); 124 extern void alias_dialog_blist_chat(GaimChat *);
125 extern void show_warn_dialog(GaimConnection *, char *); 125 extern void show_warn_dialog(GaimConnection *, const char *);
126 extern void show_im_dialog(); 126 extern void show_im_dialog();
127 extern void show_info_dialog(); 127 extern void show_info_dialog();
128 extern void destroy_all_dialogs(); 128 extern void destroy_all_dialogs();
129 extern void show_fgcolor_dialog(GaimConversation *c, GtkWidget *color); 129 extern void show_fgcolor_dialog(GaimConversation *c, GtkWidget *color);
130 extern void show_bgcolor_dialog(GaimConversation *c, GtkWidget *color); 130 extern void show_bgcolor_dialog(GaimConversation *c, GtkWidget *color);