Signal

GtkToolbar::focus-home-or-end

Declaration

gboolean
focus_home_or_end (
  GtkToolbar* self,
  gboolean focus_home,
  gpointer user_data
)

Description [src]

A keybinding signal used internally by GTK+. This signal can’t be used in application code.

Default handler:

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

Signal can be directly emitted on objects from user code

Parameters

focus_home

Type: gboolean

TRUE if the first item should be focused.

Return value

Type: gboolean

TRUE if the signal was handled, FALSE if not.