GimpUi.export_dialog_get_content_area

@accepts(Gtk.Widget)
@returns(Gtk.Widget)
def export_dialog_get_content_area(dialog):
    # Python wrapper for gimp_export_dialog_get_content_area()
  

Returns the vertical Gtk.Box of the passed export dialog to be filled with export options.

Since 2.8

dialog

A dialog created with GimpUi.export_dialog_new

Returns