[ CCode ( cname = "gimp_procedure_dialog_fill_scrolled_window" ) ]
public unowned Widget fill_scrolled_window (string container_id, string contents_id)
Creates and populates a new ScrolledWindow with a widget corresponding to the declared content id.
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. |
| contents_id |
The identifier for the contents. |
|
the ScrolledWindow representing |