fill_expander


Description:

[ CCode ( cname = "gimp_procedure_dialog_fill_expander" ) ]
public unowned Widget fill_expander (string container_id, string? title_id, bool invert_title, string? contents_id)

Creates a new Expander and packs title_id as its title and contents_id as content.

If title_id represents a boolean property, its value will be used to expand the Expander. If invert_title is TRUE, then expand binding is inverted.

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.

title_id

the identifier for the title widget.

invert_title

whether to use the opposite value of title_id if it represents a boolean widget.

contents_id

the identifier for the contents.

Returns:

the Widget representing container_id. The object belongs to this and must not be freed.