Function

GimpUiexport_dialog_get_content_area

since: 2.8

Declaration [src]

GtkWidget*
gimp_export_dialog_get_content_area (
  GtkWidget* dialog
)

Description [src]

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

Available since: 2.8

Parameters

dialog

Type: GtkWidget

A dialog created with gimp_export_dialog_new()

The data is owned by the caller of the function.

Return value

Type: GtkWidget

The GtkBox to fill with export options.

The data is owned by the called function.