comparison src/ui.h @ 4514:7521e29658bc

[gaim-migrate @ 4792] Of course, file transfer wasn't really gone.. I'm trying my hardest to bring on the end of the world (see the roadmap at http://gaim.sf.net/roadmap.png). File transfer is being rewritten. This isn't the finished implementation, but it's enough to let us get the prpls working. There is now a file transfer dialog, which will appear when you get a new transfer request or when you go to Tools -> File Transfers. This is of course core/UI split. I'll also be working on documentation on how to write FT support in a prpl. Oh, and I'll get resumes and transfer batches done when school isn't breathing down my back. Only DCC receive in IRC currently works. Sorry. We'll get the other prpls working soon, as well as send. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Tue, 04 Feb 2003 06:57:35 +0000
parents 3196d9044a45
children 9df99116840a
comparison
equal deleted inserted replaced
4513:adb0245e1dfc 4514:7521e29658bc
28 28
29 #include <gtk/gtk.h> 29 #include <gtk/gtk.h>
30 #include <gdk-pixbuf/gdk-pixbuf.h> 30 #include <gdk-pixbuf/gdk-pixbuf.h>
31 31
32 #include "gtkconv.h" 32 #include "gtkconv.h"
33 #include "gtkft.h"
33 #include "gtkutils.h" 34 #include "gtkutils.h"
34 #include "stock.h" 35 #include "stock.h"
35 36
36 #define GAIM_DIALOG(x) x = gtk_window_new(GTK_WINDOW_TOPLEVEL); \ 37 #define GAIM_DIALOG(x) x = gtk_window_new(GTK_WINDOW_TOPLEVEL); \
37 gtk_window_set_type_hint(GTK_WINDOW(x), GDK_WINDOW_TYPE_HINT_DIALOG) 38 gtk_window_set_type_hint(GTK_WINDOW(x), GDK_WINDOW_TYPE_HINT_DIALOG)