fill_frame


Description:

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

Creates a new Frame and packs title_id as its title and contents_id as its child.

If title_id represents a boolean property, its value will be used to renders contents_id sensitive or not. If invert_title is TRUE, then sensitivity 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.