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.
| 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 |
| contents_id |
the identifier for the contents. |
|
the Widget representing |