Next:
Procedures
Up:
wx:window
Previous:
set-size
show
Shows or hides a window.
(send
a-wx:window
show
show
)
->
boolean
show
:
boolean
If
show
is
#f
, the window is hidden. Otherwise, the window is shown.
PLT