Function
GimpUiwindow_set_transient_for_display
since: 2.4
Declaration [src]
void
gimp_window_set_transient_for_display (
GtkWindow* window,
GimpDisplay* display
)
Description [src]
Indicates to the window manager that window
is a transient dialog
associated with the GIMP image window that is identified by its
display. See gdk_window_set_transient_for()
for more information.
Most of the time you will want to use the convenience function
gimp_window_set_transient()
.
Available since: 2.4
Parameters
window
-
Type:
GtkWindow
The
GtkWindow
that should become transient.The data is owned by the caller of the function. display
-
Type:
GimpDisplay
Display of the image window that should become the parent.
The data is owned by the caller of the function.