gdk.event_expose

Module for [EventExpose] class

Types 1

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

Fields
GdkEventExpose _cInstance
Methods
void * _cPtr() nothrow
gdk.types.EventType type() @property nothrowGet `type` field. Returns: the type of the event ([gdk.types.EventType.Expose] or [gdk.types.EventType.Damage]).
void type(gdk.types.EventType propval) @property nothrowSet `type` field. Params: propval = the type of the event ([gdk.types.EventType.Expose] or [gdk.types.EventType.Damage]).
gdk.window.Window window() @property nothrowGet `window` field. Returns: the window which received the event.
void window(gdk.window.Window propval) @property nothrowSet `window` field. Params: propval = the window which received the event.
byte sendEvent() @property nothrowGet `sendEvent` field. Returns: true if the event was sent explicitly.
void sendEvent(byte propval) @property nothrowSet `sendEvent` field. Params: propval = true if the event was sent explicitly.
gdk.rectangle.Rectangle area() @property nothrowGet `area` field. Returns: bounding box of @region.
void area(gdk.rectangle.Rectangle propval) @property nothrowSet `area` field. Params: propval = bounding box of @region.
cairo.region.Region region() @property nothrowGet `region` field. Returns: the region that needs to be redrawn.
void region(cairo.region.Region propval) @property nothrowSet `region` field. Params: propval = the region that needs to be redrawn.
int count() @property nothrowGet `count` field. Returns: the number of contiguous [gdk.types.EventType.Expose] events following this one. The only use for this is “exposure compression”, i.e. handling all contiguous [gdk.t...
void count(int propval) @property nothrowSet `count` field. Params: propval = the number of contiguous [gdk.types.EventType.Expose] events following this one. The only use for this is “exposure compression”, i.e. handling all contiguo...
Constructors
this(void * ptr, Flag!"Take" take)