aboutsummaryrefslogtreecommitdiff
path: root/src/gtkutils.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-01-31 07:26:51 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-01-31 07:26:51 +0000
commit2ac1c1760adf98f465e2977f85fcc641edc29d13 (patch)
tree17101f3c4ea58147b498bedb89a51518d4009d58 /src/gtkutils.h
parenta381897d19f69b21bbb072e3559ea13d5953b58a (diff)
reimplemented the toolbar with new APIs.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1514 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/gtkutils.h')
-rw-r--r--src/gtkutils.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/gtkutils.h b/src/gtkutils.h
index ebc9bfed..7afa31be 100644
--- a/src/gtkutils.h
+++ b/src/gtkutils.h
@@ -1,6 +1,6 @@
/*
* Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 1999-2006 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2007 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
@@ -82,6 +82,10 @@ struct _ComboButton
#define GTKUT_CTREE_REFRESH(clist) \
GTK_CLIST_GET_CLASS(clist)->refresh(clist)
+gboolean gtkut_get_str_size (GtkWidget *widget,
+ const gchar *str,
+ gint *width,
+ gint *height);
gboolean gtkut_get_font_size (GtkWidget *widget,
gint *width,
gint *height);