GimpUi.Preview::draw_buffer
@accepts(GimpUi.Preview, [guint8], int)
@returns(none)
def do_draw_buffer(preview, buffer, rowstride):
Calls the GimpPreview::draw_buffer method. GimpPreview itself doesn't implement this method so the behaviour is determined by the derived class implementing this method.
Since 2.2
- preview
a GimpUi.Preview widget
- buffer
a pixel buffer the size of the preview
- rowstride
the buffer's rowstride