Gtk.Window.prototype.get_transient_for
function get_transient_for():Gtk.Window { // Gjs wrapper for gtk_window_get_transient_for() }
Fetches the transient parent for this window. See Gtk.set_transient_for.
- Returns
the transient parent for this window, or null if no transient parent has been set.