Class GDK2.GC

Inheritance graph
G.Object GDK2.GC
Description

A GC, or Graphics Context, is used for most low-level drawing operations.

As an example, the foreground color, background color, and drawing function is stored in the GC.

NOIMG


Inherit Object

inherit G.Object : Object


Method create

GDK2.GC GDK2.GC(void context, void attributes)

Description

The argument is either a W(Widget) or a GDK2(Drawable) in which the gc will be valid.