Method

GtkWidgetget_focusable

Declaration [src]

gboolean
gtk_widget_get_focusable (
  GtkWidget* widget
)

Description [src]

Determines whether widget can own the input focus.

See gtk_widget_set_focusable().

Gets propertyGtk.Widget:focusable

Return value

Type: gboolean

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