Package: gdk

Accessor gdk-event-expose-count

Lambda List

gdk-event-expose-count (instance)

Syntax

(gdk-event-expose-count instance) => count
(setf (gdk-event-expose-count instance) count)

Arguments

instance -- a gdk-event-expose instance
count -- an integer with the the number of contiguous gdk-event-expose events following this one

Details

Accessor of the count of the gdk-event-expose structure.

The number of contiguous gdk-event-expose events following this one. The only use for this is "exposure compression", i.e. handling all contiguous gdk-event-expose events in one go, though GDK performs some exposure compression so this is not normally needed.
 

See also

2021-12-13