comparison src/gtkconv.h @ 4445:a65555132674

[gaim-migrate @ 4720] "Who's the idiot now, moron?" An option to remove the 'X' button from the tabs. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Tue, 28 Jan 2003 06:55:23 +0000
parents 2054d8429925
children 6e37eb000b7a
comparison
equal deleted inserted replaced
4444:fd83159169db 4445:a65555132674
225 * Toggles spell checking. 225 * Toggles spell checking.
226 */ 226 */
227 void gaim_gtkconv_toggle_spellchk(void); 227 void gaim_gtkconv_toggle_spellchk(void);
228 228
229 /** 229 /**
230 * Toggles the presence of close buttons on tabs
231 */
232 void gaim_gtkconv_toggle_close_buttons(void);
233
234 /**
230 * Updates the buddy icon on a conversation. 235 * Updates the buddy icon on a conversation.
231 * 236 *
232 * @param conv The conversation. 237 * @param conv The conversation.
233 */ 238 */
234 void gaim_gtkconv_update_buddy_icon(struct gaim_conversation *conv); 239 void gaim_gtkconv_update_buddy_icon(struct gaim_conversation *conv);