GimpUi.ScrolledPreview.freeze

@accepts(GimpUi.ScrolledPreview)
@returns(none)
def freeze(self):
    # Python wrapper for gimp_scrolled_preview_freeze()
  

While the self is frozen, it is not going to redraw itself in response to scroll events.

This function should only be used to implement widgets derived from GimpUi.ScrolledPreview. There is no point in calling this from a plug-in.

Since 2.4