mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-14 04:31:09 +00:00
Widget: Fix doc of default ::keynav-failed handler
https://bugzilla.gnome.org/show_bug.cgi?id=793089
This commit is contained in:
parent
dbda7d770a
commit
494f75b4cf
@ -8351,9 +8351,9 @@ gtk_widget_child_focus (GtkWidget *widget,
|
|||||||
* navigation outside the widget, e.g. by calling
|
* navigation outside the widget, e.g. by calling
|
||||||
* gtk_widget_child_focus() on the widget’s toplevel.
|
* gtk_widget_child_focus() on the widget’s toplevel.
|
||||||
*
|
*
|
||||||
* The default ::keynav-failed handler returns %TRUE for
|
* The default ::keynav-failed handler returns %FALSE for
|
||||||
* %GTK_DIR_TAB_FORWARD and %GTK_DIR_TAB_BACKWARD. For the other
|
* %GTK_DIR_TAB_FORWARD and %GTK_DIR_TAB_BACKWARD. For the other
|
||||||
* values of #GtkDirectionType it returns %FALSE.
|
* values of #GtkDirectionType it returns %TRUE.
|
||||||
*
|
*
|
||||||
* Whenever the default handler returns %TRUE, it also calls
|
* Whenever the default handler returns %TRUE, it also calls
|
||||||
* gtk_widget_error_bell() to notify the user of the failed keyboard
|
* gtk_widget_error_bell() to notify the user of the failed keyboard
|
||||||
|
Loading…
Reference in New Issue
Block a user