GimpUi.Preview.get_size

@accepts(GimpUi.Preview, int, int)
@returns(none)
def get_size(self, width, height):
    # Python wrapper for gimp_preview_get_size()
  

Since 2.2

self

a GimpUi.Preview widget

width

return location for the preview area width

height

return location for the preview area height