selection_notify Event

The fields that can be unified in selection_notify events are:

  1. type(T) unifies T with selection_notify.
  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. requester(R) unifies R with the ProXL Window that requested the selection.
  6. selection(S) unifies S with the atom name of the requested selection.
  7. target(T) unifies T with the atom name for the data type that the selection was converted to.
  8. property(P) unifies P with the atom name of the Window property where the converted selection was stored, or none if the conversion could not be performed.
  9. time(T) unifies T with the server time, in milliseconds, when the selection was stored.