Method

GtkWindowget_default_widget

since: 2.14

Declaration [src]

GtkWidget*
gtk_window_get_default_widget (
  GtkWindow* window
)

Description [src]

Returns the default widget for window. See gtk_window_set_default() for more details.

Available since: 2.14

Return value

Type: GtkWidget

The default widget, or NULL if there is none.

The returned data is owned by the instance.
The return value can be NULL.