comparison src/gtkutils.h @ 8741:b994b0223335

[gaim-migrate @ 9496] Janitorial work! Removed some functions that gtkimhtml made useless. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Wed, 21 Apr 2004 06:48:16 +0000
parents 92cbf9713795
children c2dff943e240
comparison
equal deleted inserted replaced
8740:61a090413b93 8741:b994b0223335
50 { 50 {
51 GAIM_BROWSER_DEFAULT = 0, 51 GAIM_BROWSER_DEFAULT = 0,
52 GAIM_BROWSER_CURRENT, 52 GAIM_BROWSER_CURRENT,
53 GAIM_BROWSER_NEW_WINDOW, 53 GAIM_BROWSER_NEW_WINDOW,
54 GAIM_BROWSER_NEW_TAB 54 GAIM_BROWSER_NEW_TAB
55
55 } GaimBrowserPlace; 56 } GaimBrowserPlace;
56 #endif /* _WIN32 */ 57 #endif /* _WIN32 */
57 58
58 extern guint accels_save_timer; 59 extern guint accels_save_timer;
59 60
62 * default signal handlers. 63 * default signal handlers.
63 * 64 *
64 * @param imhtml The gtkimhtml widget to setup. 65 * @param imhtml The gtkimhtml widget to setup.
65 */ 66 */
66 void gaim_setup_imhtml(GtkWidget *imhtml); 67 void gaim_setup_imhtml(GtkWidget *imhtml);
67
68 /**
69 * Surrounds the selected text in a conversation with the specified
70 * pre and post strings.
71 *
72 * @param gtkconv The GTK+ conversation.
73 * @param pre The prefix string.
74 * @param post The postfix string.
75 */
76 void gaim_gtk_surround(GaimGtkConversation *gtkconv,
77 const char *pre, const char *post);
78
79 /**
80 * Advances the cursor past the position of the specified tags.
81 *
82 * @param gtkconv The GTK+ conversation.
83 * @param pre The prefix string.
84 * @param post The postfix string.
85 */
86 void gaim_gtk_advance_past(GaimGtkConversation *gtkconv,
87 const char *pre, const char *post);
88
89 /**
90 * Surrounds the selected text with the specified font.
91 *
92 * @param gtkconv The GTK+ conversation.
93 * @param font The new font.
94 */
95 void gaim_gtk_set_font_face(GaimGtkConversation *gtkconv,
96 const char *font);
97 68
98 /** 69 /**
99 * Displays a dialog for saving the buddy icon in a conversation. 70 * Displays a dialog for saving the buddy icon in a conversation.
100 * 71 *
101 * @param obj @c NULL 72 * @param obj @c NULL