Gimp.TextLayer.get_by_id

@accepts(gint32)
@returns(Gimp.TextLayer)
def get_by_id(layer_id):
    # Python wrapper for gimp_text_layer_get_by_id()
  

Returns a Gimp.TextLayer representing layer_id. This function calls Gimp.Item.get_by_id and returns the item if it is layer or None otherwise.

Since 3.0

layer_id

The layer id.

Returns