Method

GtkWidgetget_can_focus

since: 2.18

Declaration [src]

gboolean
gtk_widget_get_can_focus (
  GtkWidget* widget
)

Description [src]

Determines whether widget can own the input focus. See gtk_widget_set_can_focus().

Available since: 2.18

Gets propertyGtk.Widget:can-focus

Return value

Type: gboolean

TRUE if widget can own the input focus, FALSE otherwise.