Method

GtkNativeDialogget_transient_for

since: 3.20

Declaration [src]

GtkWindow*
gtk_native_dialog_get_transient_for (
  GtkNativeDialog* self
)

Description [src]

Fetches the transient parent for this window. See gtk_native_dialog_set_transient_for().

Available since: 3.20

Return value

Type: GtkWindow

The transient parent for this window, or NULL if no transient parent has been set.

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