Method

GtkWidgethas_focus

since: 2.18

Declaration [src]

gboolean
gtk_widget_has_focus (
  GtkWidget* widget
)

Description [src]

Determines if the widget has the global input focus. See gtk_widget_is_focus() for the difference between having the global input focus, and only having the focus within a toplevel.

Available since: 2.18

Return value

Type: gboolean

TRUE if the widget has the global input focus.