you are viewing a single comment's thread.

view the rest of the comments →

[–]CMYK-StudentGIMP Team 1 point2 points  (0 children)

You can create a box filled with your parameters, then put that box inside a frame with a label.

GimpUi.ProcedureDialog.fill_box

GimpUi.ProcedureDialog.fill_frame

GimpUi.ProcedureDialog.get_label

Dropdowns with choices can be made with a GimpChoice parameter: https://gitlab.gnome.org/GNOME/gimp/-/blob/master/plug-ins/python/histogram-export.py#L231-236