selection_clear Event

The fields that can be unified in selection_clear events are:

  1. type(T) unifies T with selection_clear.
  2. serial(S) unifies S with the serial number of the last request processed by the server.
  3. send_event(B) unifies B, a boolean value, with one of

    true
    If the event was sent by another client.
    false
    If the event was sent by the server.
  4. display(D) unifies D with the ProXL Display the event was read from.
  5. window(W) unifies W with the ProXL Window that receives the event, and is losing the selection.
  6. selection(S) unifies S with the atom giving the name of the selection.
  7. time(T) unifies T with the last-changed time, in milliseconds, recorded for the selection.