Signal

GtkWidget::keynav-failed

since: 2.12

Declaration

gboolean
keynav_failed (
  GtkWidget* self,
  GtkDirectionType direction,
  gpointer user_data
)

Description [src]

Gets emitted if keyboard navigation fails. See gtk_widget_keynav_failed() for details.

Default handler:

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

Available since: 2.12

Parameters

direction

Type: GtkDirectionType

The direction of movement.

Return value

Type: gboolean

TRUE if stopping keyboard navigation is fine, FALSE if the emitting widget should try to handle the keyboard navigation attempt in its parent container(s).