GimpUi.LabelEntry.get_value

@accepts(GimpUi.LabelEntry)
@returns(unicode)
def get_value(self):
    # Python wrapper for gimp_label_entry_get_value()
  

This function returns the value shown by self.

self

The #GtkLabelEntry.

Returns