src/gtkconv.h

changeset 5673
47f654fb5134
parent 5167
e6674b684b55
child 5674
44742bed404f
equal deleted inserted replaced
5672:3512d54630f9 5673:47f654fb5134
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.
325 * 327 *
326 * @return The index of the tab at the location. 328 * @return The index of the tab at the location.
327 */ 329 */
328 int gaim_gtkconv_get_dest_tab_at_xy(struct gaim_window *win, int x, int y); 330 int gaim_gtkconv_get_dest_tab_at_xy(struct gaim_window *win, int x, int y);
329 331
332 /*@}*/
333
330 #endif /* _GAIM_GTK_CONVERSATION_H_ */ 334 #endif /* _GAIM_GTK_CONVERSATION_H_ */

mercurial