reparent_notify EventThe fields that can be unified in reparent_notify events
are:
type(T) unifies T with reparent_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 has been
reparented.
parent(P) unifies P with the ProXL Window that is the new
parent.
x(X) unifies X with the x coordinate of the upper-left corner
of the window, relative to its new parent's origin.
y(Y) unifies Y with the y coordinate of the upper-left corner
of the window, relative to its new parent's origin.
position(X, Y) unifies X and Y with the x and y
coordinates, respectively, of the upper-left corner of the window,
relative to its new parent's origin.
override_redirect(B) unifies B with the boolean value of the
override_redirect attribute of the window, one of
true
false