Gimp.buffer_get_width

@accepts(unicode)
@returns(int)
def buffer_get_width(buffer_name):
    # Python wrapper for gimp_buffer_get_width()
  

Retrieves the specified buffer's width.

This procedure retrieves the specified named buffer's width.

Since 2.4

buffer_name

The buffer name.

Returns