unmap_notify Event

The fields that can be unified in unmap_notify events are:

  1. type(T) unifies T with unmap_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 that selected the event.
  6. window(W) unifies W with the ProXL Window that is being mapped.
  7. from_configure(F) unifies F, a boolean value, with one of

    true
    If the event was generated as a result of a resizing of the window's parent and the window itself has a win_gravity attribute of unmap.
    false
    Otherwise.