GimpUi.PreviewArea.reset

@accepts(GimpUi.PreviewArea)
@returns(none)
def reset(self):
    # Python wrapper for gimp_preview_area_reset()
  

Reset any previous drawing done through [class@GimpUi.PreviewArea] functions.

Since 3.0

self

a GimpUi.PreviewArea widget.