gdk.event_expose
Module for [EventExpose] class
class EventExpose
Types 1
classEventExpose
Generated when all or part of a window becomes visible and needs to be redrawn.
Fields
GdkEventExpose _cInstanceMethods
void * _cPtr()gdk.types.EventType type() @propertyGet `type` field. Returns: the type of the event ([gdk.types.EventType.Expose] or [gdk.types.EventType.Damage]).void type(gdk.types.EventType propval) @propertySet `type` field. Params: propval = the type of the event ([gdk.types.EventType.Expose] or [gdk.types.EventType.Damage]).gdk.window.Window window() @propertyGet `window` field. Returns: the window which received the event.void window(gdk.window.Window propval) @propertySet `window` field. Params: propval = the window which received the event.void sendEvent(byte propval) @propertySet `sendEvent` field. Params: propval = true if the event was sent explicitly.void area(gdk.rectangle.Rectangle propval) @propertySet `area` field. Params: propval = bounding box of @region.cairo.region.Region region() @propertyGet `region` field. Returns: the region that needs to be redrawn.void region(cairo.region.Region propval) @propertySet `region` field. Params: propval = the region that needs to be redrawn.int count() @propertyGet `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) @propertySet `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...