comparison src/ui.h @ 2787:feea7103a235

[gaim-migrate @ 2800] i wish i had a spine committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 21 Nov 2001 12:16:15 +0000
parents 477a035d81e5
children dfcd5010dd13
comparison
equal deleted inserted replaced
2786:318f846120e2 2787:feea7103a235
334 334
335 /* Functions in conversation.c */ 335 /* Functions in conversation.c */
336 extern void gaim_setup_imhtml(GtkWidget *); 336 extern void gaim_setup_imhtml(GtkWidget *);
337 extern void update_convo_add_button(struct conversation *); 337 extern void update_convo_add_button(struct conversation *);
338 extern void raise_convo_tab(struct conversation *); 338 extern void raise_convo_tab(struct conversation *);
339 extern void set_convo_tab_label(struct conversation *, char *); 339 extern void set_convo_title(struct conversation *);
340 extern void show_conv(struct conversation *); 340 extern void show_conv(struct conversation *);
341 extern struct conversation *new_conversation(char *); 341 extern struct conversation *new_conversation(char *);
342 extern void delete_conversation(struct conversation *); 342 extern void delete_conversation(struct conversation *);
343 extern void surround(GtkWidget *, char *, char *); 343 extern void surround(GtkWidget *, char *, char *);
344 extern int is_logging(char *); 344 extern int is_logging(char *);
371 extern void tabize(); 371 extern void tabize();
372 extern void chat_tabize(); 372 extern void chat_tabize();
373 extern void update_convo_color(); 373 extern void update_convo_color();
374 extern void update_convo_font(); 374 extern void update_convo_font();
375 extern void set_hide_icons(); 375 extern void set_hide_icons();
376 extern void set_convo_titles();
376 377
377 /* Functions in dialogs.c */ 378 /* Functions in dialogs.c */
378 extern void alias_dialog_bud(struct buddy *); 379 extern void alias_dialog_bud(struct buddy *);
379 extern void show_warn_dialog(struct gaim_connection *, char *); 380 extern void show_warn_dialog(struct gaim_connection *, char *);
380 extern void show_im_dialog(); 381 extern void show_im_dialog();