cairo-Types {RGtk2}R Documentation

Types

Description

Generic data types used in the cairo API

Structures

CairoUserDataKey
CairoUserDataKey is used for attaching user data to cairo data structures. The actual contents of the struct is never used, and there is no need to initialize the object; only the unique a cairo_data_key_t object is used. Typically, you would just use the a static cairo_data_key_t object.

unused
[integer] not used; ignore.

Author(s)

Derived by RGtkGen from GTK+ documentation

References

http://www.cairographics.org/manual/cairo-Types.html


[Package RGtk2 version 2.12.5-3 Index]