GimpUi.ZoomPreview.get_drawable

@accepts(GimpUi.ZoomPreview)
@returns(Gimp.Drawable)
def get_drawable(self):
    # Python wrapper for gimp_zoom_preview_get_drawable()
  

Returns the drawable the GimpUi.ZoomPreview is attached to.

Since 3.0

self

a GimpUi.ZoomPreview widget

Returns