Creates and populates a new Paned containing widgets corresponding to
child1_id and child2_id.
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. |
| child1_id |
the first child's ID. |
| child2_id |
the second child's ID. |
|
the Paned representing |