comparison src/gtkconv.h @ 4685:794cc8ec1166

[gaim-migrate @ 4996] this fixes the ever-red tabs, the convo titles not switching, and some other fun stuff. Oh, and the font-face button in the convo toolbar is back. committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Mon, 10 Mar 2003 04:11:18 +0000
parents 5cdfd20daa07
children 0c85078fd371
comparison
equal deleted inserted replaced
4684:582af33c0736 4685:794cc8ec1166
132 GtkWidget *sw; 132 GtkWidget *sw;
133 133
134 struct 134 struct
135 { 135 {
136 GtkWidget *toolbar; 136 GtkWidget *toolbar;
137 137
138 GtkWidget *bold; 138 GtkWidget *bold;
139 GtkWidget *italic; 139 GtkWidget *italic;
140 GtkWidget *underline; 140 GtkWidget *underline;
141 141
142 GtkWidget *normal_size; 142 GtkWidget *normal_size;
143 143
144 GtkWidget *font;
144 GtkWidget *fgcolor; 145 GtkWidget *fgcolor;
145 GtkWidget *bgcolor; 146 GtkWidget *bgcolor;
146 147
147 GtkWidget *image; 148 GtkWidget *image;
148 GtkWidget *link; 149 GtkWidget *link;
149 GtkWidget *smiley; 150 GtkWidget *smiley;
150 GtkWidget *log; 151 GtkWidget *log;
151 152
152 } toolbar; 153 } toolbar;
153 154
154 struct 155 struct
155 { 156 {
156 GtkWidget *fg_color; 157 GtkWidget *fg_color;
198 * @return The GTK conversation operations structure. 199 * @return The GTK conversation operations structure.
199 */ 200 */
200 struct gaim_conversation_ui_ops *gaim_get_gtk_conversation_ui_ops(void); 201 struct gaim_conversation_ui_ops *gaim_get_gtk_conversation_ui_ops(void);
201 202
202 /** 203 /**
203 * Sets a lock on the update state.
204 *
205 * @param lock The lock state.
206 */
207 void gaim_gtk_set_state_lock(gboolean lock);
208
209 /**
210 * Returns the lock state.
211 *
212 * @return The lock state.
213 */
214 gboolean gaim_gtk_is_state_locked(void);
215
216 /**
217 * Toggles the display of smileys. 204 * Toggles the display of smileys.
218 */ 205 */
219 void gaim_gtkconv_toggle_smileys(void); 206 void gaim_gtkconv_toggle_smileys(void);
220 207
221 /** 208 /**