summaryrefslogtreecommitdiffhomepage
path: root/mixgtk/mixgtk_fontsel.h
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2008-03-20 16:14:05 +0100
committerJose Antonio Ortega Ruiz <jao@gnu.org>2008-03-20 16:14:05 +0100
commit65e2a135094ec6096a0087f044de4b7c7043e96f (patch)
tree5427301f4b80d9bf0665c016c364683129961bd0 /mixgtk/mixgtk_fontsel.h
parentd90c5ce4c08efa6b232b847c85017510f100de0d (diff)
downloadmdk-65e2a135094ec6096a0087f044de4b7c7043e96f.tar.gz
mdk-65e2a135094ec6096a0087f044de4b7c7043e96f.tar.bz2
Set all fonts dialog fixed (using correct default font)
Diffstat (limited to 'mixgtk/mixgtk_fontsel.h')
-rw-r--r--mixgtk/mixgtk_fontsel.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/mixgtk/mixgtk_fontsel.h b/mixgtk/mixgtk_fontsel.h
index 5c42622..15b2a02 100644
--- a/mixgtk/mixgtk_fontsel.h
+++ b/mixgtk/mixgtk_fontsel.h
@@ -1,7 +1,7 @@
/* -*-c-*- ---------------- mixgtk_fontsel.h :
* Functions for handling font selection.
* ------------------------------------------------------------------
- * Copyright (C) 2001, 2004, 2006, 2007 Free Software Foundation, Inc.
+ * Copyright (C) 2001, 2004, 2006, 2007, 2008 Free Software Foundation, Inc.
*
* 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
@@ -44,6 +44,8 @@ mixgtk_fontsel_set_font (mixgtk_font_t f, GtkWidget *w);
extern gboolean
mixgtk_fontsel_query_font (mixgtk_font_t f, GtkWidget **ws, size_t no);
+extern void
+on_all_fonts_activate (void);
#endif /* MIXGTK_FONTSEL_H */