comparison src/gtkconv.h @ 8290:84ec38c3efcc

[gaim-migrate @ 9014] Moved the Get User Info and Insert Link dialogs to the request API. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Thu, 19 Feb 2004 08:06:23 +0000
parents b75fa309b2c6
children 6f549c1d0829
comparison
equal deleted inserted replaced
8289:e39ea2b4f6cd 8290:84ec38c3efcc
186 { 186 {
187 GtkWidget *fg_color; 187 GtkWidget *fg_color;
188 GtkWidget *bg_color; 188 GtkWidget *bg_color;
189 GtkWidget *font; 189 GtkWidget *font;
190 GtkWidget *smiley; 190 GtkWidget *smiley;
191 GtkWidget *link; 191 void *link;
192 GtkWidget *image; 192 GtkWidget *image;
193 GtkWidget *log; 193 GtkWidget *log;
194 GtkWidget *search; 194 GtkWidget *search;
195 195
196 } dialogs; 196 } dialogs;