Gimp.edit_named_cut

@accepts([Gimp.Drawable], unicode)
@returns(unicode)
def edit_named_cut(drawables, buffer_name):
    # Python wrapper for gimp_edit_named_cut()
  

Cut into a named buffer.

This procedure works like Gimp.edit_cut, but additionally stores the cut buffer into a named buffer that will stay available for later pasting, regardless of any intermediate copy or cut operations.

Since 2.4

drawables

The drawables to cut from.

buffer_name

The name of the buffer to create.

Returns