Method
GimpUiPreviewAreadraw
Declaration [src]
void
gimp_preview_area_draw (
  GimpPreviewArea* area,
  gint x,
  gint y,
  gint width,
  gint height,
  GimpImageType type,
  const guchar* buf,
  gint rowstride
)
      Parameters
x- 
            
Type:
gintX offset in preview.
 y- 
            
Type:
gintY offset in preview.
 width- 
            
Type:
gintBuffer width.
 height- 
            
Type:
gintBuffer height.
 type- 
            
Type:
GimpImageTypeThe
GimpImageTypeofbuf. buf- 
            
Type: An array of
gucharA #guchar buffer that contains the preview pixel data.
The data is owned by the caller of the function.  rowstride- 
            
Type:
gintRowstride of
buf.