Signal
Gtk Widget::keynav-failed
since: 2.12
Declaration
gboolean
keynav_failed(
GtkWidget*self,
GtkDirectionTypedirection,
gpointeruser_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:
GtkDirectionTypeThe 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).