aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-08-23 09:49:26 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-08-23 09:49:26 +0000
commit733d4928e512c31baf076c6b97267c6b4691ba73 (patch)
treea0ab31a29b89d7f7e6a501c81a8ea8ec6fa0666d /src/mainwindow.h
parentd639875e773bda1e903956e25b54b9fc7414a0ad (diff)
initial implementation of the tray icon.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@501 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index c763f99b..97363cd8 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -111,6 +111,10 @@ struct _MainWindow
GtkWidget *ac_label;
GtkWidget *ac_menu;
+ GtkWidget *tray_icon;
+ GtkWidget *tray_icon_img;
+ GtkTooltips *tray_icon_tip;
+
/* context IDs for status bar */
gint mainwin_cid;
gint folderview_cid;