EventExpose.count

Get count field.

  1. int count [@property getter]
    class EventExpose
    @property
    int
    count
    ()
  2. int count [@property setter]

Return Value

Type: int

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.types.EventType.Expose events in one go, though GDK performs some exposure compression so this is not normally needed.