comparison src/gtkconv.h @ 9468:4d0b0d5485e6

[gaim-migrate @ 10293] (23:23:20) datallah: LSchiere: if you are up to it, this: http://www.butfer.com/gaim-patches/gtkconv_send_file.patch, makes it so that you can send files to people from the conversation window. committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Wed, 07 Jul 2004 03:24:37 +0000
parents 4d1ba3243f7a
children c2e4c3ab4307
comparison
equal deleted inserted replaced
9467:b6971539f7af 9468:4d0b0d5485e6
51 { 51 {
52 GtkWidget *menubar; 52 GtkWidget *menubar;
53 53
54 GtkWidget *view_log; 54 GtkWidget *view_log;
55 55
56 GtkWidget *send_file;
56 GtkWidget *add_pounce; 57 GtkWidget *add_pounce;
57 GtkWidget *get_info; 58 GtkWidget *get_info;
58 GtkWidget *warn; 59 GtkWidget *warn;
59 GtkWidget *invite; 60 GtkWidget *invite;
60 61
94 */ 95 */
95 struct _GaimGtkImPane 96 struct _GaimGtkImPane
96 { 97 {
97 GtkWidget *warn; 98 GtkWidget *warn;
98 GtkWidget *block; 99 GtkWidget *block;
100 GtkWidget *send_file;
99 GtkWidget *sep1; 101 GtkWidget *sep1;
100 GtkWidget *sep2; 102 GtkWidget *sep2;
101 GtkWidget *check; 103 GtkWidget *check;
102 GtkWidget *progress; 104 GtkWidget *progress;
103 105