aboutsummaryrefslogtreecommitdiff
path: root/src/gtkutils.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-04-16 05:41:15 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-04-16 05:41:15 +0000
commit839719a70498485a26889ee86086e768ead87d1b (patch)
tree3cebaabeab426e1982639647da93b57438794499 /src/gtkutils.h
parent16de7229895d8c8da1ed334a2b638d1795c51626 (diff)
win32: check for the loadability of the default font.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1637 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/gtkutils.h')
-rw-r--r--src/gtkutils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gtkutils.h b/src/gtkutils.h
index d7e18c5c..ea5ff429 100644
--- a/src/gtkutils.h
+++ b/src/gtkutils.h
@@ -93,6 +93,8 @@ PangoFontDescription *gtkut_get_default_font_desc
(void);
void gtkut_widget_set_small_font_size (GtkWidget *widget);
+gboolean gtkut_font_can_load (const gchar *str);
+
void gtkut_convert_int_to_gdk_color (gint rgbvalue,
GdkColor *color);