Creates a new Label with text.
It can be useful for packing textual information in between property settings.
If label_id is an existing string property of the
ProcedureConfig associated to this, then it will sync to the property value. In this case,
text should be null.
If label_id is 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 label or container, it will be initialized to text. This ID can later be
used together with property names to be packed in other containers or inside this itself.
| this |
the ProcedureDialog. |
| label_id |
the label for the Label. |
| text |
the text for the label. |
| is_markup |
whether |
| with_mnemonic |
whether |
|
the Widget representing |