GimpUi.export_dialog_get_content_area

function export_dialog_get_content_area(dialog: Gtk.Widget): Gtk.Widget {
    // Gjs 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

The Gtk.Box to fill with export options.