GimpUi.MemsizeEntry.set_value

@accepts(GimpUi.MemsizeEntry, int)
@returns(none)
def set_value(self, value):
    # Python wrapper for gimp_memsize_entry_set_value()
  

Sets the self's value. Please note that the GimpUi.MemsizeEntry rounds the value to full Kilobytes.

self

a GimpUi.MemsizeEntry

value

the new value (in Bytes)