comparison src/gtkconv.h @ 5674:2d86a5fa6fef

[gaim-migrate @ 6092] More conversation preferences have callbacks now. We're almost there. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Mon, 02 Jun 2003 19:55:59 +0000
parents 62f57ec16f29
children dae79aefac8d
comparison
equal deleted inserted replaced
5673:62f57ec16f29 5674:2d86a5fa6fef
210 * @return The GTK conversation operations structure. 210 * @return The GTK conversation operations structure.
211 */ 211 */
212 struct gaim_conversation_ui_ops *gaim_get_gtk_conversation_ui_ops(void); 212 struct gaim_conversation_ui_ops *gaim_get_gtk_conversation_ui_ops(void);
213 213
214 /** 214 /**
215 * Toggles the display of smileys.
216 */
217 void gaim_gtkconv_toggle_smileys(void);
218
219 /**
220 * Toggles the display of timestamps.
221 */
222 void gaim_gtkconv_toggle_timestamps(void);
223
224 /**
225 * Toggles spell checking.
226 */
227 void gaim_gtkconv_toggle_spellchk(void);
228
229 /**
230 * Updates the buddy icon on a conversation. 215 * Updates the buddy icon on a conversation.
231 * 216 *
232 * @param conv The conversation. 217 * @param conv The conversation.
233 */ 218 */
234 void gaim_gtkconv_update_buddy_icon(struct gaim_conversation *conv); 219 void gaim_gtkconv_update_buddy_icon(struct gaim_conversation *conv);
235
236 /**
237 * Hides buddy icons on all conversations.
238 */
239 void gaim_gtkconv_hide_buddy_icons(void);
240
241 /**
242 * Enables or disables animation on all conversations, based off
243 * preferences.
244 */
245 void gaim_gtkconv_set_anim(void);
246 220
247 /** 221 /**
248 * Updates the font buttons on all conversations to reflect any changed 222 * Updates the font buttons on all conversations to reflect any changed
249 * preferences. 223 * preferences.
250 */ 224 */