Constructor
AgsGuiInputDialognew
since: 4.0.0
Declaration [src]
AgsInputDialog*
ags_input_dialog_new (
gchar* title,
GtkWindow* transient_for
)
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. |