| 188 (gaim_conversation_get_ui_ops(conv) == gaim_get_gtk_conversation_ui_ops()) |
188 (gaim_conversation_get_ui_ops(conv) == gaim_get_gtk_conversation_ui_ops()) |
| 189 |
189 |
| 190 /************************************************************************** |
190 /************************************************************************** |
| 191 * @name GTK+ Conversation API |
191 * @name GTK+ Conversation API |
| 192 **************************************************************************/ |
192 **************************************************************************/ |
| |
193 /*@{*/ |
| |
194 |
| |
195 /** |
| |
196 * Initializes the GTK+ conversation system. |
| |
197 */ |
| |
198 void gaim_gtk_conversation_init(void); |
| |
199 |
| 193 /** |
200 /** |
| 194 * Returns the UI operations structure for GTK windows. |
201 * Returns the UI operations structure for GTK windows. |
| 195 * |
202 * |
| 196 * @return The GTK window operations structure. |
203 * @return The GTK window operations structure. |
| 197 */ |
204 */ |
| 216 |
223 |
| 217 /** |
224 /** |
| 218 * Toggles spell checking. |
225 * Toggles spell checking. |
| 219 */ |
226 */ |
| 220 void gaim_gtkconv_toggle_spellchk(void); |
227 void gaim_gtkconv_toggle_spellchk(void); |
| 221 |
|
| 222 /** |
|
| 223 * Toggles the presence of close buttons on tabs |
|
| 224 */ |
|
| 225 void gaim_gtkconv_toggle_close_buttons(void); |
|
| 226 |
228 |
| 227 /** |
229 /** |
| 228 * Updates the buddy icon on a conversation. |
230 * Updates the buddy icon on a conversation. |
| 229 * |
231 * |
| 230 * @param conv The conversation. |
232 * @param conv The conversation. |