comparison src/gtkconv.h @ 5673:62f57ec16f29

[gaim-migrate @ 6091] Moved GTK conversation preferences to gtkconv.c, and attached the first callback, which shows/hides close buttons on pref change. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Mon, 02 Jun 2003 19:37:23 +0000
parents d9073c83a8a0
children 2d86a5fa6fef
comparison
equal deleted inserted replaced
5672:5c5678c7b900 5673:62f57ec16f29
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_ */