configure_request EventThe fields that can be unified in configure_request events
are:
type(T) unifies T with configure_request.
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 ProXL Window that is the parent
of the window being reconfigured. This is the window that selected
the event.
window(W) unifies W with the ProXL Window being
reconfigured.
x(X) unifies X with one of :
none
y(Y) unifies Y with one of:
none
position(X, Y) unifies X and Y with:
none
width(W) unifies W with one of:
none
height(H) unifies H with one of:
none
size(W, H) unifies W and H with:
none
border_width(W) unifies W with one of:
none
above(A) unifies A with one of:
none
none as the sibling
window, or did not specify it.
detail(D) unifies D with one of:
above
none).
below
none).
top_if
none for sibling
means any sibling.
bottom_if
none for sibling
means any sibling.
opposite
none for sibling means
any sibling.
none
value_mask(V) unifies V with a list of the fields in
original request that were specified. The values that it can contain
are x, y, width, height, border_width, sibling, stack_mode.