GdkEventNoExpose

Generated when the area of a GdkDrawable being copied, with gdk_draw_drawable() or gdk_window_copy_area(), was completely available. FIXME: add more here. GdkEventType type; the type of the event (GDK_NO_EXPOSE). GdkWindow *window; the window which received the event. gint8 send_event; TRUE if the event was sent explicitly (e.g. using XSendEvent).

Members

Variables

sendEvent
byte sendEvent;
Undocumented in source.
type
GdkEventType type;
Undocumented in source.
window
GdkWindow* window;
Undocumented in source.

Meta