circulate_notify Event

The fields that can be unified in circulate_notify events are:

  1. type(T) unifies T with circulate_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. event(E) unifies E with the ProXL Window receiving the event.
  6. window(W) unifies W with the ProXL Window that was restacked. This can be the same as the window receiving the event, or one of its children.
  7. place(P) unifies P with one of

    on_top
    If the window was raised to the top of the stack
    on_bottom
    If the window was placed at the bottom of the stack