Method

GtkWidgetget_receives_default

since: 2.18

Declaration [src]

gboolean
gtk_widget_get_receives_default (
  GtkWidget* widget
)

Description [src]

Determines whether widget is always treated as the default widget within its toplevel when it has the focus, even if another widget is the default.

See gtk_widget_set_receives_default().

Available since: 2.18

Return value

Type: gboolean

TRUE if widget acts as the default widget when focused, FALSE otherwise.