Graphics.Win32.Window.ForegroundWindow
Copyright | 2012 shelarcy |
---|---|
License | BSD-style |
Maintainer | [email protected] |
Stability | Provisional |
Portability | Non-portable (Win32 API) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Description
Get/Set Foreground Window.
getForegroundWindow :: IO HWND
setForegroundWindow :: HWND -> IO Bool
Setting Window to Foreground. See: https://github.com/haskell/win32/pull/9, http://stackoverflow.com/questions/14297146/win32-setforegroundwindow-in-haskell.
c_SetForegroundWindow :: HWND -> IO Bool
allowSetForegroundWindow :: ProcessId -> IO ()
Allow other process to set Window to Foreground by using setForegroundWindow
function.
© The University of Glasgow and others
Licensed under a BSD-style license (see top of the page).
https://downloads.haskell.org/~ghc/8.10.2/docs/html/libraries/Win32-2.6.1.0/Graphics-Win32-Window-ForegroundWindow.html