Gdk.EventExpose

Fields

Name

Type

Access

Description

area

Gdk.Rectangle

r/w

bounding box of region.

count

int

r/w

the number of contiguous Gdk.EventType.EXPOSE events following this one. The only use for this is “exposure compression”, i.e. handling all contiguous Gdk.EventType.EXPOSE events in one go, though GDK performs some exposure compression so this is not normally needed.

region

cairo.Region

r/w

the region that needs to be redrawn.

send_event

int

r/w

True if the event was sent explicitly.

type

Gdk.EventType

r/w

the type of the event (Gdk.EventType.EXPOSE or Gdk.EventType.DAMAGE).

window

Gdk.Window

r/w

the window which received the event.

Methods

None

Details

class Gdk.EventExpose

Generated when all or part of a window becomes visible and needs to be redrawn.