summaryrefslogtreecommitdiff
path: root/gtk/gtkfontchooser.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2011-08-24 00:49:16 -0400
committerMatthias Clasen <mclasen@redhat.com>2011-08-24 00:49:16 -0400
commitf7bf35052eed0cb4409079abe847a0af791d00a9 (patch)
tree198f0a576ce6f6681c0c0a47b9123e7b3b0e02c3 /gtk/gtkfontchooser.h
parentca0c7c16499860c344a0e00c6749525d25e374ac (diff)
downloadgtk+-f7bf35052eed0cb4409079abe847a0af791d00a9.tar.gz
GtkFontChooser: Add a ::font-activated signal
This signal gets emitted when a font in the list is activated.
Diffstat (limited to 'gtk/gtkfontchooser.h')
-rw-r--r--gtk/gtkfontchooser.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk/gtkfontchooser.h b/gtk/gtkfontchooser.h
index d346837e7b..4dd390780b 100644
--- a/gtk/gtkfontchooser.h
+++ b/gtk/gtkfontchooser.h
@@ -51,6 +51,9 @@ struct _GtkFontChooserClass
{
GtkBoxClass parent_class;
+ void (* font_activated) (GtkFontChooser *chooser,
+ const gchar *fontname);
+
/* Padding for future expansion */
void (*_gtk_reserved1) (void);
void (*_gtk_reserved2) (void);