GimpUi.ZoomPreview.get_model

@accepts(GimpUi.ZoomPreview)
@returns(GimpUi.ZoomModel)
def get_model(self):
    # Python wrapper for gimp_zoom_preview_get_model()
  

Returns the GimpUi.ZoomModel the preview is using.

Since 2.4

self

a GimpUi.ZoomPreview widget

Returns