aboutsummaryrefslogtreecommitdiff
path: root/src/headerview.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2012-08-16 02:50:32 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2012-08-16 02:50:32 +0000
commitddc8a56649bd28bb8c02bd90beb1c023d8801788 (patch)
treed6adf303773c0d2bd2ddd712fb1c83aaeeb287da /src/headerview.h
parent654cad60d9b7a0acaca9763afb03fbebd527ea2e (diff)
added tooltips of header labels.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3150 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/headerview.h')
-rw-r--r--src/headerview.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/headerview.h b/src/headerview.h
index bf1e4db4..dea52b23 100644
--- a/src/headerview.h
+++ b/src/headerview.h
@@ -1,6 +1,6 @@
/*
* Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 1999-2006 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2012 Hiroyuki Yamamoto
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -22,6 +22,7 @@
#include <glib.h>
#include <gtk/gtkwidget.h>
+#include <gtk/gtktooltips.h>
#include "procmsg.h"
@@ -43,6 +44,8 @@ struct _HeaderView
GtkWidget *subject_body_label;
GtkWidget *image;
+
+ GtkTooltips *tip;
};
HeaderView *headerview_create (void);