Gimp.TextLayer.set_text

@accepts(Gimp.TextLayer, unicode)
@returns(bool)
def set_text(self, text):
    # Python wrapper for gimp_text_layer_set_text()
  

Set the text of a text layer.

This procedure changes the text of a text layer.

Since 2.6

self

The text layer.

text

The new text to set.

Returns