Method: Wui::Window#active

Defined in:
lib/wui.rb

#active(title) ⇒ Object



19
20
21
22
23
24
# File 'lib/wui.rb', line 19

def active(title)
  setWindowHandle(title)
  checkHWND
  Wui.SetForegroundWindow(@hWnd)
  self
end