Next:
set-cursor
Up:
wx:window
Previous:
screen-to-client
set-client-size
Sets the window's size so that the client size has a certain width and height.
(send
a-wx:window
set-client-size
width
height
)
->
void
width
:
small integer
height
:
small integer
PLT