GimpUi.Labeled.get_label
@accepts(GimpUi.Labeled)
@returns(Gtk.Label)
def get_label(self):
# Python wrapper for gimp_labeled_get_label()
This function returns the Gtk.Label packed in self. This can be useful if you need to customize some aspects of the widget.
- self
The GimpUi.Labeled.
- Returns