aboutsummaryrefslogtreecommitdiff
path: root/src/gtkutils.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-01-25 08:21:20 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-01-25 08:21:20 +0000
commit80ce4c1f69c088289c3c67408c820a03d0b04055 (patch)
tree29890de80367bd066e731075d7be5965b0d43c22 /src/gtkutils.h
parentd97b4ce5ed25db02c5488c23bfdfa96ea3f5acd8 (diff)
improved font management.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@39 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/gtkutils.h')
-rw-r--r--src/gtkutils.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/gtkutils.h b/src/gtkutils.h
index 0a4da843..0b951d2f 100644
--- a/src/gtkutils.h
+++ b/src/gtkutils.h
@@ -82,9 +82,8 @@ struct _ComboButton
gboolean gtkut_get_font_size (GtkWidget *widget,
gint *width,
gint *height);
-
-GdkFont *gtkut_font_load (const gchar *fontset_name);
-GdkFont *gtkut_font_load_from_fontset (const gchar *fontset_name);
+PangoFontDescription *gtkut_get_default_font_desc
+ (void);
void gtkut_convert_int_to_gdk_color (gint rgbvalue,
GdkColor *color);