Window.setVisible

Show or hide the window.

The window is shown by default.

class Window
void
setVisible
(
bool visible
)

Parameters

visible bool

true to show the window, false to hide it

Meta