GimpUi.LabelEntry.set_value

@accepts(GimpUi.LabelEntry, unicode)
@returns(none)
def set_value(self, value):
    # Python wrapper for gimp_label_entry_set_value()
  

This function sets the value in the Gtk.Entry inside self.

self

The #GtkLabelEntry.

value

A new value.