mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-17 14:30:15 +00:00
docs: refer to :has-focus property instead of HAS_FOCUS flag
This commit is contained in:
parent
255d6b9cd8
commit
0d93930749
@ -7851,8 +7851,8 @@ gtk_widget_has_visible_focus (GtkWidget *widget)
|
||||
* @widget: a #GtkWidget
|
||||
*
|
||||
* Determines if the widget is the focus widget within its
|
||||
* toplevel. (This does not mean that the %HAS_FOCUS flag is
|
||||
* necessarily set; %HAS_FOCUS will only be set if the
|
||||
* toplevel. (This does not mean that the #GtkWidget:has-focus property is
|
||||
* necessarily set; #GtkWidget:has-focus will only be set if the
|
||||
* toplevel widget additionally has the global input focus.)
|
||||
*
|
||||
* Return value: %TRUE if the widget is the focus widget.
|
||||
|
Loading…
Reference in New Issue
Block a user