comparison src/gtkconv.h @ 11554:f8443218b7fe

[gaim-migrate @ 13814] integration of the GaimGtkMenuTray widget into GaimGtkWindow committer: Tailor Script <tailor@pidgin.im>
author Gary Kramlich <grim@reaperworld.com>
date Sat, 17 Sep 2005 03:45:07 +0000
parents 201617d49573
children 9b3833da6840
comparison
equal deleted inserted replaced
11553:5c8210f7cbe2 11554:f8443218b7fe
70 GtkWidget *window; /**< The window. */ 70 GtkWidget *window; /**< The window. */
71 GtkWidget *notebook; /**< The notebook of conversations. */ 71 GtkWidget *notebook; /**< The notebook of conversations. */
72 72
73 struct 73 struct
74 { 74 {
75 GtkWidget *menubox;
76 GtkWidget *menubar; 75 GtkWidget *menubar;
77 76
78 GtkWidget *view_log; 77 GtkWidget *view_log;
79 78
80 GtkWidget *send_file; 79 GtkWidget *send_file;
95 GtkWidget *show_formatting_toolbar; 94 GtkWidget *show_formatting_toolbar;
96 GtkWidget *show_timestamps; 95 GtkWidget *show_timestamps;
97 GtkWidget *show_icon; 96 GtkWidget *show_icon;
98 97
99 GtkWidget *send_as; 98 GtkWidget *send_as;
99
100 GtkWidget *tray;
100 101
101 GtkWidget *typing_icon; 102 GtkWidget *typing_icon;
102 103
103 GtkItemFactory *item_factory; 104 GtkItemFactory *item_factory;
104 105