Constructor

AgsGuiInputDialognew

since: 4.0.0

Declaration [src]

AgsInputDialog*
ags_input_dialog_new (
  gchar* title,
  GtkWindow* transient_for
)

Description [src]

Creates an AgsInputDialog.

Available since: 4.0.0

Parameters

title

Type: gchar*

The title.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.
transient_for

Type: GtkWindow

The transient for.

The data is owned by the caller of the function.

Return value

Type: AgsInputDialog

A new AgsInputDialog.

The data is owned by the called function.