diff options
author | Matthias Clasen <mclasen@redhat.com> | 2011-08-24 00:49:16 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2011-08-24 00:49:16 -0400 |
commit | f7bf35052eed0cb4409079abe847a0af791d00a9 (patch) | |
tree | 198f0a576ce6f6681c0c0a47b9123e7b3b0e02c3 /gtk/gtkfontchooser.h | |
parent | ca0c7c16499860c344a0e00c6749525d25e374ac (diff) | |
download | gtk+-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.h | 3 |
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); |