gravity_notify EventThe fields that can be unified in gravity_notify events
are:
type(T) unifies T with gravity_notify.
serial(S) unifies S with the serial number of the last request
processed by the server.
send_event(B) unifies B, a boolean value, with one of
true
false
display(D) unifies D with the ProXL Display the event was read from.
event(E) unifies E with the ProXL Window that receives the
event.
window(W) unifies W with the ProXL Window that was moved because
of its win_gravity attribute.
x(X) unifies X with the new x coordinate of the window,
relative to the its parent.
y(Y) unifies Y with the new y coordinate of the window,
relative to its parent.
position(X, Y) unifies X and Y with the new x and y
coordinates of the window, respectively, relative to its parent.