GimpUi.get_display_window

@accepts(Gimp.Display)
@returns(Gdk.Window)
def get_display_window(display):
    # Python wrapper for gimp_ui_get_display_window()
  

Returns the Gdk.Window of a display window. The purpose is to allow to make plug-in dialogs transient to the image display as explained with gdk_window_set_transient_for().

You shouldn't have to call this function directly. Use GimpUi.window_set_transient_for_display instead.

Since 2.4

display

a Gimp.Display.

Returns