comparison src/gtkconv.h @ 4438:2054d8429925

[gaim-migrate @ 4713] Setting the font face in preferences works again. Thanks CmdrChalupa. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Tue, 28 Jan 2003 02:45:34 +0000
parents 31834b4598eb
children a65555132674
comparison
equal deleted inserted replaced
4437:f5c6e33b1013 4438:2054d8429925
251 void gaim_gtkconv_update_font_buttons(void); 251 void gaim_gtkconv_update_font_buttons(void);
252 252
253 /** 253 /**
254 * Updates the font colors of each conversation to the new colors 254 * Updates the font colors of each conversation to the new colors
255 * chosen in the prefs dialog. 255 * chosen in the prefs dialog.
256 *
257 * @param conv The conversation to update.
256 */ 258 */
257 void gaim_gtkconv_update_font_colors(struct gaim_conversation *conv); 259 void gaim_gtkconv_update_font_colors(struct gaim_conversation *conv);
260
261 /**
262 * Updates the font faces of each conversation to the new font
263 * face chosen in the prefs dialog.
264 *
265 * @param conv The conversation to update.
266 */
267 void gaim_gtkconv_update_font_face(struct gaim_conversation *conv);
258 268
259 /** 269 /**
260 * Updates the tab positions on all conversation windows to reflect any 270 * Updates the tab positions on all conversation windows to reflect any
261 * changed preferences. 271 * changed preferences.
262 */ 272 */