fill_notebook_list


Description:

[ CCode ( cname = "gimp_procedure_dialog_fill_notebook_list" ) ]
public unowned Widget fill_notebook_list (string container_id, List<string> label_list, List<string> page_list)

Creates and populates a new Notebook with widgets corresponding to every listed properties.

This is similar of how fill_list 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.

label_list

the list of label IDs.

page_list

the list of page IDs.

Returns:

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