Struct
GdkEventExpose
Description [src]
struct GdkEventExpose {
GdkEventType type;
GdkWindow* window;
gint8 send_event;
GdkRectangle area;
cairo_region_t* region;
gint count;
}
Generated when all or part of a window becomes visible and needs to be redrawn.
Structure members
type |
The type of the event ( |
window |
The window which received the event. |
send_event |
|
area |
Bounding box of |
region |
The region that needs to be redrawn. |
count |
The number of contiguous |