fill_box_list


Description:

[ CCode ( cname = "gimp_procedure_dialog_fill_box_list" ) ]
public unowned Widget fill_box_list (string container_id, List<string>? properties)

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.

Parameters:

this

the ProcedureDialog.

container_id

a container identifier.

properties

the list of property names.

Returns:

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