gdkCairoCreate {RGtk2}R Documentation

gdkCairoCreate

Description

Creates a Cairo context for drawing to drawable.

Usage

gdkCairoCreate(drawable)

Arguments

drawable [GdkDrawable] a GdkDrawable

Details

Since 2.8

Value

[Cairo] A newly created Cairo context. Free with cairo\Destroy() when you are done drawing.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.8.6 Index]