Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

gtkPreviewDrawRow

gtkPreviewDrawRow


Description

Sets the data for a portion of a row. WARNING: gtk_preview_draw_row is deprecated and should not be used in newly-written code.

Usage

gtkPreviewDrawRow(object, data, y, w)

Arguments

object

a GtkPreview.

data

the new data for the portion. It should contain w bytes of data if the preview is of type GTK_TYPE_GRAYSCALE, and 3*w bytes of data if the preview is of type GTK_TYPE_COLOR.

y

the row to change.

w

the number of pixels in the row to change.

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2

R Bindings for Gtk 2.8.0 and Above

v2.20.36
GPL
Authors
Michael Lawrence <michafla@gene.com> and Duncan Temple Lang <duncan@wald.ucdavis.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.