Method: Win::Gui::Window#hide_window
- Defined in:
- lib/win/gui/window.rb
#hide_window(win_handle) ⇒ Object
Hides the window and activates another window
821 822 823 |
# File 'lib/win/gui/window.rb', line 821 def hide_window( win_handle ) show_window(win_handle, SW_HIDE) end |