Method: Fzeet::WindowMethods#location=
- Defined in:
- lib/fzeet/windows/user/Window/WindowMethods.rb
#location=(a) ⇒ Object
145 |
# File 'lib/fzeet/windows/user/Window/WindowMethods.rb', line 145 def location=(a) Windows.DetonateLastError(0, :SetWindowPos, @handle, nil, a[0], a[1], 0, 0, Fzeet.flags([:nosize, :nozorder], :swp_)) end |