From ddc8a56649bd28bb8c02bd90beb1c023d8801788 Mon Sep 17 00:00:00 2001 From: hiro Date: Thu, 16 Aug 2012 02:50:32 +0000 Subject: added tooltips of header labels. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3150 ee746299-78ed-0310-b773-934348b2243d --- src/headerview.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/headerview.h') 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 #include +#include #include "procmsg.h" @@ -43,6 +44,8 @@ struct _HeaderView GtkWidget *subject_body_label; GtkWidget *image; + + GtkTooltips *tip; }; HeaderView *headerview_create (void); -- cgit v1.2.3