create_notify EventThe fields that can be unified in create_notify events
are:
type(T) unifies T with create_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.
parent(P) unifies P with the parent ProXL Window of the
created window.
window(W) unifies W with the ProXL Window just created.
x(X) unifies X with the x coordinate of the created window,
relative to its parent.
y(Y) unifies Y with the y coordinate of the created window,
relative to its parent.
position(X, Y) unifies X and Y with the x and y
coordinates, respectively, of the created window, relative to its parent.
width(W) unifies W with the width in pixels of the window.
height(H) unifies H with the height in pixels of the window.
size(W, H) unifies W and H with the width and height
in pixels, respectively, of the window.
border_width(W) unifies W with the width of the window's
border in pixels.
override_redirect(B) unifies B with the boolean value of
the override_redirect attribute of the window, one of:
true
false