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

gdkPixmapNew

gdkPixmapNew


Description

Create a new pixmap with a given size and depth.

Usage

gdkPixmapNew(drawable = NULL, width, height, depth = -1)

Arguments

drawable

A GdkDrawable, used to determine default values for the new pixmap. Can be NULL if depth is specified,

width

The width of the new pixmap in pixels.

height

The height of the new pixmap in pixels.

depth

The depth (number of bits per pixel) of the new pixmap. If -1, and drawable is not NULL, the depth of the new pixmap will be equal to that of drawable.

Value

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.