[ CCode ( cname = "gimp_window_set_transient_for_display" ) ]
[ Version ( since = "2.4" ) ]
public void window_set_transient_for_display (Window window, Display display)
Indicates to the window manager that window is a transient dialog associated with the GIMP image window that is identified
by its display.
See [method@Gdk.Window.set_transient_for] for more information.
Most of the time you will want to use the convenience function [func@GimpUi.window_set_transient].
| window |
the Window that should become transient |
| display |
display of the image window that should become the parent |