GimpUi.get_progress_window

@returns(Gdk.Window)
def get_progress_window():
    # Python wrapper for gimp_ui_get_progress_window()
  

Returns the Gdk.Window of the window this plug-in's progress bar is shown in. Use it to make plug-in dialogs transient to this window as explained with gdk_window_set_transient_for().

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

Since 2.4

Returns