aboutsummaryrefslogtreecommitdiff
path: root/src/gtkutils.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-02-04 06:28:48 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-02-04 06:28:48 +0000
commitf5a3ca3e0ac9785f556ce22fea4f78dd9ab3c7fc (patch)
tree1504efc0e1627ec6050624a425c4bdd451d153ac /src/gtkutils.h
parentf98e0c80d89ea9a583f4144b3a3f1b999534539a (diff)
made the font size of supplementary explanations of config dialogs smaller.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@89 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/gtkutils.h')
-rw-r--r--src/gtkutils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gtkutils.h b/src/gtkutils.h
index 0b951d2f..75c125d9 100644
--- a/src/gtkutils.h
+++ b/src/gtkutils.h
@@ -84,6 +84,7 @@ gboolean gtkut_get_font_size (GtkWidget *widget,
gint *height);
PangoFontDescription *gtkut_get_default_font_desc
(void);
+void gtkut_widget_set_small_font_size (GtkWidget *widget);
void gtkut_convert_int_to_gdk_color (gint rgbvalue,
GdkColor *color);