Creates and populates a new Box with widgets corresponding to every listed
properties.
If the list is empty, the created box will be filled by the whole list of properties of the associated
Procedure, in the defined order. This is similar of how
gimp_procedure_dialog_fill works except that it creates a new widget which is not inside this
itself.
The container_id must be a unique ID which is neither the name of a property of the
ProcedureConfig associated to this
, nor is it the ID of any previously created container. This ID can later be used together with property names to be packed in
other containers or inside this itself.
| this |
the ProcedureDialog. |
| container_id |
a container identifier. |
| properties |
the list of property names. |
|
the Box representing |