Function windows_win::raw::window::show
source · pub fn show(window: HWND, cmd: c_int) -> bool
Expand description
Shows window
See possible commands
If the window was previously visible, the return value is true
.
If the window was previously hidden, the return value is false
.