fill_paned


Description:

[ CCode ( cname = "gimp_procedure_dialog_fill_paned" ) ]
public unowned Widget fill_paned (string container_id, Orientation orientation, string? child1_id, string? child2_id)

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.

Parameters:

this

the ProcedureDialog.

container_id

a container identifier.

child1_id

the first child's ID.

child2_id

the second child's ID.

Returns:

the Paned representing property. The object belongs to this and must not be freed.