GimpUi.ProcedureDialog.get_label
@accepts(GimpUi.ProcedureDialog, unicode, unicode)
@returns(Gtk.Widget)
def get_label(self, label_id, text):
# Python wrapper for gimp_procedure_dialog_get_label()
Creates a new Gtk.Label with text. It can be useful for packing textual information in between property settings.
The label_id must be a unique ID which is neither the name of a property of the Gimp.ProcedureConfig associated to self, nor is it the ID of any previously created label or container. This ID can later be used together with property names to be packed in other containers or inside self itself.
- self
- label_id
the label for the Gtk.Label.
- text
the text for the label.
- Returns