Constructor

GtkApplicationWindownew

since: 3.4

Declaration [src]

GtkWidget*
gtk_application_window_new (
  GtkApplication* application
)

Description [src]

Creates a new GtkApplicationWindow.

Available since: 3.4

Parameters

application

Type: GtkApplication

A GtkApplication.

The data is owned by the caller of the function.

Return value

Type: GtkWidget

A newly created GtkApplicationWindow.

The data is owned by the called function.