Signal

GtkFontButton::font-set

since: 2.4

Declaration

void
font_set (
  GtkFontButton* self,
  gpointer user_data
)

Description [src]

The ::font-set signal is emitted when the user selects a font. When handling this signal, use gtk_font_chooser_get_font() to find out which font was just selected.

Note that this signal is only emitted when the user changes the font. If you need to react to programmatic font changes as well, use the notify::font signal.

Default handler:

The default handler is called before the handlers added via g_signal_connect().

Available since: 2.4